aboutsummaryrefslogtreecommitdiff
path: root/src/disk.c
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2008-03-08 11:34:28 -0500
committerKevin O'Connor <kevin@koconnor.net>2008-03-08 11:34:28 -0500
commit127cbd7f063767cc9f9139a37376ade28e168684 (patch)
treede7579953c50e0643a9d15f3ca89bea4218f0818 /src/disk.c
parente2e5f013568bc4fc9ef6a055b85a56d3b2ee801c (diff)
downloadseabios-hppa-127cbd7f063767cc9f9139a37376ade28e168684.zip
seabios-hppa-127cbd7f063767cc9f9139a37376ade28e168684.tar.gz
seabios-hppa-127cbd7f063767cc9f9139a37376ade28e168684.tar.bz2
Clean up disk debugging messages.
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 5088217..129b058 100644
--- a/src/disk.c
+++ b/src/disk.c
@@ -714,7 +714,7 @@ handle_40(struct bregs *regs)
void VISIBLE16
handle_13(struct bregs *regs)
{
- debug_enter(regs);
+ //debug_enter(regs);
u8 drive = regs->dl;
if (CONFIG_CDROM_BOOT) {