This patch changes what we do when we don't find any apertures in a PCI host bridge _CRS. Previously, we assumed something in _CRS parsing or in _CRS itself was broken, so we gave the root bus the default resources (all of I/O port and MMIO space). But I think this is wrong because there are often host bridges that correctly have no apertures, e.g., they lead to things like Intel Uncore "devices" that have no BARs. This is intended for linux-next, not for the current merge window. --- Bjorn Helgaas (1): x86/PCI: don't fall back to defaults if _CRS has no apertures arch/x86/pci/acpi.c | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html