diff options
-rw-r--r-- | src/device/pciexp_device.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/pciexp_device.c b/src/device/pciexp_device.c index aa3a457541..1fdcab364c 100644 --- a/src/device/pciexp_device.c +++ b/src/device/pciexp_device.c @@ -426,6 +426,8 @@ void pciexp_scan_bus(struct bus *bus, unsigned int min_devfn, { device_t child; + pciexp_tune_dev(bus->dev); + pci_scan_bus(bus, min_devfn, max_devfn); for (child = bus->children; child; child = child->sibling) { |