summaryrefslogtreecommitdiffstats
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-43/+3
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-5/+1
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-182-4/+13
* Silence warnings.yokota1999-05-181-10/+10
* Remove unnecessary function call.yokota1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<yokota1999-05-181-2/+2
* Don't confuse cursor keys with numpad keys when composing a char code.yokota1999-05-091-5/+5
* Minor tweak after the introduction of new-bus to i386; properlyyokota1999-05-091-14/+14
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-10/+9
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-105-1197/+358
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101yokota1999-01-282-70/+118
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-3/+3
* sysconsyokota1999-01-192-6/+17
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,yokota1999-01-131-2/+2
* 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-096-0/+4089
* Fix ROOL UP/DOWN keys of PC-98.kato1998-11-181-3/+3
* Add VESA support to syscons.sos1998-09-151-5/+5
* keymap -> key_map so that the kernel will compile withsteve1998-06-061-2/+2
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyyokota1998-01-281-5/+5
* Fix illegal numeric expressions: 08 and 09.yokota1998-01-121-10/+10
* Added accent (dead) key support to syscons and kbdcontrol.yokota1998-01-071-2/+298
* Back out my LALT -> META change until we figure out a way to make itjkh1997-10-121-2/+2
OpenPOWER on IntegriCloud