another embarrassing typo Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/hwsetup.c b/hwsetup.c index 6c3aef9..6c7b019 100644 --- a/hwsetup.c +++ b/hwsetup.c
@@ -79,7 +79,7 @@ /* Set ELCR to IRQs 10 and 11 */ outb(0x4d0, 0); - outb(0x4d0, 0x0c); + outb(0x4d1, 0x0c); } void setup_hw(void)