From e0005ba6d19ac79d3a883e0e5eccfce79a03ec40 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 1 Oct 2003 23:18:14 +0000 Subject: fix sizing of PCI IRQ table in the Config.lb (there are only 5 slots) But linux still refuses to believe this table. What's odd is this is the identical table used in V1. Damn. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1173 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/epia/Config.lb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/via/epia/Config.lb b/src/mainboard/via/epia/Config.lb index 73356f55ef..6e38977bf7 100644 --- a/src/mainboard/via/epia/Config.lb +++ b/src/mainboard/via/epia/Config.lb @@ -42,7 +42,7 @@ option HAVE_HARD_RESET=1 ## Build code to export a programmable irq routing table ## option HAVE_PIRQ_TABLE=1 -option IRQ_SLOT_COUNT=7 +option IRQ_SLOT_COUNT=5 object irq_tables.o ## -- cgit v1.2.3