--
Marc Jones
Senior Firmware Engineer
(970) 226-9684 Office
mailto:Marc.Jones@amd.com
http://www.amd.com/embeddedprocessors
Add IRQ12 to the dbm690t mptable for mouse interrupt support.
Signed-off-by: Marc Jones
marc.jones@amd.com
Index: coreboot-v2/src/mainboard/amd/dbm690t/mptable.c
===================================================================
--- coreboot-v2.orig/src/mainboard/amd/dbm690t/mptable.c 2008-09-26 11:10:34.000000000 -0600
+++ coreboot-v2/src/mainboard/amd/dbm690t/mptable.c 2008-09-26 10:11:30.000000000 -0600
@@ -135,6 +135,8 @@
smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH,
bus_isa, 0x7, apicid_sb600, 0x7);
smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH,
+ bus_isa, 0xc, apicid_sb600, 0xc);
+ smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH,
bus_isa, 0xd, apicid_sb600, 0xd);
smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_EDGE | MP_IRQ_POLARITY_HIGH,
bus_isa, 0xe, apicid_sb600, 0xe);