aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/arima
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2003-12-08 21:29:26 +0000
committerRonald G. Minnich <rminnich@gmail.com>2003-12-08 21:29:26 +0000
commit0cb44b5cdf6ca00e885ecd70aafac255425cda2b (patch)
treec31a6da094054054640efb841b3402e797509d0e /src/mainboard/arima
parent80b5240c75e31f708b55578954dbe923baf4c4d7 (diff)
make it a manifest constant
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1310 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima')
-rw-r--r--src/mainboard/arima/hdama/irq_tables.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/arima/hdama/irq_tables.c b/src/mainboard/arima/hdama/irq_tables.c
index 142864fbb1..b331db19c4 100644
--- a/src/mainboard/arima/hdama/irq_tables.c
+++ b/src/mainboard/arima/hdama/irq_tables.c
@@ -3,7 +3,8 @@
const struct irq_routing_table intel_irq_routing_table = {
PIRQ_SIGNATURE, /* u32 signature */
PIRQ_VERSION, /* u16 version */
- 32+16*9, /* there can be total 9 devices on the bus */
+ 32+16*IRQ_SLOT_COUNT,/* there can be total
+ * IRQ_SLOT_COUNT devices on the bus */
1, /* Where the interrupt router lies (bus) */
(4<<3)|3, /* Where the interrupt router lies (dev) */
0x0, /* IRQs devoted exclusively to PCI usage */