Home | History | Annotate | Download | only in dec
History log of /src/sys/dev/dec/lk201_ws.c
RevisionDateAuthorComments
 1.11  14-Feb-2024  tsutsui Use proper macro for return values and remove #if 0'ed out block.

Mostly from OpenBSD/vax. No binary changes.
 1.10  11-Jul-2016  skrll branches: 1.10.24; 1.10.50;
Don't use a callout unnecessarily - especially not this early
 1.9  02-Jan-2015  jklos Patches from Björ Johannesson to fix DEC LK201 keyboards, this time
applied to correct tree.
 1.8  14-Mar-2009  dsl branches: 1.8.22; 1.8.38; 1.8.40;
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.7  11-Dec-2005  christos branches: 1.7.74; 1.7.84; 1.7.90;
merge ktrace-lwp.
 1.6  24-Mar-2004  drochner remove license clauses 3 and 4 from my cpoyright notices
 1.5  13-Nov-2001  lukem branches: 1.5.16;
add/cleanup RCSID
 1.4  19-Sep-2001  ad Save the new keyclick volume for later retrieval.
 1.3  18-Sep-2001  ad Get/set keyclick volume.
 1.2  22-Oct-1998  drochner branches: 1.2.24; 1.2.26; 1.2.28;
separate keyboard handling from serial interface handling some more,
improve bell handling, initialize kbd on powerup
 1.1  17-Sep-1998  drochner LK201/LK401 support for wscons (only decoding for now).
 1.2.28.1  01-Oct-2001  fvdl Catch up with -current.
 1.2.26.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.2.24.2  14-Nov-2001  nathanw Catch up to -current.
 1.2.24.1  21-Sep-2001  nathanw Catch up to -current.
 1.5.16.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.5.16.2  18-Sep-2004  skrll Sync with HEAD.
 1.5.16.1  03-Aug-2004  skrll Sync with HEAD
 1.7.90.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.7.84.1  28-Apr-2009  skrll Sync with HEAD.
 1.7.74.1  04-May-2009  yamt sync with head.
 1.8.40.2  05-Oct-2016  skrll Sync with HEAD
 1.8.40.1  06-Apr-2015  skrll Sync with HEAD
 1.8.38.2  02-Jan-2015  snj Revert changes that were presumably intended for HEAD. Hi jklos!
 1.8.38.1  02-Jan-2015  jklos Patches from Björn Johannessonto fix DEC LK201 keyboards.
 1.8.22.1  03-Dec-2017  jdolecek update from HEAD
 1.10.50.1  17-Feb-2024  martin Pull up following revision(s) (requested by tsutsui in ticket #596):

sys/dev/dec/dzkbd.c: revision 1.32
sys/dev/dec/lk201var.h: revision 1.8
sys/dev/dec/lk201_ws.c: revision 1.11

Fix a fatal typo that causes dzkbd_cngetc() to stall.

Use proper macro for return values and remove #if 0'ed out block.
Mostly from OpenBSD/vax. No binary changes.
 1.10.24.1  17-Feb-2024  martin Pull up following revision(s) (requested by tsutsui in ticket #1798):

sys/dev/dec/dzkbd.c: revision 1.32
sys/dev/dec/lk201var.h: revision 1.8
sys/dev/dec/lk201_ws.c: revision 1.11

Fix a fatal typo that causes dzkbd_cngetc() to stall.

Use proper macro for return values and remove #if 0'ed out block.
Mostly from OpenBSD/vax. No binary changes.

RSS XML Feed