Date: Thu, 14 Apr 2005 18:25:09 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/pci pci_pir.c Message-ID: <200504141825.j3EIP9Q8083742@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-04-14 18:25:09 UTC FreeBSD src repository Modified files: sys/i386/pci pci_pir.c Log: Trust the settings programmed by the BIOS over what the $PIR says. Specifically, if the BIOS has programmed an IRQ for a device that doesn't match the list of valid IRQs for the link, use it anyway as some BIOSes don't correctly list the valid IRQs in the $PIR. Also, allow the user to specify an IRQ that $PIR claims is invalid as an override, but emit a warning in that case. Revision Changes Path 1.117 +48 -18 src/sys/i386/pci/pci_pir.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200504141825.j3EIP9Q8083742>