Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/vax/conf If a port is going to have wscons for virt...



details:   https://anonhg.NetBSD.org/src/rev/290d3b29b021
branches:  trunk
changeset: 779606:290d3b29b021
user:      abs <abs%NetBSD.org@localhost>
date:      Tue Jun 05 08:41:36 2012 +0000

description:
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...

diffstat:

 sys/arch/vax/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r bb39b6b1ed5d -r 290d3b29b021 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Tue Jun 05 08:23:05 2012 +0000
+++ b/sys/arch/vax/conf/GENERIC Tue Jun 05 08:41:36 2012 +0000
@@ -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 @@
 
 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 @@
 # 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.



Home | Main Index | Thread Index | Old Index