aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/atkbd.c
Commit message (Expand)AuthorAgeFilesLines
* - 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-291-5/+0
* - 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-111-7/+0
* 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
* - Remember the keyboard repeat delay and rate.Kazutaka YOKOTA1999-12-131-10/+32
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andKazutaka YOKOTA1999-12-101-1/+15
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* 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-221-105/+8
* 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
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-43/+3
* 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-101-86/+158
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-281-2/+39
* sysconsKazutaka YOKOTA1999-01-191-4/+15
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,Kazutaka YOKOTA1999-01-131-2/+2
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+1302