The main patch in this series changes the way we discover the downstream bus number of PCI root bridges. The end result should be the same as the current code (as far as I know, this doesn't fix any bugs). But I believe this follows the intent of the spec better, makes Linux work more like Windows, and removes false accusations Linux makes against the BIOS. --- Bjorn Helgaas (5): ACPI: pci_root: remove unused dev/fn information ACPI: pci_root: simplify list traversals ACPI: pci_root: use driver data rather than list lookup ACPI: pci_root: simplify acpi_pci_root_add() control flow ACPI: pci_root: check _CRS, then _BBN for downstream bus number drivers/acpi/pci_root.c | 185 ++++++++++++++--------------------------------- 1 files changed, 57 insertions(+), 128 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html