These patches add a little more context to the output from the AMD and Intel host bridge fixups. The idea is that it should be similar to what the rest of PCI does to make it easier to understand what's going on. For example, on AMD, it changes this: bus: [00,3f] on node 0 link 2 bus: 00 index 0 io port: [0, 4fff] bus: 00 index 1 mmio: [e0000000, fdefffff] to this: pci 0000:00:18.1: host bridge to [bus 00-3f] on node 0 link 2 pci 0000:00:18.1: host bridge window [io 0x0000-0x4fff] to [bus 00-3f] pci 0000:00:18.1: host bridge window [mem 0xe0000000-0xfdefffff] to [bus 00-3f] This applies on the PCI linux-next branch, not on upstream. --- Bjorn Helgaas (2): x86/PCI: make printks more informative x86/PCI: make printks more informative arch/x86/pci/amd_bus.c | 43 ++++++++++++++++++++++++++----------------- arch/x86/pci/bus_numa.h | 1 + arch/x86/pci/intel_bus.c | 17 +++++++++-------- 3 files changed, 36 insertions(+), 25 deletions(-) -- Bjorn -- 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