Module Name:    src
Committed By:   abs
Date:           Tue Jun  5 08:41:36 UTC 2012

Modified Files:
        src/sys/arch/vax/conf: GENERIC

Log Message:
If a port is going to have wscons for virtual terminals then it really makes
sense to enable WSDISPLAY_COMPAT_USL so the system can switch between the
virtual terminals...


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/vax/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.180 src/sys/arch/vax/conf/GENERIC:1.181
--- src/sys/arch/vax/conf/GENERIC:1.180	Sat Mar 10 21:51:57 2012
+++ src/sys/arch/vax/conf/GENERIC	Tue Jun  5 08:41:36 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.180 2012/03/10 21:51:57 joerg Exp $
+# $NetBSD: GENERIC,v 1.181 2012/06/05 08:41:36 abs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/vax/conf/std.vax"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.180 $"
+#ident 		"GENERIC-$Revision: 1.181 $"
 
 # Here are all different supported CPU types listed.
 #options 	VAX8800		# VAX 8500, 8530, 8550, 8700, 8800
@@ -128,6 +128,7 @@ options 	NFS_BOOT_BOOTPARAM	# Use the Su
 # WS console uses VT100 terminal emulation
 options 	WSEMUL_VT100
 options 	WSDISPLAY_DEFAULTSCREENS=8
+options 	WSDISPLAY_COMPAT_USL		# wsconscfg VT handling
 options 	FONT_QVSS8x15
 
 # System V shared memory & semaphores support.

Reply via email to