aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwsetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwsetup.c b/hwsetup.c
index 6c3aef9..6c7b019 100644
--- a/hwsetup.c
+++ b/hwsetup.c
@@ -79,7 +79,7 @@ static void setup_pic(void)
/* Set ELCR to IRQs 10 and 11 */
outb(0x4d0, 0);
- outb(0x4d0, 0x0c);
+ outb(0x4d1, 0x0c);
}
void setup_hw(void)