History log of /src/sys/dev/hpc/files.hpckbd |
Revision | | Date | Author | Comments |
1.9 |
| 10-Jun-2008 |
drochner | use new "defpseudodev" where appropriate, and remove dummy interface attribute definitions which were only to trick config(8)
|
1.8 |
| 07-Jan-2008 |
uwe | branches: 1.8.6; 1.8.8; 1.8.10; 1.8.12; 1.8.14; Catch up with new option to dev/pckbport/wskbdmap_mfii.c
|
1.7 |
| 09-Oct-2006 |
peter | branches: 1.7.24; 1.7.30; 1.7.38; Remove (the default) #define XXXDEBUG and add the options to the relevant files.xxx file.
|
1.6 |
| 11-Dec-2005 |
christos | branches: 1.6.20; 1.6.22; merge ktrace-lwp.
|
1.5 |
| 23-Jun-2004 |
uwe | branches: 1.5.12; Driver for HP F1275A external keyboard.
|
1.4 |
| 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 |
| 28-Nov-2001 |
lukem | branches: 1.3.16; - convert usage of "defopt" to "defflag" where the relevant option does not support a value (e.g., it's to be used as "options FOO" instead of "options FOO=xxx"). options that take a value were converted to defparam recently. - minor whitespace & formatting cleanups
|
1.2 |
| 20-Nov-2001 |
lukem | - replace "defopt" with "defparam" for options which must take a value, as config(8) will warn for value-less defparam options - minor whitespace/formatting cleanup - consolidate opt_tcp_recvspace.h and opt_tcp_sendspace.h into opt_tcp_space.h
|
1.1 |
| 22-Feb-2001 |
uch | branches: 1.1.2; 1.1.4; 1.1.6; hpc common files are moved to dev/hpc.
|
1.1.6.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.1.4.2 |
| 12-Mar-2001 |
bouyer | Sync with HEAD.
|
1.1.4.1 |
| 22-Feb-2001 |
bouyer | file files.hpckbd was added on branch thorpej_scsipi on 2001-03-12 13:30:04 +0000
|
1.1.2.1 |
| 08-Jan-2002 |
nathanw | Catch up to -current.
|
1.3.16.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.16.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.16.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.12.2 |
| 21-Jan-2008 |
yamt | sync with head
|
1.5.12.1 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.6.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.6.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.7.38.1 |
| 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.7.30.1 |
| 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.7.24.1 |
| 09-Jan-2008 |
matt | sync with HEAD
|
1.8.14.1 |
| 18-Jun-2008 |
simonb | Sync with head.
|
1.8.12.1 |
| 23-Jun-2008 |
wrstuden | Sync w/ -current. 34 merge conflicts to follow.
|
1.8.10.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.8.1 |
| 17-Jun-2008 |
yamt | sync with head.
|
1.8.6.1 |
| 29-Jun-2008 |
mjf | Sync with HEAD.
|