aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-10-01 23:18:14 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-10-01 23:18:14 +0000
commite0005ba6d19ac79d3a883e0e5eccfce79a03ec40 (patch)
tree9b1667e2186e1755209f04485c125ec97f06fdf2 /src/mainboard/via
parent7cf52c979f784573ad9d9e18207e04afb542945b (diff)
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
Diffstat (limited to 'src/mainboard/via')
-rw-r--r--src/mainboard/via/epia/Config.lb2
1 files changed, 1 insertions, 1 deletions
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
##