aboutsummaryrefslogtreecommitdiff
path: root/hwsetup.c
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2015-05-25 16:03:58 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-25 16:03:58 +0200
commitc9ceaf597e7d3dee3dd79ae95b4a40ee87c89846 (patch)
treecb7f11349fbb338fa4894cd6535cf1b4f2c2476c /hwsetup.c
parent489b1b7ed7f7353bc850c97b92ae17cc3c69d689 (diff)
downloadqboot-c9ceaf597e7d3dee3dd79ae95b4a40ee87c89846.zip
qboot-c9ceaf597e7d3dee3dd79ae95b4a40ee87c89846.tar.gz
qboot-c9ceaf597e7d3dee3dd79ae95b4a40ee87c89846.tar.bz2
another embarrassing typo
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hwsetup.c')
-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)