These are some minor resource fixes related to unassigned PCI BARs. We should: - Mark BARS as unassigned when we can figure that out - Not complain about "overlaps" with unassigned BARs - Prevent pci_ioremap_bar() on unassigned BARs - Give better error messages when pci_ioremap_bar() fails I don't think these will actually fix any bugs, other than getting rid of some annoying messages and improving some others. Comments welcome. --- Bjorn Helgaas (4): PNP: Don't check for overlaps with unassigned PCI BARs PCI: Mark invalid BARs as unassigned PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure PCI: Fail pci_ioremap_bar() on unassigned resources drivers/pci/pci.c | 9 +++++---- drivers/pci/setup-res.c | 2 ++ drivers/pnp/quirks.c | 9 ++++++--- 3 files changed, 13 insertions(+), 7 deletions(-) -- Bjorn -- 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