[PATCH] Add missing interrupts for STB810/PNX8550 system

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add Missing interrupts for STB810 systems

Signed-off-by: Daniel Laird <daniel.j.laird@xxxxxxx>
---
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},
};



[Index of Archives]     [Linux MIPS Home]     [LKML Archive]     [Linux ARM Kernel]     [Linux ARM]     [Linux]     [Git]     [Yosemite News]     [Linux SCSI]     [Linux Hams]

  Powered by Linux