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
/
pckbc
/
pckbd.c
Age
Commit message (
Expand
)
Author
2009-10-13
Get rid of devact enum, substitute it with an int and coresponding defines.
Paul Irofti
2009-08-25
Legacy-free PC hardware do not have a real PS/2 keyboard controller, but
Miod Vallat
2009-08-13
Forgot to add break to the switch cases. Silly.
Paul Irofti
2009-08-13
Add wake/suspend support for pckbd(4).
Paul Irofti
2009-05-03
Make sure pckbd_scancode_translate() returns a scancode with the break/release
Miod Vallat
2008-11-21
Move #include <dev/pckbc/wskbdmap_mfii.h> after including
Robert Nagy
2008-07-16
If pckbc_xt_translation() fails, do not try to force the keyboard in table
Miod Vallat
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2007-12-31
Keep running the scancode translation state machine even when the keyboard
Miod Vallat
2007-10-17
miod says noone needs isa/isavar.h anymore, and i believe him
Theo de Raadt
2007-10-17
use NULL to point to the response buffer, which avoids confusion; ok fgsch
Theo de Raadt
2007-10-17
- Remove a shadow declaration.
Federico G. Schwindt
2007-01-30
default to have pckbd_set_xtscancode() instruct the 8042 to use
joshua stein
2005-12-29
go via pckbc_enqeue_cmd() in pckbd_enable() if on; fixes PR 4615
Martin Reindl
2005-02-22
send enable cmd after a reset; form netbsd
Michael Shalayeff
2003-10-22
typos from Tom Cosgrove;
Jason McIntyre
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-18
Don't include isavar.h on sparc64
Jason Wright
2001-02-02
Remove dead code.
Aaron Campbell
2000-11-13
Machine-independent PC-like keyboard driver; from NetBSD. XXX - Not used
Aaron Campbell