summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
* Include "opt_kbd.h" since certain structures size depend on the valuephk2002-10-151-0/+2
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* de-count atkbdc. I have more extensive patches to make properly dynamic,peter2002-08-191-2/+1
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-1/+1
* Fix typo: conole -> consoleasmodai2002-04-081-1/+1
* Fix spelling and grammar bogons in a comment.murray2002-03-271-7/+7
* Add the ia64 bus space tag for the IO ports (!).peter2002-03-191-0/+4
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+0
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-151-2/+0
* KSE Milestone 2julian2001-09-121-5/+5
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-061-0/+3
* Fix typo; the meaning of the 3rd parameter to genkbd_keyaction() isyokota2001-07-201-1/+1
* Return consistent key action codes at key press and releaseyokota2001-07-203-93/+103
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-132-7/+8
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Update default keyboard (PREV, PASTE)ache2001-03-121-2/+2
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-221-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-083-15/+10
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-152-2/+0
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-083-3/+3
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-111-0/+1
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-281-1/+2
* Back out the previous change to the queue(3) interface.jake2000-05-262-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-232-3/+3
* - Properly keep track of I/O port resources.yokota2000-03-194-94/+128
* - Add Support for the following PS/2 mice:yokota2000-03-181-0/+3
* Changed key assign for PC-98.nyan2000-03-161-5/+5
* One more patch for the atkbd driver. It will make sure that theyokota2000-03-111-0/+12
* - Be slightly more cautious and try to make more sure the keyboardyokota2000-02-111-4/+9
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-293-11/+1
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-201-11/+19
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-113-17/+19
* Obtain the initial key repeat rate setting via BIOS in i386 ifyokota2000-01-101-0/+54
* Add some keyboard IDs.yokota2000-01-101-2/+9
* - Fixed warnings.nyan2000-01-041-132/+132
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-293-6/+6
* - Add a module event function to the ukbd driver and make the ukbd KLDyokota1999-12-132-2/+47
* - Remember the keyboard repeat delay and rate.yokota1999-12-132-10/+37
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-103-12/+85
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-287-7/+7
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-2/+1
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-224-352/+112
* Correctly save `flags' bits.yokota1999-08-151-1/+2
* - Move the `return' statement the correct place so that the keyboardyokota1999-07-181-5/+5
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-302-11/+41
* Don't bogusly define a d_reset_t function.phk1999-05-301-14/+2
OpenPOWER on IntegriCloud