Move debugging messages to appropriate functions.
[seabios.git] / src / ata.c
index ab22cc1bd0ada2d5479d54a4a58c01f4d9009683..62f55d1f0fac9faa84e8f039f191ca1d914bd631 100644 (file)
--- a/src/ata.c
+++ b/src/ata.c
@@ -930,6 +930,7 @@ hard_drive_setup()
     if (!CONFIG_ATA)
         return;
 
+    dprintf(3, "init hard drives\n");
     ata_init();
     ata_detect();