index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
pckbc.c
Age
Commit message (
Expand
)
Author
2006-05-08
silence a debug message; from kili@outback.escape.de; ok miod
Theo de Raadt
2005-12-29
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615
Martin Reindl
2005-08-06
while checking for an aux port, if we timeout waiting for our test
joshua stein
2004-11-02
Remove __HAVE_NWSCONS and related remnants of pre-wscons days; no functional
Miod Vallat
2004-04-02
remove terms 3 & 4 for drochner@NetBSD.org; as seen on netbsd lists
Theo de Raadt
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-03-13
Initialize the timeout for the non-console case of PS2 keyboard. Fixes
Dale Rahn
2002-06-09
Handle out of memory gracefully. ok miod@
Thomas Nordin
2002-04-30
Correctly handle old controllers with a relaxed aux port behaviour.
Miod Vallat
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-04-14
Instead of using KBC_AUXTEST, probe the aux port with KBC_AUXECHO, which is
Aaron Campbell
2000-11-13
Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not used
Aaron Campbell