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 Add systype for "Titan" systems (syst...



details:   https://anonhg.NetBSD.org/src/rev/9035a2a1a8d0
branches:  trunk
changeset: 509421:9035a2a1a8d0
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 03 20:52:19 2001 +0000

description:
Add systype for "Titan" systems (systype 38).

diffstat:

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

diffs (17 lines):

diff -r 68e75b751e3f -r 9035a2a1a8d0 sys/arch/alpha/include/rpb.h
--- a/sys/arch/alpha/include/rpb.h      Thu May 03 20:43:16 2001 +0000
+++ b/sys/arch/alpha/include/rpb.h      Thu May 03 20:52:19 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rpb.h,v 1.38 2000/07/06 23:29:13 thorpej Exp $ */
+/* $NetBSD: rpb.h,v 1.39 2001/05/03 20:52:19 thorpej Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -81,6 +81,7 @@
 #define        ST_DEC_WILDFIRE         35              /* "Wildfire" */
 #define        ST_DEC_CUSCO            36              /* "CUSCO" */
 #define        ST_DEC_EIGER            37              /* "Eiger" */
+#define        ST_DEC_TITAN            38              /* "Titan" */
 
        /* Alpha Processor, Inc. systypes */
 #define        ST_API_NAUTILUS         201             /* EV6-AMD 751 UP1000 */



Home | Main Index | Thread Index | Old Index