Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/dev/sun Pull up revision 1.16 (requested by martin in...



details:   https://anonhg.NetBSD.org/src/rev/cf70e2ce77b2
branches:  netbsd-3
changeset: 576052:cf70e2ce77b2
user:      snj <snj%NetBSD.org@localhost>
date:      Thu Jun 09 07:11:45 2005 +0000

description:
Pull up revision 1.16 (requested by martin in ticket #380):
Fix WSDISPLAY_COMPAT_RAWKBD. Also return keyboard types < 4 as SUN instead
of SUN5.

diffstat:

 sys/dev/sun/kbdvar.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5d18cf3a6028 -r cf70e2ce77b2 sys/dev/sun/kbdvar.h
--- a/sys/dev/sun/kbdvar.h      Thu Jun 09 07:10:11 2005 +0000
+++ b/sys/dev/sun/kbdvar.h      Thu Jun 09 07:11:45 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kbdvar.h,v 1.14.2.1 2005/06/09 07:03:38 snj Exp $      */
+/*     $NetBSD: kbdvar.h,v 1.14.2.2 2005/06/09 07:11:45 snj Exp $      */
 
 /*
  * Copyright (c) 1992, 1993
@@ -57,6 +57,7 @@
 #if NWSKBD > 0
        struct device * k_wskbd;/* handle for wskbd, if it is attached */
        int k_wsenabled;        /* set if we are using wskbd */
+       int k_wsraw;            /* send raw events to wscons */
        struct callout k_wsbell;/* to shut the bell off */
 #endif
 



Home | Main Index | Thread Index | Old Index