Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/include Bump _INTR_N from 8 (all of which wer...



details:   https://anonhg.NetBSD.org/src/rev/d470bf4d56b1
branches:  trunk
changeset: 554067:d470bf4d56b1
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Oct 25 03:45:03 2003 +0000

description:
Bump _INTR_N from 8 (all of which were used) to 16 so that it's
possible to do experiments with new drivers without hitting this
limit.  Of this delta we already consume two slots on Jornada 680 for
IRQ0 (j6x0pwr) and IRQ3 (j6x0tp).

diffstat:

 sys/arch/hpcsh/include/intr.h |  11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r a9594c937695 -r d470bf4d56b1 sys/arch/hpcsh/include/intr.h
--- a/sys/arch/hpcsh/include/intr.h     Sat Oct 25 03:18:37 2003 +0000
+++ b/sys/arch/hpcsh/include/intr.h     Sat Oct 25 03:45:03 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.6 2002/03/28 15:27:05 uch Exp $     */
+/*     $NetBSD: intr.h,v 1.7 2003/10/25 03:45:03 uwe Exp $     */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,14 @@
 
 #include <sh3/intr.h>
 
-#define _INTR_N                8       /* TMU0, TMU1, TMU2, SCIF * 4, HD6446x */
+/*
+ * See sys/arch/sh3/sh3/interrupt.c
+ * This was 8 for TMU0, TMU1, TMU2, SCIF * 4, HD6446x.
+ *
+ * For now bump this to 16 so that it's possible to do experiments
+ * with new drivers without hitting this limit.
+ */
+#define _INTR_N                16
 
 #define        IPL_BIO         9       /* block I/O */
 #define        IPL_NET         10      /* network */



Home | Main Index | Thread Index | Old Index