aboutsummaryrefslogtreecommitdiff
path: root/src/floppy.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-02-25 22:29:55 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-02-25 22:29:55 -0500
commit4b60c000deee2002ba272b45a1121df7495c39f9 (patch)
tree15b897b77d26f30a52d13605c905e6fd42b3e83d /src/floppy.c
parentf076a3eeb9a0185b06a2abbba8c798a7761b2bdf (diff)
downloadseabios-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.c2
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)