Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf enable WSDISPLAY_COMPAT_RAWKBD option.



details:   https://anonhg.NetBSD.org/src/rev/172c865fda53
branches:  trunk
changeset: 749666:172c865fda53
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat Dec 05 14:55:13 2009 +0000

description:
enable WSDISPLAY_COMPAT_RAWKBD option.

diffstat:

 sys/arch/zaurus/conf/GENERIC |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 05ab396dd97a -r 172c865fda53 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Sat Dec 05 13:56:43 2009 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Sat Dec 05 14:55:13 2009 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index