The first patch fixes a minor regression (broken devices using a reserved memory BAR type used to work, but don't any more). This regression was in 2.6.28, so it's not urgent. The others are minor cleanups. --- Bjorn Helgaas (3): PCI: treat mem BAR type "11" (reserved) as 32-bit, not 64-bit, BAR PCI: fold pci_calc_resource_flags() into decode_bar() PCI: remove printks about disabled bridge windows drivers/pci/probe.c | 73 +++++++++++++++++++++-------------------------- drivers/pci/setup-bus.c | 3 -- drivers/pci/setup-res.c | 3 +- 3 files changed, 34 insertions(+), 45 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