Author: mraudsepp Date: 2008-11-12 19:26:59 +0100 (Wed, 12 Nov 2008) New Revision: 1005
Modified: coreboot-v3/mainboard/artecgroup/dbe61/irq_tables.h Log: 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 mart.raudsepp@artecdesign.ee Acked-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
Modified: coreboot-v3/mainboard/artecgroup/dbe61/irq_tables.h =================================================================== --- coreboot-v3/mainboard/artecgroup/dbe61/irq_tables.h 2008-11-12 17:04:15 UTC (rev 1004) +++ coreboot-v3/mainboard/artecgroup/dbe61/irq_tables.h 2008-11-12 18:26:59 UTC (rev 1005) @@ -46,8 +46,8 @@ 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) */