Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/usermode/conf add WSDISPLAY_COMPAT_USL to make 'wsc...



details:   https://anonhg.NetBSD.org/src/rev/cf132f0a4ac6
branches:  trunk
changeset: 772338:cf132f0a4ac6
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Dec 30 12:14:04 2011 +0000

description:
add WSDISPLAY_COMPAT_USL to make 'wsconscfg -s' work

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (27 lines):

diff -r 57d360ebeb78 -r cf132f0a4ac6 sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Fri Dec 30 12:13:31 2011 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Fri Dec 30 12:14:04 2011 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.7 2011/12/29 21:22:49 jmcneill Exp $
+# $NetBSD: GENERIC.common,v 1.8 2011/12/30 12:14:04 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.7 $"
+#ident                 "GENERIC-$Revision: 1.8 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -61,8 +61,9 @@
 wskbd0         at vncfb?
 options        WSEMUL_VT100
 options        WS_KERNEL_FG=WSCOL_GREEN
-options                WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
-options                WSKBD_DEFAULT_KEYREPEAT_DELN=200
+options        WSKBD_DEFAULT_KEYREPEAT_DEL1=1000
+options        WSKBD_DEFAULT_KEYREPEAT_DELN=200
+options        WSDISPLAY_COMPAT_USL
 
 pseudo-device  loop
 pseudo-device  pty



Home | Main Index | Thread Index | Old Index