aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/via/epia-m700/irq_tables.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2009-06-07 14:38:32 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2009-06-07 14:38:32 +0000
commitd64f403f8eeb2da55472d9f6f65b657c063414ed (patch)
tree0eb46d25fb4f86149cee12c1a455862f766df437 /src/mainboard/via/epia-m700/irq_tables.c
parent0ffff3434e610cf38c8eb06a3f1b1dece92652fa (diff)
A bunch of additional EPIA-M700 cleanups and also some non-cosmetic changes:
- Make get_dsdt script executable. - Rename DrivingClkPhaseData.c to driving_clk_phase_data.c. - Set proper IRQ_SLOT_COUNT value in the hope that the '14' from irq_table.c is correct. - Fix broken or incorrect #include names to increase likelyhood of a successful compile. Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4350 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia-m700/irq_tables.c')
-rw-r--r--src/mainboard/via/epia-m700/irq_tables.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia-m700/irq_tables.c b/src/mainboard/via/epia-m700/irq_tables.c
index 4366d65059..cb841bf1e4 100644
--- a/src/mainboard/via/epia-m700/irq_tables.c
+++ b/src/mainboard/via/epia-m700/irq_tables.c
@@ -23,7 +23,7 @@
const struct irq_routing_table intel_irq_routing_table = {
PIRQ_SIGNATURE, /* u32 signature */
PIRQ_VERSION, /* u16 version */
- 32 + 16 * 14, /* There can be total 14 devices on the bus */
+ 32 + 16 * IRQ_SLOT_COUNT,/* Max. number of devices on the bus */
0x00, /* Where the interrupt router lies (bus) */
(0x11 << 3) | 0x0, /* Where the interrupt router lies (dev) */
0xc20, /* IRQs devoted exclusively to PCI usage */