Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/vax Use gencons if VAX670.



details:   https://anonhg.NetBSD.org/src/rev/6a98ff58350b
branches:  trunk
changeset: 473525:6a98ff58350b
user:      ragge <ragge%NetBSD.org@localhost>
date:      Sun Jun 06 19:05:21 1999 +0000

description:
Use gencons if VAX670.

diffstat:

 sys/arch/vax/vax/conf.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 18be9b6ce42f -r 6a98ff58350b sys/arch/vax/vax/conf.c
--- a/sys/arch/vax/vax/conf.c   Sun Jun 06 19:03:40 1999 +0000
+++ b/sys/arch/vax/vax/conf.c   Sun Jun 06 19:05:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: conf.c,v 1.41 1999/03/26 22:04:07 ragge Exp $  */
+/*     $NetBSD: conf.c,v 1.42 1999/06/06 19:05:21 ragge Exp $  */
 
 /*-
  * Copyright (c) 1982, 1986 The Regents of the University of California.
@@ -171,7 +171,7 @@
 #include "smg.h"
 
 struct consdev constab[]={
-#if VAX8600 || VAX8200 || VAX780 || VAX750 || VAX650 || VAX630
+#if VAX8600 || VAX8200 || VAX780 || VAX750 || VAX650 || VAX630 || VAX670
 #define NGEN   1
        cons_init(gen), /* Generic console type; mtpr/mfpr */
 #else



Home | Main Index | Thread Index | Old Index