| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove atdevbase and replace it's remaining uses with direct references to | John Baldwin | 2004-06-10 | 1 | -0/+1 |
| * | Assign keycodes for Power, Sleep and Wake keys. | Max Khon | 2003-10-07 | 1 | -0/+9 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Fix for FAIL_IF_NO_KBD case as expected. | Hidetoshi Shimokawa | 2003-07-13 | 1 | -1/+3 |
| * | - Use the new resource_disabled() helper function to see if devices are | John Baldwin | 2003-07-02 | 1 | -2/+1 |
| * | Fix some easy, global, lint warnings. In most cases, this means | Mark Murray | 2003-04-30 | 1 | -1/+1 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
| * | Spelling. | Philippe Charnier | 2003-02-05 | 1 | -1/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | GC various bits and pieces of USERCONFIG from all over the place. | Poul-Henning Kamp | 2002-04-09 | 1 | -1/+1 |
| * | Fix typo: conole -> console | Jeroen Ruigrok van der Werven | 2002-04-08 | 1 | -1/+1 |
| * | Return consistent key action codes at key press and release | Kazutaka YOKOTA | 2001-07-20 | 1 | -1/+1 |
| * | Free the kbd pointer when it isn't NULL, as opposed to when it is. | David Malone | 2001-01-22 | 1 | -1/+1 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -9/+6 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -1/+1 |
| * | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | Andrey A. Chernov | 2000-05-28 | 1 | -1/+2 |
| * | - Properly keep track of I/O port resources. | Kazutaka YOKOTA | 2000-03-19 | 1 | -9/+12 |
| * | One more patch for the atkbd driver. It will make sure that the | Kazutaka YOKOTA | 2000-03-11 | 1 | -0/+12 |
| * | - Be slightly more cautious and try to make more sure the keyboard | Kazutaka YOKOTA | 2000-02-11 | 1 | -4/+9 |
| * | Use config's conditional compilation rather than using #ifdefs that make | Peter Wemm | 2000-01-29 | 1 | -5/+0 |
| * | - Add some comment from bde on the keyboard interrupt. | Kazutaka YOKOTA | 2000-01-20 | 1 | -11/+19 |
| * | Rework shifta/ctla/alta key handling. It appears that there was | Kazutaka YOKOTA | 2000-01-11 | 1 | -7/+0 |
| * | Obtain the initial key repeat rate setting via BIOS in i386 if | Kazutaka YOKOTA | 2000-01-10 | 1 | -0/+54 |
| * | Add some keyboard IDs. | Kazutaka YOKOTA | 2000-01-10 | 1 | -2/+9 |
| * | - Remember the keyboard repeat delay and rate. | Kazutaka YOKOTA | 1999-12-13 | 1 | -10/+32 |
| * | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | Kazutaka YOKOTA | 1999-12-10 | 1 | -1/+15 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 1 | -2/+1 |
| * | - Remove cdevsw entry points in individual keyboard drivers; | Kazutaka YOKOTA | 1999-08-22 | 1 | -105/+8 |
| * | Correctly save `flags' bits. | Kazutaka YOKOTA | 1999-08-15 | 1 | -1/+2 |
| * | - Move the `return' statement the correct place so that the keyboard | Kazutaka YOKOTA | 1999-07-18 | 1 | -5/+5 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 1 | -6/+21 |
| * | - Include isa/isareg.h rather than i386/isa/isa.h for i386. | Kazutaka YOKOTA | 1999-05-20 | 1 | -43/+3 |
| * | The previous commit was wrong! This is the correct one ;-< | Kazutaka YOKOTA | 1999-05-18 | 1 | -2/+2 |
| * | Don't confuse cursor keys with numpad keys when composing a char code. | Kazutaka YOKOTA | 1999-05-09 | 1 | -5/+5 |
| * | Minor tweak after the introduction of new-bus to i386; properly | Kazutaka YOKOTA | 1999-05-09 | 1 | -14/+14 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -10/+9 |
| * | Keyboard driver update in preparation for the USB keyboard driver. | Kazutaka YOKOTA | 1999-03-10 | 1 | -86/+158 |
| * | - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101 | Kazutaka YOKOTA | 1999-01-28 | 1 | -2/+39 |
| * | syscons | Kazutaka YOKOTA | 1999-01-19 | 1 | -4/+15 |
| * | Use the correct macro to test flags; we need KBD_IS_INITIALIZED here, | Kazutaka YOKOTA | 1999-01-13 | 1 | -2/+2 |
| * | Add the new keyboard driver and video card driver. They will be | Kazutaka YOKOTA | 1999-01-09 | 1 | -0/+1302 |