summaryrefslogtreecommitdiff
path: root/sys/dev/kbd
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-3/+3
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-194-94/+128
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-181-0/+3
* Changed key assign for PC-98.Yoshihiro Takahashi2000-03-161-5/+5
* One more patch for the atkbd driver. It will make sure that theKazutaka YOKOTA2000-03-111-0/+12
* - Be slightly more cautious and try to make more sure the keyboardKazutaka YOKOTA2000-02-111-4/+9
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-293-11/+1
* - Add some comment from bde on the keyboard interrupt.Kazutaka YOKOTA2000-01-201-11/+19
* Rework shifta/ctla/alta key handling. It appears that there wasKazutaka YOKOTA2000-01-113-17/+19
* Obtain the initial key repeat rate setting via BIOS in i386 ifKazutaka YOKOTA2000-01-101-0/+54
* Add some keyboard IDs.Kazutaka YOKOTA2000-01-101-2/+9
* - Fixed warnings.Yoshihiro Takahashi2000-01-041-132/+132
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-293-6/+6
* - Add a module event function to the ukbd driver and make the ukbd KLDKazutaka YOKOTA1999-12-132-2/+47
* - Remember the keyboard repeat delay and rate.Kazutaka YOKOTA1999-12-132-10/+37
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andKazutaka YOKOTA1999-12-103-12/+85
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-287-7/+7
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-2/+1
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-224-352/+112
* Correctly save `flags' bits.Kazutaka YOKOTA1999-08-151-1/+2
* - Move the `return' statement the correct place so that the keyboardKazutaka YOKOTA1999-07-181-5/+5
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-4/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-11/+41
* Don't bogusly define a d_reset_t function.Poul-Henning Kamp1999-05-301-14/+2
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-43/+3
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-5/+1
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-182-4/+13
* Silence warnings.Kazutaka YOKOTA1999-05-181-10/+10
* Remove unnecessary function call.Kazutaka YOKOTA1999-05-181-2/+1
* The previous commit was wrong! This is the correct one ;-<Kazutaka YOKOTA1999-05-181-2/+2
* Don't confuse cursor keys with numpad keys when composing a char code.Kazutaka YOKOTA1999-05-091-5/+5
* Minor tweak after the introduction of new-bus to i386; properlyKazutaka YOKOTA1999-05-091-14/+14
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-10/+9
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-105-1197/+358
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-282-70/+118
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-281-3/+3
* sysconsKazutaka YOKOTA1999-01-192-6/+17
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,Kazutaka YOKOTA1999-01-131-2/+2
* Fix PIO_KEYMAPENT/GIO_KEYMAPENT. They used to copy from/to a wrong place.Kazutaka YOKOTA1999-01-121-3/+3
* Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA1999-01-121-6/+11
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-096-0/+4089
* Fix ROOL UP/DOWN keys of PC-98.KATO Takenori1998-11-181-3/+3
* Add VESA support to syscons.Søren Schmidt1998-09-151-5/+5
* keymap -> key_map so that the kernel will compile withSteve Price1998-06-061-2/+2
* Define CTL-ALT-ESC as the `debug' key, CTL-ALT-SPACE as the `suspend'keyKazutaka YOKOTA1998-01-281-5/+5
* Fix illegal numeric expressions: 08 and 09.Kazutaka YOKOTA1998-01-121-10/+10
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-071-2/+298
* Back out my LALT -> META change until we figure out a way to make itJordan K. Hubbard1997-10-121-2/+2
* Change default keymap (I left all the international ones alone) soJordan K. Hubbard1997-10-101-2/+2