summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc/atkbd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Return consistent key action codes at key press and releaseyokota2001-07-201-1/+1
* 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-081-9/+6
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-281-1/+2
* - Properly keep track of I/O port resources.yokota2000-03-191-9/+12
* 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-291-5/+0
* - 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-111-7/+0
* 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
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-10/+32
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-101-1/+15
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-2/+1
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-221-105/+8
* Correctly save `flags' bits.yokota1999-08-151-1/+2
* - Move the `return' statement the correct place so that the keyboardyokota1999-07-181-5/+5
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-43/+3
* 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-101-86/+158
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101yokota1999-01-281-2/+39
* sysconsyokota1999-01-191-4/+15
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,yokota1999-01-131-2/+2
* Add the new keyboard driver and video card driver. They will beyokota1999-01-091-0/+1302
OpenPOWER on IntegriCloud