m5a99x-evo: ugly quirks, but WOOT: ohai seabios :-)
[coreboot.git] / src / boot / hardwaremain.c
index 3d15b551c387f746dfdf20078c3c44053c065849..588bfcb967a87a4167eef904eb46f762b078f222 100644 (file)
@@ -81,6 +81,7 @@ void hardwaremain(int boot_complete)
        /* Find the devices we don't have hard coded knowledge about. */
        dev_enumerate();
        post_code(POST_DEVICE_ENUMERATION_COMPLETE);
+       printk(BIOS_NOTICE, "===============Enumeration done!========\n");
        /* Now compute and assign the bus resources. */
        dev_configure();
        post_code(POST_DEVICE_CONFIGURATION_COMPLETE);