Date: Fri, 28 May 2004 10:31:32 -0700 (PDT) From: John Baldwin <jhb@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: <200405281731.i4SHVWX7010661@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2004/05/28 10:31:32 PDT FreeBSD src repository Modified files: sys/dev/acpica acpi_pci_link.c Log: Don't assume that the current setting (_CRS) of a PCI link device is correct. Instead, check it against the possible settings (_PRS) when the link is probed. This is important when using APIC mode but link devices still have PIC mode settings. This is also what Linux does. Additional prodding by: Len Brown len dot brown at intel dot com Revision Changes Path 1.15 +9 -7 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?200405281731.i4SHVWX7010661>