Module Name:    src
Committed By:   martin
Date:           Fri Jul 26 07:09:48 UTC 2019

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

Log Message:
comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 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.85 src/sys/arch/zaurus/conf/GENERIC:1.86
--- src/sys/arch/zaurus/conf/GENERIC:1.85	Fri Mar 29 21:06:51 2019
+++ src/sys/arch/zaurus/conf/GENERIC	Fri Jul 26 07:09:47 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.85 2019/03/29 21:06:51 christos Exp $
+#	$NetBSD: GENERIC,v 1.86 2019/07/26 07:09:47 martin 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
 

Reply via email to