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