X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdevices%2Fpci_device.c;h=f54e2620bf78c6e6564cf14523bb4a54d587881b;hb=35e912cef3aac245202694736281aa8475e977f1;hp=c0559956b39e94a196ee79b7000202ada316fbfb;hpb=74a0efe09a203959d5ab4879e4c1cf139c93b410;p=coreboot.git diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index c0559956b..f54e2620b 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -1055,7 +1055,7 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn, "devfn %x\n", min_devfn, max_devfn); printk(BIOS_ERR, "PCI: pci_scan_bus upper limit too big. " "Using 0xff.\n"); - max_devfn=0xff; + max_devfn=0x08; } old_devices = bus->children; @@ -1071,10 +1071,14 @@ unsigned int pci_scan_bus(struct bus *bus, unsigned min_devfn, struct device *dev; /* First thing setup the device structure. */ + printk(BIOS_INFO, "%s: before pci_scan_get_dev! devfn: %d\n", __func__, devfn); dev = pci_scan_get_dev(&old_devices, devfn); + printk(BIOS_INFO, "%s: after pci_scan_get_dev!\n", __func__); /* See if a device is present and setup the device structure. */ + printk(BIOS_INFO, "%s: before pci_probe_dev!\n", __func__); dev = pci_probe_dev(dev, bus, devfn); + printk(BIOS_INFO, "%s: after pci_probe_dev!\n", __func__); /* * If this is not a multi function device, or the device is