NetBSD/sys/dev/pckbc
fvdl 14deefd5b1 pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd at
that time will have bad results, such as queue corruption because
of multiple TAILQ_INSERTs, etc, because it's not designed to work
in an interrupt/context-free environment. Use pckbc_poll_cmd instead.
2001-12-09 13:42:01 +00:00
..
Makefile Only install headers which are actually used by our userland. This 2001-04-11 07:42:31 +00:00
files.pckbc - replace "defopt" with "defparam" for options which must take a value, 2001-11-20 14:34:18 +00:00
pckbd.c pckbd_enable is called during autoconfig. Using pckbc_enqueue_cmd at 2001-12-09 13:42:01 +00:00
pckbdreg.h
pckbdvar.h Only poll for bell completion if we're calling in from cnbell(). Fixes 2000-03-10 06:10:34 +00:00
psm.c add RCSIDs 2001-11-13 07:24:43 +00:00
psm_intelli.c add RCSIDs 2001-11-13 07:24:43 +00:00
psmreg.h
wskbdmap_mfii.c add RCSIDs 2001-11-13 07:24:43 +00:00
wskbdmap_mfii.h Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file. 1998-09-17 18:21:04 +00:00