Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/include Minor Tsunami-related changes.



details:   https://anonhg.NetBSD.org/src/rev/c73bdb6a40c1
branches:  trunk
changeset: 474139:c73bdb6a40c1
user:      ross <ross%NetBSD.org@localhost>
date:      Tue Jun 29 07:22:25 1999 +0000

description:
Minor Tsunami-related changes.

diffstat:

 sys/arch/alpha/include/intrcnt.h |  4 ++--
 sys/arch/alpha/include/rpb.h     |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 4437c5b303b2 -r c73bdb6a40c1 sys/arch/alpha/include/intrcnt.h
--- a/sys/arch/alpha/include/intrcnt.h  Tue Jun 29 07:21:30 1999 +0000
+++ b/sys/arch/alpha/include/intrcnt.h  Tue Jun 29 07:22:25 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intrcnt.h,v 1.17 1998/11/19 01:48:04 ross Exp $ */
+/* $NetBSD: intrcnt.h,v 1.18 1999/06/29 07:22:25 ross Exp $ */
 
 /*
  * Copyright (c) 1995, 1996 Carnegie-Mellon University.
@@ -31,7 +31,7 @@
 #define        INTRCNT_ISA_IRQ         (INTRCNT_CLOCK + 1)
 #define        INTRCNT_ISA_IRQ_LEN     16
 #define        INTRCNT_OTHER_BASE      (INTRCNT_ISA_IRQ + INTRCNT_ISA_IRQ_LEN)
-#define        INTRCNT_OTHER_LEN       48
+#define        INTRCNT_OTHER_LEN       64
 #define        INTRCNT_COUNT (INTRCNT_OTHER_BASE + INTRCNT_OTHER_LEN)
 
 #define        INTRCNT_A12_IRQ                 INTRCNT_OTHER_BASE
diff -r 4437c5b303b2 -r c73bdb6a40c1 sys/arch/alpha/include/rpb.h
--- a/sys/arch/alpha/include/rpb.h      Tue Jun 29 07:21:30 1999 +0000
+++ b/sys/arch/alpha/include/rpb.h      Tue Jun 29 07:22:25 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpb.h,v 1.31 1999/04/14 23:55:35 thorpej Exp $ */
+/* $NetBSD: rpb.h,v 1.32 1999/06/29 07:22:25 ross Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -76,7 +76,7 @@
 #define        ST_DEC_550              30              /* "Miata" (PCI/ISA) */
 #define        ST_DEC_EV56_PBP         32              /* "Takara" */
 #define        ST_DEC_ALPHAVME_320     33              /* "Yukon" (VME) */
-#define        ST_DEC_6600             34              /* EV6-Typhoon based systems */
+#define        ST_DEC_6600             34              /* EV6-Tsunami based systems */
 
        u_int64_t       rpb_type;               /*  50: */
 



Home | Main Index | Thread Index | Old Index