Home | History | Annotate | Download | only in pckbport
History log of /src/sys/dev/pckbport/pckbportvar.h
RevisionDateAuthorComments
 1.9  09-Sep-2011  jakllsch const-ify input command buffer argument to
pckbport_poll_cmd and pckbport_enqueue_cmd.
 1.8  15-Mar-2008  cube Use proper types.
 1.7  15-Mar-2008  cube Split device_t and softc for pckbd(4) and pms(4).
 1.6  11-Dec-2005  christos branches: 1.6.46; 1.6.66; 1.6.70;
merge ktrace-lwp.
 1.5  22-Apr-2005  yamt branches: 1.5.2;
fix static/extern mismatch. found by gcc4.
 1.4  27-Feb-2005  perry nuke trailing whitespace
 1.3  24-Mar-2004  drochner branches: 1.3.4; 1.3.10; 1.3.12;
remove license clauses 3 and 4 from my cpoyright notices
 1.2  18-Mar-2004  bjh21 ANSIfy, un-__P(), and generally KNF.
 1.1  13-Mar-2004  bjh21 Abstract the interface between pckbc(4), and the pckbd(4) and pms(4)
drivers that attach to it. This allows for other host interface chips
that use the same keyboards and mice, such as the ones in the ARM
IOMD20, ARM7500, and SA-1111. The PC-compatible driver is still
called pckbc(4), and the new abstraction layer is "pckbport", so the
child devices have moved from sys/dev/pckbc to sys/dev/pckbport, which
also contains some code shared between all host controllers. To avoid
incompatibility, pckbdreg.h is still installed in
/usr/include/dev/pckbc.

In theory, this shouldn't cause any behavioural changes in the drivers
concerned. Thy just use rather more function pointers than before. Tested
on i386 and (with a new host driver) acorn32. Compiled on several other
affected architectures.
 1.3.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.3.10.1  29-Apr-2005  kent sync with -current
 1.3.4.6  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.3.4.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.3.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.3.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.3.4.2  03-Aug-2004  skrll Sync with HEAD
 1.3.4.1  24-Mar-2004  skrll file pckbportvar.h was added on branch ktrace-lwp on 2004-08-03 10:50:14 +0000
 1.5.2.1  17-Mar-2008  yamt sync with head.
 1.6.70.1  03-Apr-2008  mjf Sync with HEAD.
 1.6.66.1  24-Mar-2008  keiichi sync with head.
 1.6.46.1  23-Mar-2008  matt sync with HEAD

RSS XML Feed