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 comment out WSDISPLAY_COMPAT_RAWKBD for...



details:   https://anonhg.NetBSD.org/src/rev/b5bf10cd396a
branches:  trunk
changeset: 457992:b5bf10cd396a
user:      martin <martin%NetBSD.org@localhost>
date:      Fri Jul 26 07:09:47 2019 +0000

description:
comment out WSDISPLAY_COMPAT_RAWKBD for now, it does not compile

diffstat:

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

diffs (18 lines):

diff -r 7d478eeb6aaa -r b5bf10cd396a sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Fri Jul 26 06:59:48 2019 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Fri Jul 26 07:09:47 2019 +0000
@@ -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 @@
 # 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
 



Home | Main Index | Thread Index | Old Index