Add an interrupt entry for the onboard firewire controller,
authorTorsten Duwe <duwe@lst.de>
Fri, 21 Dec 2007 17:21:03 +0000 (17:21 +0000)
committerTorsten Duwe <duwe@lst.de>
Fri, 21 Dec 2007 17:21:03 +0000 (17:21 +0000)
Bus 1, device 10 (function 0 only), routed to IO-APIC pin 18
(verified on an v1.0 board).

Signed-off-by: Torsten Duwe <duwe@lst.de>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3023 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

src/mainboard/gigabyte/m57sli/mptable.c

index 749b630bb1784b26a81ba94eb5561de0c727f489..2d1aa1a98498baaa5eb503e653518b9434d8da16 100644 (file)
@@ -137,7 +137,7 @@ void *smp_write_config_table(void *v)
                for(i=0;i<4;i++) {
                        smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_mcp55[1], ((0x07+j)<<2)|i, apicid_mcp55, 0x10 + (3+i+j)%4);
                }
-
+       smp_write_intsrc(mc, mp_INT, MP_IRQ_TRIGGER_LEVEL|MP_IRQ_POLARITY_LOW, bus_mcp55[1], ((0x0a)<<2)|0, apicid_mcp55, 0x12);
 /*Local Ints:  Type    Polarity    Trigger     Bus ID   IRQ    APIC ID PIN#*/
        smp_write_intsrc(mc, mp_ExtINT, MP_IRQ_TRIGGER_EDGE|MP_IRQ_POLARITY_HIGH, bus_isa, 0x0, MP_APIC_ALL, 0x0);
        smp_write_intsrc(mc, mp_NMI, MP_IRQ_TRIGGER_EDGE|MP_IRQ_POLARITY_HIGH, bus_isa, 0x0, MP_APIC_ALL, 0x1);