Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcmips/conf Raw keyboard mode support. I'd tested ...



details:   https://anonhg.NetBSD.org/src/rev/2822001e686a
branches:  trunk
changeset: 485738:2822001e686a
user:      takemura <takemura%NetBSD.org@localhost>
date:      Thu May 04 10:25:45 2000 +0000

description:
Raw keyboard mode support. I'd tested this on MC/R530.
I don't sure if skbd work or not.

diffstat:

 sys/arch/hpcmips/conf/TX3912 |  7 ++++++-
 sys/arch/hpcmips/conf/TX3922 |  7 ++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

diffs (48 lines):

diff -r 46a9ca3c19c7 -r 2822001e686a sys/arch/hpcmips/conf/TX3912
--- a/sys/arch/hpcmips/conf/TX3912      Thu May 04 08:18:59 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3912      Thu May 04 10:25:45 2000 +0000
@@ -2,7 +2,7 @@
 # Distribution kernel (TOSHIBA TX3912 based model) kernel config file
 
 #
-#      $NetBSD: TX3912,v 1.19 2000/05/02 18:00:54 uch Exp $
+#      $NetBSD: TX3912,v 1.20 2000/05/04 10:25:45 takemura Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -167,6 +167,11 @@
 options        WSEMUL_VT100
 options        WSDISPLAY_DEFAULTSCREENS=4
 options        FONT_VT220L8x10
+# compatibility to other console drivers
+options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
+options        WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
+options        WSDISPLAY_COMPAT_USL            # VT handling
+options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 
 # PCMCIA bus support
 pcmcia* at it8368e? controller ? socket ?
diff -r 46a9ca3c19c7 -r 2822001e686a sys/arch/hpcmips/conf/TX3922
--- a/sys/arch/hpcmips/conf/TX3922      Thu May 04 08:18:59 2000 +0000
+++ b/sys/arch/hpcmips/conf/TX3922      Thu May 04 10:25:45 2000 +0000
@@ -1,7 +1,7 @@
 #
 # Distribution kernel (TOSHIBA TX3922 based model) kernel config file
 #
-#      $NetBSD: TX3922,v 1.18 2000/05/02 17:50:52 uch Exp $
+#      $NetBSD: TX3922,v 1.19 2000/05/04 10:25:45 takemura Exp $
 #
 include                "arch/hpcmips/conf/std.hpcmips"
 
@@ -226,6 +226,11 @@
 options        WSEMUL_VT100
 options        WSDISPLAY_DEFAULTSCREENS=4
 options        FONT_VT220L8x10
+# compatibility to other console drivers
+options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
+options        WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls
+options        WSDISPLAY_COMPAT_USL            # VT handling
+options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 
 # PCMCIA bus support
 pcmcia* at plumpcmcia? controller ? socket ?



Home | Main Index | Thread Index | Old Index