diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-02-25 22:29:55 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-02-25 22:29:55 -0500 |
commit | 4b60c000deee2002ba272b45a1121df7495c39f9 (patch) | |
tree | 15b897b77d26f30a52d13605c905e6fd42b3e83d /src/floppy.c | |
parent | f076a3eeb9a0185b06a2abbba8c798a7761b2bdf (diff) | |
download | seabios-hppa-rel-0.1.1.zip seabios-hppa-rel-0.1.1.tar.gz seabios-hppa-rel-0.1.1.tar.bz2 |
Version 0.1.1rel-0.1.1
Diffstat (limited to 'src/floppy.c')
-rw-r--r-- | src/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floppy.c b/src/floppy.c index 5e70df2..fb4e2b5 100644 --- a/src/floppy.c +++ b/src/floppy.c @@ -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) |