Module Name:    src
Committed By:   nonaka
Date:           Sat Dec  5 14:55:13 UTC 2009

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

Log Message:
enable WSDISPLAY_COMPAT_RAWKBD option.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 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.26 src/sys/arch/zaurus/conf/GENERIC:1.27
--- src/sys/arch/zaurus/conf/GENERIC:1.26	Sat Nov 28 08:16:00 2009
+++ src/sys/arch/zaurus/conf/GENERIC	Sat Dec  5 14:55:13 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.26 2009/11/28 08:16:00 nonaka Exp $
+#	$NetBSD: GENERIC,v 1.27 2009/12/05 14:55:13 nonaka Exp $
 #
 # GENERIC machine description file
 #
@@ -144,7 +144,7 @@
 # compatibility to other console drivers
 options 	WSDISPLAY_COMPAT_PCVT		# emulate some ioctls
 options 	WSDISPLAY_COMPAT_USL		# 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