| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 3 | -3/+0 |
| * | Untangle some resource matching loops that were getting on my nerves | Peter Wemm | 2000-10-15 | 2 | -16/+14 |
| * | Initiate deorbit burn sequence for <machine/mouse.h>. | Poul-Henning Kamp | 2000-10-09 | 1 | -1/+1 |
| * | Initiate deorbit burn sequence for <machine/console.h>. | Poul-Henning Kamp | 2000-10-08 | 1 | -1/+1 |
| * | Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on | John Baldwin | 2000-09-22 | 1 | -6/+6 |
| * | * Completely rewrite the alpha busspace to hide the implementation from | Doug Rabson | 2000-08-28 | 1 | -1/+1 |
| * | Add spltty()/splx() in the watchdog timer routine. | Kazutaka YOKOTA | 2000-08-24 | 1 | -0/+3 |
| * | Fix GENERIC_MOUSE_ENTRY. | Kazutaka YOKOTA | 2000-07-28 | 1 | -1/+1 |
| * | This is yet another attempt to fix "psmintr out of sync.." problems. | Kazutaka YOKOTA | 2000-07-22 | 1 | -13/+9 |
| * | Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because | Andrey A. Chernov | 2000-05-28 | 1 | -1/+2 |
| * | Fixed the type of some ivar access functions. Ivars have type uintptr_t, | Bruce Evans | 2000-04-30 | 2 | -8/+8 |
| * | Remove ~25 unneeded #include <sys/conf.h> | Poul-Henning Kamp | 2000-04-19 | 1 | -1/+0 |
| * | - Add temporary workaround to fool some "clever" KVM switch products | Kazutaka YOKOTA | 2000-04-02 | 1 | -5/+22 |
| * | Missing pieces of the last commit ;-( | Kazutaka YOKOTA | 2000-03-19 | 2 | -22/+64 |
| * | - Properly keep track of I/O port resources. | Kazutaka YOKOTA | 2000-03-19 | 8 | -174/+278 |
| * | - Add Support for the following PS/2 mice: | Kazutaka YOKOTA | 2000-03-18 | 2 | -87/+398 |
| * | One more patch for the atkbd driver. It will make sure that the | Kazutaka YOKOTA | 2000-03-11 | 1 | -0/+12 |
| * | Don't free(sc) before returning an error from probe, it does not "belong" | Peter Wemm | 2000-03-01 | 1 | -1/+0 |
| * | Do not add children (atkbd and psm) if they are disabled. | Kazutaka YOKOTA | 2000-02-25 | 2 | -0/+6 |
| * | - 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 | 7 | -39/+1 |
| * | - 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 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 2 | -4/+4 |
| * | - Add the device resume method. It supercedes the existing resume | Kazutaka YOKOTA | 1999-12-15 | 1 | -36/+18 |
| * | - 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 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 2 | -2/+4 |
| * | Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c uses | Peter Wemm | 1999-11-08 | 1 | -1/+1 |
| * | Remove five now unused fields from struct cdevsw. They should never | Poul-Henning Kamp | 1999-09-25 | 1 | -5/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 9 | -9/+9 |
| * | Convert DEVFS hooks in (most) drivers to make_dev(). | Poul-Henning Kamp | 1999-08-23 | 2 | -19/+4 |
| * | - Remove cdevsw entry points in individual keyboard drivers; | Kazutaka YOKOTA | 1999-08-22 | 4 | -141/+26 |
| * | Improve the detection code for GlidePoint. This is still a kludge, | Kazutaka YOKOTA | 1999-08-22 | 1 | -2/+4 |
| * | Recognize Interlink VersaPad. `Tap' action will be recognized | Kazutaka YOKOTA | 1999-08-17 | 1 | -4/+100 |
| * | Correctly save `flags' bits. | Kazutaka YOKOTA | 1999-08-15 | 1 | -1/+2 |
| * | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 2 | -12/+18 |
| * | - Move the `return' statement the correct place so that the keyboard | Kazutaka YOKOTA | 1999-07-18 | 1 | -5/+5 |
| * | Improve Logitech MouseMan+ protocol support. | Kazutaka YOKOTA | 1999-07-12 | 1 | -19/+101 |
| * | Implement a kludge for some wheeled mice for which infamous "psmintr: | Kazutaka YOKOTA | 1999-07-12 | 1 | -2/+16 |
| * | Remove cmaj and bmaj args from DEV_DRIVER_MODULE. | Poul-Henning Kamp | 1999-07-04 | 1 | -3/+2 |
| * | Allocate the port resource when attaching the keyboard controller, | Kazutaka YOKOTA | 1999-06-29 | 2 | -14/+20 |
| * | Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place | Kazutaka YOKOTA | 1999-06-03 | 1 | -2/+2 |
| * | This commit should be a extensive NO-OP: | Poul-Henning Kamp | 1999-05-30 | 2 | -11/+42 |
| * | No support for pnp yet. | Doug Rabson | 1999-05-30 | 2 | -2/+10 |
| * | Use the resource apis to manipulate resources. | Doug Rabson | 1999-05-22 | 2 | -8/+36 |
| * | - Include isa/isareg.h rather than i386/isa/isa.h for i386. | Kazutaka YOKOTA | 1999-05-20 | 1 | -43/+3 |
| * | Include sys/isa/isareg.h rather than i386/isa/isa.h for i386. | Kazutaka YOKOTA | 1999-05-20 | 1 | -5/+1 |