aboutsummaryrefslogtreecommitdiff
path: root/src/disk.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-06-07 15:24:19 -0400
committerKevin O'Connor <kevin@koconnor.net>2008-06-07 15:24:19 -0400
commit22dfb85381912a7343f121c0dda654d28fa0ba73 (patch)
tree46325037fed792752aff2ff303a603e14de1b4de /src/disk.c
parentef2822ad338e174f5084ab53e8befc726e119cd3 (diff)
downloadseabios-hppa-22dfb85381912a7343f121c0dda654d28fa0ba73.zip
seabios-hppa-22dfb85381912a7343f121c0dda654d28fa0ba73.tar.gz
seabios-hppa-22dfb85381912a7343f121c0dda654d28fa0ba73.tar.bz2
Misc minor updates.
Diffstat (limited to 'src/disk.c')
-rw-r--r--src/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disk.c b/src/disk.c
index ee2c983..f96342d 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -676,7 +676,7 @@ handle_13(struct bregs *regs)
void VISIBLE16
handle_76()
{
- debug_isr();
+ //debug_isr();
SET_BDA(disk_interrupt_flag, 0xff);
eoi_both_pics();
}