aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/kbd/atkbd.c
Commit message (Expand)AuthorAgeFilesLines
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* Assign keycodes for Power, Sleep and Wake keys.Max Khon2003-10-071-0/+9
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Fix for FAIL_IF_NO_KBD case as expected.Hidetoshi Shimokawa2003-07-131-1/+3
* - Use the new resource_disabled() helper function to see if devices areJohn Baldwin2003-07-021-2/+1
* Fix some easy, global, lint warnings. In most cases, this meansMark Murray2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Spelling.Philippe Charnier2003-02-051-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-1/+1
* Fix typo: conole -> consoleJeroen Ruigrok van der Werven2002-04-081-1/+1
* Return consistent key action codes at key press and releaseKazutaka YOKOTA2001-07-201-1/+1
* Free the kbd pointer when it isn't NULL, as opposed to when it is.David Malone2001-01-221-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-9/+6
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-281-1/+2
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-191-9/+12
* 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-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