m5a99x-evo: ugly quirks, but WOOT: ohai seabios :-)
[coreboot.git] / src / devices / device.c
index 0e9c39e2031d7fe77c5fc4fa8b42d23a6e5a124f..688ccc9fe2bc37d7dfe7bdbdcea30488d4264f62 100644 (file)
@@ -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");
 }