summaryrefslogtreecommitdiff
path: root/ide.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide.c')
-rw-r--r--ide.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ide.c b/ide.c
index 3532121..331553f 100644
--- a/ide.c
+++ b/ide.c
@@ -52,14 +52,12 @@ ide_init(void)
}
ioapic_enable (IRQ_IDE, 1);
ide_wait_ready(0);
- cprintf ("cpu%d: ide_init:done\n", cpu());
}
void
ide_intr(void)
{
acquire(&ide_lock);
- // cprintf("cpu%d: ide_intr\n", cpu());
wakeup(&request[tail]);
release(&ide_lock);
}