Version 0.1.1
[seabios.git] / src / floppy.c
index 5e70df2284035eacb1d7063dc9880120c5eaea5c..fb4e2b5e894a78b85cc6304c5e5a0c5faf524e94 100644 (file)
@@ -727,7 +727,7 @@ floppy_13(struct bregs *regs, u8 drive)
 void VISIBLE
 handle_0e(struct bregs *regs)
 {
-    debug_enter(regs);
+    //debug_enter(regs);
     if ((inb(PORT_FD_STATUS) & 0xc0) != 0xc0) {
         outb(0x08, PORT_FD_DATA); // sense interrupt status
         while ((inb(PORT_FD_STATUS) & 0xc0) != 0xc0)