summaryrefslogtreecommitdiffstats
path: root/device/pci_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'device/pci_device.c')
-rw-r--r--device/pci_device.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/device/pci_device.c b/device/pci_device.c
index c76092dfddb2..c5cee3c540e9 100644
--- a/device/pci_device.c
+++ b/device/pci_device.c
@@ -1304,7 +1304,8 @@ unsigned int do_pci_scan_bridge(struct device *dev, unsigned int max,
pci_write_config32(dev, PCI_PRIMARY_BUS, buses);
pci_write_config16(dev, PCI_COMMAND, cr);
- printk(BIOS_DEBUG, "%s DONE\n", __func__);
+ printk(BIOS_DEBUG, "%s DONE: [%x, %x, %x]\n", __func__,
+ dev->bus->secondary, bus->secondary, bus->subordinate);
printk(BIOS_SPEW, "%s returns max %d\n", __func__, max);
return max;
}