Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax Forgot to commit changes of intrcnt[] array an...



details:   https://anonhg.NetBSD.org/src/rev/bfb799a8c045
branches:  trunk
changeset: 514087:bfb799a8c045
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Aug 22 08:23:09 2001 +0000

description:
Forgot to commit changes of intrcnt[] array and its indices.

diffstat:

 sys/arch/pmax/include/intr.h        |  21 +--------------------
 sys/arch/pmax/pmax/locore_machdep.S |   6 +-----
 2 files changed, 2 insertions(+), 25 deletions(-)

diffs (67 lines):

diff -r 7ccb2d26d5a5 -r bfb799a8c045 sys/arch/pmax/include/intr.h
--- a/sys/arch/pmax/include/intr.h      Wed Aug 22 07:42:07 2001 +0000
+++ b/sys/arch/pmax/include/intr.h      Wed Aug 22 08:23:09 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.21 2001/08/22 06:59:44 nisimura Exp $       */
+/*     $NetBSD: intr.h,v 1.22 2001/08/22 08:23:09 nisimura Exp $       */
 
 /*
  * Copyright (c) 1998 Jonathan Stone.  All rights reserved.
@@ -124,24 +124,6 @@
  */
 extern u_long intrcnt[];
 
-#if 0
-#define        SOFTCLOCK_INTR  0
-#define        SOFTNET_INTR    1
-#define        SERIAL0_INTR    2
-#define        SERIAL1_INTR    3
-#define        LANCE_INTR      4
-#define        SCSI_INTR       5
-#define        ERROR_INTR      6
-#define        HARDCLOCK       7
-#define        FPU_INTR        8
-#define        SLOT0_INTR      9
-#define        SLOT1_INTR      10
-#define        SLOT2_INTR      11
-#define        DTOP_INTR       12
-#define        ISDN_INTR       13
-#define        FLOPPY_INTR     14
-#define        STRAY_INTR      15
-#else
 #define        SERIAL0_INTR    0
 #define        SERIAL1_INTR    1
 #define        LANCE_INTR      2
@@ -154,7 +136,6 @@
 #define        ISDN_INTR       9
 #define        FLOPPY_INTR     10
 #define        STRAY_INTR      11
-#endif
 
 struct intrhand {
        int     (*ih_func) __P((void *));
diff -r 7ccb2d26d5a5 -r bfb799a8c045 sys/arch/pmax/pmax/locore_machdep.S
--- a/sys/arch/pmax/pmax/locore_machdep.S       Wed Aug 22 07:42:07 2001 +0000
+++ b/sys/arch/pmax/pmax/locore_machdep.S       Wed Aug 22 08:23:09 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore_machdep.S,v 1.15 2000/07/26 11:42:41 ad Exp $   */
+/*     $NetBSD: locore_machdep.S,v 1.16 2001/08/22 08:23:10 nisimura Exp $     */
 
 /*
  * Copyright (c) 1992, 1993
@@ -172,15 +172,11 @@
  */
        .data
 EXPORT(intrnames)
-       .asciiz "softclock"
-       .asciiz "softnet"
        .asciiz "serial0"
        .asciiz "serial1"
        .asciiz "ether"
        .asciiz "scsi"
        .asciiz "memory"
-       .asciiz "clock"
-       .asciiz "fpu"
        .asciiz "optslot0"
        .asciiz "optslot1"
        .asciiz "optslot2"



Home | Main Index | Thread Index | Old Index