X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Fdevices%2Fdevice.c;h=688ccc9fe2bc37d7dfe7bdbdcea30488d4264f62;hp=0e9c39e2031d7fe77c5fc4fa8b42d23a6e5a124f;hb=e16bee4a7c7723b45d72de29aea496a23fa32028;hpb=563b38efe2089e1699ff7f7166b365f69bd3434c diff --git a/src/devices/device.c b/src/devices/device.c index 0e9c39e20..688ccc9fe 100644 --- a/src/devices/device.c +++ b/src/devices/device.c @@ -912,6 +912,7 @@ void dev_enumerate(void) printk(BIOS_ERR, "dev_root missing scan_bus operation"); return; } + printk(BIOS_INFO, "Enumerating buses... starting with root now\n"); scan_bus(root, 0); printk(BIOS_INFO, "done\n"); }