| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrite x86bios and update its dependent drivers. | jkim | 2009-10-19 | 1 | -6/+9 |
* | Fix couple of style nits missed in the previous commit. | jkim | 2009-09-25 | 1 | -1/+1 |
* | - Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1] | jkim | 2009-09-25 | 1 | -14/+23 |
* | - Use FreeBSD function naming convention. | jkim | 2009-09-24 | 1 | -3/+3 |
* | Move sys/dev/x86bios to sys/compat/x86bios. | jkim | 2009-09-23 | 1 | -1/+1 |
* | Temporarily disable typematic retrieving code until we get a real fix, | delphij | 2009-09-22 | 1 | -2/+2 |
* | Allow atkbd to obtain keyboard repeat rate from BIOS on amd64. | delphij | 2009-09-21 | 1 | -19/+18 |
* | Prevent atkbd(4) interrupt handler from calling keyboard callback function | emax | 2009-04-17 | 1 | -2/+4 |
* | Remove explicit calls to keyboard methods with their respective variants | wkoszek | 2007-12-29 | 1 | -4/+4 |
* | Fix LEDs not working when atkbd is an active keyboard and the physical | ru | 2006-10-25 | 1 | -16/+16 |
* | Fix our ioctl(2) implementation when the argument is "int". New | ru | 2006-09-27 | 1 | -0/+33 |
* | Send the pcvt(4) driver off to retirement. | phk | 2006-05-17 | 1 | -3/+0 |
* | Remove various bits of conditional Alpha code and fixup a few comments. | jhb | 2006-05-12 | 1 | -1/+1 |
* | Use the same method for detecting actual presence of AT-style keyboard | sobomax | 2006-04-26 | 1 | -5/+6 |
* | - Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source | marius | 2005-06-10 | 1 | -7/+36 |
* | plug memory leak | sam | 2005-02-26 | 1 | -18/+37 |
* | Add a new flag to the atkbd(4) driver to disable testing the keyboard | jhb | 2004-12-15 | 1 | -1/+2 |
* | Remove atdevbase and replace it's remaining uses with direct references to | jhb | 2004-06-10 | 1 | -0/+1 |
* | Assign keycodes for Power, Sleep and Wake keys. | fjoe | 2003-10-07 | 1 | -0/+9 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -1/+3 |
* | Fix for FAIL_IF_NO_KBD case as expected. | simokawa | 2003-07-13 | 1 | -1/+3 |
* | - Use the new resource_disabled() helper function to see if devices are | jhb | 2003-07-02 | 1 | -2/+1 |
* | Fix some easy, global, lint warnings. In most cases, this means | markm | 2003-04-30 | 1 | -1/+1 |
* | Deprecate machine/limits.h in favor of new sys/limits.h. | kan | 2003-04-29 | 1 | -2/+1 |
* | Spelling. | charnier | 2003-02-05 | 1 | -1/+1 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -2/+2 |
* | GC various bits and pieces of USERCONFIG from all over the place. | phk | 2002-04-09 | 1 | -1/+1 |
* | Fix typo: conole -> console | asmodai | 2002-04-08 | 1 | -1/+1 |
* | Return consistent key action codes at key press and release | yokota | 2001-07-20 | 1 | -1/+1 |
* | Free the kbd pointer when it isn't NULL, as opposed to when it is. | dwmalone | 2001-01-22 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 1 | -9/+6 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | ache | 2000-05-28 | 1 | -1/+2 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 1 | -9/+12 |
* | One more patch for the atkbd driver. It will make sure that the | yokota | 2000-03-11 | 1 | -0/+12 |
* | - Be slightly more cautious and try to make more sure the keyboard | yokota | 2000-02-11 | 1 | -4/+9 |
* | Use config's conditional compilation rather than using #ifdefs that make | peter | 2000-01-29 | 1 | -5/+0 |
* | - Add some comment from bde on the keyboard interrupt. | yokota | 2000-01-20 | 1 | -11/+19 |
* | Rework shifta/ctla/alta key handling. It appears that there was | yokota | 2000-01-11 | 1 | -7/+0 |
* | Obtain the initial key repeat rate setting via BIOS in i386 if | yokota | 2000-01-10 | 1 | -0/+54 |
* | Add some keyboard IDs. | yokota | 2000-01-10 | 1 | -2/+9 |
* | - Remember the keyboard repeat delay and rate. | yokota | 1999-12-13 | 1 | -10/+32 |
* | Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, and | yokota | 1999-12-10 | 1 | -1/+15 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 1 | -2/+1 |
* | - Remove cdevsw entry points in individual keyboard drivers; | yokota | 1999-08-22 | 1 | -105/+8 |
* | Correctly save `flags' bits. | yokota | 1999-08-15 | 1 | -1/+2 |
* | - Move the `return' statement the correct place so that the keyboard | yokota | 1999-07-18 | 1 | -5/+5 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |