diff options
Diffstat (limited to 'src/device/pcix_device.c')
-rw-r--r-- | src/device/pcix_device.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/device/pcix_device.c b/src/device/pcix_device.c index 5593357fca..e40ed3bf65 100644 --- a/src/device/pcix_device.c +++ b/src/device/pcix_device.c @@ -110,8 +110,8 @@ void pcix_scan_bridge(struct device *dev) pcix_tune_bus(dev->link_list); /* Print the PCI-X bus speed. */ - printk(BIOS_DEBUG, "PCI: %02x: %s\n", dev->link_list->secondary, - pcix_speed(sstatus)); + printk(BIOS_DEBUG, "PCI: %02x:%02x: %s\n", dev->link_list->segment_group, + dev->link_list->secondary, pcix_speed(sstatus)); } /** Default device operations for PCI-X bridges */ |