X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdevices%2Fpci_device.c;h=c0559956b39e94a196ee79b7000202ada316fbfb;hb=2143d3737553b293923ad566ef4cda3aec742f75;hp=f54e2620bf78c6e6564cf14523bb4a54d587881b;hpb=35e912cef3aac245202694736281aa8475e977f1;p=coreboot.git diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index f54e2620b..c0559956b 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=0x08; + max_devfn=0xff; } old_devices = bus->children; @@ -1071,14 +1071,10 @@ 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