From 550999eaca74ba5bd5663c584bc04239def15fc1 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 15 Apr 2004 17:33:54 +0000 Subject: hand crafted mptable git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/ibm/e325/irq_tables.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/mainboard/ibm/e325/irq_tables.c') diff --git a/src/mainboard/ibm/e325/irq_tables.c b/src/mainboard/ibm/e325/irq_tables.c index c895c2a4fd..569432937a 100644 --- a/src/mainboard/ibm/e325/irq_tables.c +++ b/src/mainboard/ibm/e325/irq_tables.c @@ -1,7 +1,7 @@ #include #include -#define IRQ_ROUTER_BUS 1 +#define IRQ_ROUTER_BUS 0 #define IRQ_ROUTER_DEVFN PCI_DEVFN(4,3) #define IRQ_ROUTER_VENDOR 0x1022 #define IRQ_ROUTER_DEVICE 0x746b @@ -39,8 +39,8 @@ const struct irq_routing_table intel_irq_routing_table = { /* AMD-8131 PCI-X Bridge */ IRQ_SLOT(0x0, 0x00,0x02,0x0, 0,0,0,0), /* PCI Slot 1-2 */ - IRQ_SLOT(0x1, 0x02,0x04,0x0, 1,2,3,4), - IRQ_SLOT(0x2, 0x02,0x03,0x0, 2,3,4,1), + IRQ_SLOT(0x1, 0x02,0x03,0x0, 1,2,3,4), + IRQ_SLOT(0x2, 0x02,0x04,0x0, 2,3,4,1), /* AMD-8111 PCI Bridge */ IRQ_SLOT(0x0, 0x00,0x03,0x0, 0,0,0,0), /* USB Controller */ -- cgit v1.2.3