Date: Sat, 7 Jun 2003 08:00:19 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c Message-ID: <200306071500.h57F0Jst051936@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/06/07 08:00:19 PDT FreeBSD src repository Modified files: sys/dev/pci pci.c Log: - Adjust the comment about re-routing PCI interrupts to be less ia64-specific. - When trying to re-route interrupts, don't change cfg->intline if the re-route fails by returning an invalid vector. This fixes machines without any way of routing interrupts such as older PC's without a $PIR table. We do not currently write the new intline value back to the hardware, but we should. That will likely be added in a later commit. Revision Changes Path 1.217 +11 -7 src/sys/dev/pci/pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306071500.h57F0Jst051936>