Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Add options WSDISPLAY_COMPAT_RAWKBD fo...



details:   https://anonhg.NetBSD.org/src/rev/9bbf1ea6653b
branches:  trunk
changeset: 797512:9bbf1ea6653b
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jul 20 11:33:31 2014 +0000

description:
Add options WSDISPLAY_COMPAT_RAWKBD for Xorg server.

diffstat:

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

diffs (26 lines):

diff -r 1f7dc6ea3bb6 -r 9bbf1ea6653b sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC     Sun Jul 20 11:14:56 2014 +0000
+++ b/sys/arch/luna68k/conf/GENERIC     Sun Jul 20 11:33:31 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.112 2014/07/18 17:30:52 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.113 2014/07/20 11:33:31 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.112 $"
+#ident                 "GENERIC-$Revision: 1.113 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -139,6 +139,7 @@
 # WS console uses SUN or VT100 terminal emulation
 options        WSEMUL_VT100
 options        WSDISPLAY_COMPAT_USL            # wsconscfg VT handling
+options        WSDISPLAY_COMPAT_RAWKBD
 options        FONT_OMRON12x20
 
 config         netbsd root on ? type ?



Home | Main Index | Thread Index | Old Index