Date: Mon, 26 Aug 2002 08:12:47 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pcib.c Message-ID: <200208261512.g7QFClqS059647@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/08/26 08:12:47 PDT Modified files: sys/dev/acpica acpi_pcib.c Log: In acpi_pcib_route_interrupt(), the code claims to check to see if a PCI LNK device (interrupt source provider sort of) is present before using it, but the code actually tested the status (_STA) of the PCI bridge device doing the routing, not the actual LNK device. Fix it to check the status of the LNK device. Revision Changes Path 1.22 +2 -2 src/sys/dev/acpica/acpi_pcib.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208261512.g7QFClqS059647>