From: Daniel Laird <daniel.j.laird@nxp.com>
To: linux-mips@linux-mips.org
Subject: [PATCH] Add missing interrupts for STB810/PNX8550 system
Date: Thu, 19 Jul 2007 16:12:10 +0100 [thread overview]
Message-ID: <469F7F4A.1060507@nxp.com> (raw)
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},
};
reply other threads:[~2007-07-19 15:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=469F7F4A.1060507@nxp.com \
--to=daniel.j.laird@nxp.com \
--cc=linux-mips@linux-mips.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox