From 83462e09953dd977245e2a34a8ca183896cc20a6 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Wed, 12 Nov 2008 18:26:59 +0000 Subject: [PATCH] artecgroup/dbe61: Use correct interrupt router location Changes the interrupt router location to what all other Geode board ports are using, and doesn't exclusively devote any IRQs for PCI usage, as no other Geode board does so. Signed-off-by: Mart Raudsepp Acked-by: Carl-Daniel Hailfinger git-svn-id: svn://coreboot.org/repository/coreboot-v3@1005 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/artecgroup/dbe61/irq_tables.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mainboard/artecgroup/dbe61/irq_tables.h b/mainboard/artecgroup/dbe61/irq_tables.h index 0a70e71057..4649ef0032 100644 --- a/mainboard/artecgroup/dbe61/irq_tables.h +++ b/mainboard/artecgroup/dbe61/irq_tables.h @@ -46,8 +46,8 @@ const struct irq_routing_table intel_irq_routing_table = { PIRQ_VERSION, /* u16 version */ 32 + 16 * IRQ_SLOT_COUNT, /* Max. number of devices on the bus */ 0x00, /* Where the interrupt router lies (bus) */ - (0x12 << 3) | 0x0, /* Where the interrupt router lies (dev) */ - 0x0800, /* IRQs devoted exclusively to PCI usage */ + (0x0F << 3) | 0x0, /* Where the interrupt router lies (dev) */ + 0x00, /* IRQs devoted exclusively to PCI usage */ 0x1022, /* Vendor */ 0x208f, /* Device */ 0, /* Crap (miniport) */