| Commit message (Expand) | Author | Age | Files | Lines |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Free the kbd pointer when it isn't NULL, as opposed to when it is. | dwmalone | 2001-01-22 | 1 | -1/+1 |
* | select() DKI is now in <sys/selinfo.h>. | wollman | 2001-01-09 | 1 | -1/+1 |
* | Convert more malloc+bzero to malloc+M_ZERO. | dwmalone | 2000-12-08 | 4 | -15/+11 |
* | Staticize some malloc M_ instances. | phk | 2000-12-08 | 2 | -2/+2 |
* | - Add a hack for "psmintr: out of sync.." This is NOT a fix, | yokota | 2000-12-01 | 1 | -0/+11 |
* | - Slightly rearrnage IntelliMouse Explorer and Logitech | yokota | 2000-12-01 | 1 | -30/+39 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 3 | -3/+0 |
* | Untangle some resource matching loops that were getting on my nerves | peter | 2000-10-15 | 2 | -16/+14 |
* | Initiate deorbit burn sequence for <machine/mouse.h>. | phk | 2000-10-09 | 1 | -1/+1 |
* | Initiate deorbit burn sequence for <machine/console.h>. | phk | 2000-10-08 | 1 | -1/+1 |
* | Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on | jhb | 2000-09-22 | 1 | -6/+6 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 1 | -1/+1 |
* | Add spltty()/splx() in the watchdog timer routine. | yokota | 2000-08-24 | 1 | -0/+3 |
* | Fix GENERIC_MOUSE_ENTRY. | yokota | 2000-07-28 | 1 | -1/+1 |
* | This is yet another attempt to fix "psmintr out of sync.." problems. | yokota | 2000-07-22 | 1 | -13/+9 |
* | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | ache | 2000-05-28 | 1 | -1/+2 |
* | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | bde | 2000-04-30 | 2 | -8/+8 |
* | Remove ~25 unneeded #include <sys/conf.h> | phk | 2000-04-19 | 1 | -1/+0 |
* | - Add temporary workaround to fool some "clever" KVM switch products | yokota | 2000-04-02 | 1 | -5/+22 |
* | Missing pieces of the last commit ;-( | yokota | 2000-03-19 | 2 | -22/+64 |
* | - Properly keep track of I/O port resources. | yokota | 2000-03-19 | 8 | -174/+278 |
* | - Add Support for the following PS/2 mice: | yokota | 2000-03-18 | 2 | -87/+398 |
* | One more patch for the atkbd driver. It will make sure that the | yokota | 2000-03-11 | 1 | -0/+12 |
* | Don't free(sc) before returning an error from probe, it does not "belong" | peter | 2000-03-01 | 1 | -1/+0 |
* | Do not add children (atkbd and psm) if they are disabled. | yokota | 2000-02-25 | 2 | -0/+6 |
* | - 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 | 7 | -39/+1 |
* | - 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 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 2 | -4/+4 |
* | - Add the device resume method. It supercedes the existing resume | yokota | 1999-12-15 | 1 | -36/+18 |
* | - 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 |
* | Remove the 'ivars' arguement to device_add_child() and | mdodd | 1999-12-03 | 2 | -2/+4 |
* | Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses | peter | 1999-11-08 | 1 | -1/+1 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 9 | -9/+9 |
* | Convert DEVFS hooks in (most) drivers to make_dev(). | phk | 1999-08-23 | 2 | -19/+4 |
* | - Remove cdevsw entry points in individual keyboard drivers; | yokota | 1999-08-22 | 4 | -141/+26 |
* | Improve the detection code for GlidePoint. This is still a kludge, | yokota | 1999-08-22 | 1 | -2/+4 |
* | Recognize Interlink VersaPad. `Tap' action will be recognized | yokota | 1999-08-17 | 1 | -4/+100 |
* | Correctly save `flags' bits. | yokota | 1999-08-15 | 1 | -1/+2 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 2 | -12/+18 |
* | - Move the `return' statement the correct place so that the keyboard | yokota | 1999-07-18 | 1 | -5/+5 |
* | Improve Logitech MouseMan+ protocol support. | yokota | 1999-07-12 | 1 | -19/+101 |
* | Implement a kludge for some wheeled mice for which infamous "psmintr: | yokota | 1999-07-12 | 1 | -2/+16 |
* | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | phk | 1999-07-04 | 1 | -3/+2 |