Date: Wed, 13 Jul 2005 15:41:16 +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: <200507131541.j6DFfGxG073452@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-07-13 15:41:16 UTC
FreeBSD src repository
Modified files:
sys/i386/pci pci_pir.c
Log:
- Ignore BIOS IRQs (that is, IRQ settings left by the BIOS or a previous OS
in the PCI config registers) that are > 15 as $PIR can only route PCI
interrupts to ISA IRQs which are limited to the 0 to 15 range.
- Remove an extra word from a printf.
Reported by: othermark atkin901 at yahoo dot com
MFC after: 3 days
Revision Changes Path
1.118 +10 -1 src/sys/i386/pci/pci_pir.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200507131541.j6DFfGxG073452>
