Module Name: src Committed By: gsutre Date: Tue Oct 26 22:27:44 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_display.c acpi_pci.c acpi_verbose.c acpivar.h Log Message: An _ADR object is not required for PCI root bridges. To solve this, the structure acpi_pciinfo now tells whether the ACPI device node is a PCI bridge, a regular PCI device, or both. Problem reported by jmcneill@, who also suggested the solution. ok jmcneill@, jruoho@ To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/acpi_display.c cvs rdiff -u -r1.15 -r1.16 src/sys/dev/acpi/acpi_pci.c cvs rdiff -u -r1.11 -r1.12 src/sys/dev/acpi/acpi_verbose.c cvs rdiff -u -r1.64 -r1.65 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.