Source-Changes-HG archive

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

[src/khorben-n900]: src/sys/arch/arm/omap Pre-allocated more potential interr...



details:   https://anonhg.NetBSD.org/src/rev/6d8e73c7866e
branches:  khorben-n900
changeset: 786693:6d8e73c7866e
user:      khorben <khorben%NetBSD.org@localhost>
date:      Fri May 10 00:50:34 2013 +0000

description:
Pre-allocated more potential interrupt sources for the N900. It features
the regular 6 * 32 GPIO pins on the main core, plus 18 pins on the TPS65950
companion chip, for a total of at least 210 such interrupt sources.

diffstat:

 sys/arch/arm/omap/omap2430_intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a2d19016f571 -r 6d8e73c7866e sys/arch/arm/omap/omap2430_intr.h
--- a/sys/arch/arm/omap/omap2430_intr.h Fri May 10 00:38:20 2013 +0000
+++ b/sys/arch/arm/omap/omap2430_intr.h Fri May 10 00:50:34 2013 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: omap2430_intr.h,v 1.4 2012/07/14 07:42:57 matt Exp $ */
+/*     $NetBSD: omap2430_intr.h,v 1.4.8.1 2013/05/10 00:50:34 khorben Exp $ */
 
 /*
  * Define the SDP2430 specific information and then include the generic OMAP
@@ -162,7 +162,7 @@
 #define        IRQ_GPT12_3530          95      /* (3530) GPT12 */
 
 #define        PIC_MAXSOURCES          96
-#define        PIC_MAXMAXSOURCES       (PIC_MAXSOURCES+192)
+#define        PIC_MAXMAXSOURCES       (PIC_MAXSOURCES+256)
 
 void omap_irq_handler(void *);
 



Home | Main Index | Thread Index | Old Index