Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbsh3/include increase _INTR_N from 7 to 11 (count...



details:   https://anonhg.NetBSD.org/src/rev/76b31ddfadd6
branches:  trunk
changeset: 525937:76b31ddfadd6
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Apr 22 02:05:33 2002 +0000

description:
increase _INTR_N from 7 to 11 (count both SCI and SCIF)

diffstat:

 sys/arch/evbsh3/include/intr.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 46097d03336f -r 76b31ddfadd6 sys/arch/evbsh3/include/intr.h
--- a/sys/arch/evbsh3/include/intr.h    Mon Apr 22 01:21:20 2002 +0000
+++ b/sys/arch/evbsh3/include/intr.h    Mon Apr 22 02:05:33 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.6 2002/03/24 18:21:18 uch Exp $     */
+/*     $NetBSD: intr.h,v 1.7 2002/04/22 02:05:33 msaitoh Exp $ */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 #include <sh3/intr.h>
 
 /* Number of interrupt source */
-#define _INTR_N                7       /* TMU0, TMU1, TMU2, (SCIF or SCI) * 4 */
+#define _INTR_N                11      /* TMU0, TMU1, TMU2, (SCIF and SCI) * 4 */
 
 /* Interrupt priority levels */
 #define        IPL_BIO         9       /* block I/O */



Home | Main Index | Thread Index | Old Index