Module Name: src
Committed By: tsutsui
Date: Sat Nov 2 23:13:00 UTC 2019
Modified Files:
src/sys/arch/zaurus/conf: GENERIC
Log Message:
Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server.
Should be pulled up to netbsd-9.
To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/zaurus/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/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.87 src/sys/arch/zaurus/conf/GENERIC:1.88
--- src/sys/arch/zaurus/conf/GENERIC:1.87 Wed Aug 21 04:17:41 2019
+++ src/sys/arch/zaurus/conf/GENERIC Sat Nov 2 23:13:00 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.87 2019/08/21 04:17:41 msaitoh Exp $
+# $NetBSD: GENERIC,v 1.88 2019/11/02 23:13:00 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -143,7 +143,7 @@ options WS_KERNEL_FG=WSCOL_GREEN
# compatibility to other console drivers
options WSDISPLAY_COMPAT_PCVT # emulate some ioctls
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
-# options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
+options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
# Development and Debugging options