Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/include Obviously we don't use the symbol, but ...



details:   https://anonhg.NetBSD.org/src/rev/a596788ce790
branches:  trunk
changeset: 486448:a596788ce790
user:      matt <matt%NetBSD.org@localhost>
date:      Mon May 22 15:40:06 2000 +0000

description:
Obviously we don't use the symbol, but we might give it the correct value.
We support up to NVAX platforms.

diffstat:

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

diffs (18 lines):

diff -r e13180f64cfe -r a596788ce790 sys/arch/vax/include/sid.h
--- a/sys/arch/vax/include/sid.h        Mon May 22 15:38:47 2000 +0000
+++ b/sys/arch/vax/include/sid.h        Mon May 22 15:40:06 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sid.h,v 1.13 2000/05/08 17:49:07 ragge Exp $   */
+/*     $NetBSD: sid.h,v 1.14 2000/05/22 15:40:06 matt Exp $    */
 
 /*
  * Copyright (c) 1994 Ludd, University of Lule}, Sweden.
@@ -183,7 +183,7 @@
 /*
  * Highest Number supported by NetBSD/VAX
  */
-#define VAX_TYP_MAX    VAX_TYP_RIGEL
+#define VAX_TYP_MAX    VAX_TYP_NVAX
 
 /*
  * compatibility with old names:



Home | Main Index | Thread Index | Old Index