Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/macppc/dev/akbdvar.h
RevisionDateAuthorComments
 1.14  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.13  14-Mar-2009  dsl branches: 1.13.12; 1.13.22;
Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.12  05-Mar-2007  tsutsui branches: 1.12.44; 1.12.52; 1.12.58;
- use (uint8_t *) for buffer args on *_adbcomplete() functions
- remove kbd_adbcomplete() decl from akbd.c since it's in akbdvar.h
 1.11  04-Mar-2007  christos Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
 1.10  11-Dec-2005  christos branches: 1.10.26;
merge ktrace-lwp.
 1.9  24-Jul-2003  nathanw branches: 1.9.16;
Make kbd_passup() an exposed function.
 1.8  05-Sep-2002  jdolecek branches: 1.8.6;
put back NetBSD RCS Id removed in rev 1.6
 1.7  14-Aug-2002  aymeric Remove the key repeating feature.
It is asking for trouble and is useless for the X server.
We can add it back later if need be.
 1.6  13-Aug-2002  aymeric akbd's now have a raw mode, and implement the WSKBDIO_SETMODE ioctl.
Adapted from OpenBSD.
 1.5  24-Feb-2002  dbj branches: 1.5.8; 1.5.10;
solve polled adb keyboard problems with dropped keys and unsynced caps lock
by queueing polled keys.
 1.4  17-Feb-1999  tsubai branches: 1.4.22; 1.4.26;
Sync with mac68k.
 1.3  14-Oct-1998  tsubai Fix typo.
 1.2  14-Oct-1998  tsubai wskbd support.
 1.1  13-Oct-1998  tsubai Split ADB driver to aed (ADB event device), akbd (ADB keyboard),
and ams (ADB mouse). adb is a bus now. (from Colin Wood)
 1.4.26.3  17-Sep-2002  nathanw Catch up to -current.
 1.4.26.2  27-Aug-2002  nathanw Catch up to -current.
 1.4.26.1  28-Feb-2002  nathanw Catch up to -current.
 1.4.22.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.4.22.1  16-Mar-2002  jdolecek Catch up with -current.
 1.5.10.1  19-Jun-2003  grant Pull up revisions 1.6-1.7 (requested by aymeric in ticket #1324):

akbd's now have a raw mode, and implement the WSKBDIO_SETMODE ioctl.
Adapted from OpenBSD.

Remove the key repeating feature.
It is asking for trouble and is useless for the X server.
We can add it back later if need be.
 1.5.8.1  31-Aug-2002  gehenna catch up with -current.
 1.8.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.8.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.8.6.1  03-Aug-2004  skrll Sync with HEAD
 1.9.16.1  03-Sep-2007  yamt sync with head.
 1.10.26.1  12-Mar-2007  rmind Sync with HEAD.
 1.12.58.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.12.52.1  28-Apr-2009  skrll Sync with HEAD.
 1.12.44.1  04-May-2009  yamt sync with head.
 1.13.22.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.13.12.1  30-Oct-2012  yamt sync with head

RSS XML Feed