aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/pcengines/alix1c/irq_tables.c
diff options
context:
space:
mode:
authorRonald G. Minnich <rminnich@gmail.com>2007-09-09 19:43:31 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2007-09-09 19:43:31 +0000
commitcbc95f32fb1f3208dbf7cbe08ed1f19f96c28fe6 (patch)
treef950a2a79f12b6c893c55525bd3af596c9dfff81 /src/mainboard/pcengines/alix1c/irq_tables.c
parent6226f13c11ce9b8daa0d18d5c3996b984cdbd6f0 (diff)
Partial changes and fixup.
Removed reset.c and added copyright headers. Remove debug.c. It is not used and should not be here. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2766 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/pcengines/alix1c/irq_tables.c')
-rw-r--r--src/mainboard/pcengines/alix1c/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/pcengines/alix1c/irq_tables.c b/src/mainboard/pcengines/alix1c/irq_tables.c
index c34b359b26..6f40e892e1 100644
--- a/src/mainboard/pcengines/alix1c/irq_tables.c
+++ b/src/mainboard/pcengines/alix1c/irq_tables.c
@@ -44,7 +44,7 @@
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 */
0x00, /* Where the interrupt router lies (bus) */
(0x0f<<3)|0x0, /* Where the interrupt router lies (dev) */
0, /* IRQs devoted exclusively to PCI usage */