aboutsummaryrefslogtreecommitdiff
path: root/src/floppy.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-08 19:18:33 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-08 19:18:33 -0400
commit35192dda4c789c7bdaf78d5c84b1bd8b57bd319b (patch)
treec9b07731e326818184723ead7e798e951844ac34 /src/floppy.c
parentda4a6482c94dbae35064be24cd71f1b22de6d50c (diff)
downloadseabios-hppa-35192dda4c789c7bdaf78d5c84b1bd8b57bd319b.zip
seabios-hppa-35192dda4c789c7bdaf78d5c84b1bd8b57bd319b.tar.gz
seabios-hppa-35192dda4c789c7bdaf78d5c84b1bd8b57bd319b.tar.bz2
Move debugging messages to appropriate functions.
Move dprintf calls from post() to the function calls that perform the work.
Diffstat (limited to 'src/floppy.c')
-rw-r--r--src/floppy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/floppy.c b/src/floppy.c
index 9eb7737..1f1c2c5 100644
--- a/src/floppy.c
+++ b/src/floppy.c
@@ -43,6 +43,7 @@ struct floppy_ext_dbt_s diskette_param_table2 VISIBLE16 = {
void
floppy_drive_setup()
{
+ dprintf(3, "init floppy drives\n");
u8 type = inb_cmos(CMOS_FLOPPY_DRIVE_TYPE);
u8 out = 0;
u8 num_floppies = 0;