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 Put back options WSDISPLAY_COMPAT_RAWKB...



details:   https://anonhg.NetBSD.org/src/rev/f831424a5f61
branches:  trunk
changeset: 846170:f831424a5f61
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sat Nov 02 23:13:00 2019 +0000

description:
Put back options WSDISPLAY_COMPAT_RAWKBD. It's required by Xorg server.

Should be pulled up to netbsd-9.

diffstat:

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

diffs (18 lines):

diff -r 1fa446ad29fe -r f831424a5f61 sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Sat Nov 02 23:03:53 2019 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Sat Nov 02 23:13:00 2019 +0000
@@ -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 @@
 # 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