Author: mjones
Date: 2008-09-26 19:41:34 +0200 (Fri, 26 Sep 2008)
New Revision: 3603

Modified:
   trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c
Log:
Add IRQ12 to the dbm690t mptable for mouse interrupt support.

Signed-off-by: Marc Jones <[EMAIL PROTECTED]>
Acked-by: Carl-Daniel Hailfinger <[EMAIL PROTECTED]>



Modified: trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c
===================================================================
--- trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c       2008-09-26 
13:19:02 UTC (rev 3602)
+++ trunk/coreboot-v2/src/mainboard/amd/dbm690t/mptable.c       2008-09-26 
17:41:34 UTC (rev 3603)
@@ -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);


--
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to