* [PATCH] Add missing interrupts for STB810/PNX8550 system
@ 2007-07-19 15:12 Daniel Laird
0 siblings, 0 replies; only message in thread
From: Daniel Laird @ 2007-07-19 15:12 UTC (permalink / raw)
To: linux-mips
Add Missing interrupts for STB810 systems
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
---
irqmap.c | 15 ++++++++++++---
1 files changed, 12 insertions(+), 3 deletions(-)
---
Index: linux-2.6.22.1_nxp/arch/mips/philips/pnx8550/stb810/irqmap.c
===================================================================
--- linux-2.6.22.1_orig/arch/mips/philips/pnx8550/stb810/irqmap.c
(revision 9)
+++ linux-2.6.22.1_new/arch/mips/philips/pnx8550/stb810/irqmap.c
(working copy)
@@ -15,9 +15,18 @@
#include <linux/init.h>
#include <int.h>
+/* Fill in the correct interrupts for STB810
+ * [8] = SATA Controller
+ * [9] = USB Controller
+ * [10] = Ethernet Controller
+ * [11] = External PCI Slot
+ * [12] = Mini PCI Slot
+ */
char pnx8550_irq_tab[][5] __initdata = {
- [8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
- [9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
- [10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [8] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [9] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [10] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [11] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
+ [12] = { -1, PNX8550_INT_PCI_INTA, 0xff, 0xff, 0xff},
};
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-07-19 15:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 15:12 [PATCH] Add missing interrupts for STB810/PNX8550 system Daniel Laird
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.