summaryrefslogtreecommitdiff
path: root/src/mainboard/asus/m4a785-m/irq_tables.c
diff options
context:
space:
mode:
authorJuhana Helovuo <juhe@iki.fi>2010-12-06 01:11:12 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-12-06 01:11:12 +0000
commita8c8490c114f97462a3060ce77777ea546d0bbc4 (patch)
treedd9f6e34354bc1646a42152f520af1fff0f18653 /src/mainboard/asus/m4a785-m/irq_tables.c
parent3a4ed157dcd93f845b92fcea272368bdc41d7a11 (diff)
downloadcoreboot-a8c8490c114f97462a3060ce77777ea546d0bbc4.tar.xz
Add initial support for the ASUS M4A78-EM.
Signed-off-by: Juhana Helovuo <juhe@iki.fi> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6141 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/m4a785-m/irq_tables.c')
-rw-r--r--src/mainboard/asus/m4a785-m/irq_tables.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/asus/m4a785-m/irq_tables.c b/src/mainboard/asus/m4a785-m/irq_tables.c
index 0ad1963e49..4edeec11b4 100644
--- a/src/mainboard/asus/m4a785-m/irq_tables.c
+++ b/src/mainboard/asus/m4a785-m/irq_tables.c
@@ -1,7 +1,7 @@
/*
* This file is part of the coreboot project.
*
- * Copyright (C) 200x TODO <TODO@TODO>
+ * Copyright (C) 2010 Juhana Helovuo <juhe@iki.fi>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@
const struct irq_routing_table intel_irq_routing_table = {
PIRQ_SIGNATURE, /* u32 signature */
PIRQ_VERSION, /* u16 version */
- 32 + 16 * 19, /* Max. number of devices on the bus */
+ 32 + 16 * CONFIG_IRQ_SLOT_COUNT, /* Max. number of devices on the bus */
0x00, /* Interrupt router bus */
(0x14 << 3) | 0x3, /* Interrupt router dev */
0, /* IRQs devoted exclusively to PCI usage */