aboutsummaryrefslogtreecommitdiff
path: root/devices/pic_8259.c
diff options
context:
space:
mode:
Diffstat (limited to 'devices/pic_8259.c')
-rw-r--r--devices/pic_8259.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/devices/pic_8259.c b/devices/pic_8259.c
index 43b090f..74c576a 100644
--- a/devices/pic_8259.c
+++ b/devices/pic_8259.c
@@ -28,7 +28,7 @@ pic_init()
outb(ICW4_8086, PIC2 + DATA);
// PIC masks
- outb(0xff, PIC1 + DATA);
+ outb(0xfc, PIC1 + DATA);
outb(0xff, PIC2 + DATA);
}