From c9ceaf597e7d3dee3dd79ae95b4a40ee87c89846 Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 25 May 2015 16:03:58 +0200 Subject: another embarrassing typo Signed-off-by: Paolo Bonzini --- hwsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hwsetup.c') 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) -- cgit v1.1