Date: Mon, 20 Dec 2004 10:46:56 +0000 (UTC) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci_link.c Message-ID: <200412201046.iBKAkub1029927@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412201046.iBKAkub1029927>