summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd/kbd.c
Commit message (Expand)AuthorAgeFilesLines
* KSE Milestone 2julian2001-09-121-5/+5
* Return consistent key action codes at key press and releaseyokota2001-07-201-92/+101
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-6/+8
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-4/+3
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+1
* Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-1/+0
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-111-9/+18
* - Add a module event function to the ukbd driver and make the ukbd KLDyokota1999-12-131-1/+43
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-0/+5
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-101-11/+68
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-203/+98
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* Don't bogusly define a d_reset_t function.phk1999-05-301-14/+2
* Silence warnings.yokota1999-05-181-10/+10
* Remove unnecessary function call.yokota1999-05-181-2/+1
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-101-14/+60
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.yokota1999-01-121-3/+3
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-121-6/+11
* Add the new keyboard driver and video card driver. They will beyokota1999-01-091-0/+1193
OpenPOWER on IntegriCloud