cvs commit: src/sys/dev/acpica acpi_pci_link.c
Nate Lawson
njl at FreeBSD.org
Mon Dec 20 02:46:56 PST 2004
njl 2004-12-20 10:46:56 UTC
FreeBSD src repository
Modified files:
sys/dev/acpica acpi_pci_link.c
Log:
Only use the current value if there's one IRQ. Some systems return
multiple IRQs (which is nonsense for _CRS) when the link hasn't been
programmed. Before, this was a KASSERT. A ServerWorks system was
seen returning IRQs of 0, 2 in response to _CRS before link setup.
Thanks to sam@ for quick testing and turnaround on this.
Tested by: sam
Revision Changes Path
1.42 +8 -8 src/sys/dev/acpica/acpi_pci_link.c
More information about the cvs-all
mailing list