History log of /netbsd-src/sys/dev/hpc/files.hpckbd (Results 1 – 9 of 9)
Revision Date Author Comments
# 1f0a4238 10-Jun-2008 drochner <drochner@NetBSD.org>

use new "defpseudodev" where appropriate, and remove dummy interface
attribute definitions which were only to trick config(8)


# d8f0d4be 07-Jan-2008 uwe <uwe@NetBSD.org>

Catch up with new option to dev/pckbport/wskbdmap_mfii.c


# 9eddf385 09-Oct-2006 peter <peter@NetBSD.org>

Remove (the default) #define XXXDEBUG and add the options to the relevant
files.xxx file.


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 6bed93d4 23-Jun-2004 uwe <uwe@NetBSD.org>

Driver for HP F1275A external keyboard.


# dff5222d 13-Mar-2004 bjh21 <bjh21@NetBSD.org>

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 t

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.

show more ...


# ecb81c3f 28-Nov-2001 lukem <lukem@NetBSD.org>

- 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 c

- 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

show more ...


# 0fa23113 20-Nov-2001 lukem <lukem@NetBSD.org>

- 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.

- 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

show more ...


# 659f65e0 22-Feb-2001 uch <uch@NetBSD.org>

hpc common files are moved to dev/hpc.