aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-153-3/+0
* Untangle some resource matching loops that were getting on my nervesPeter Wemm2000-10-152-16/+14
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.Poul-Henning Kamp2000-10-081-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onJohn Baldwin2000-09-221-6/+6
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-1/+1
* Add spltty()/splx() in the watchdog timer routine.Kazutaka YOKOTA2000-08-241-0/+3
* Fix GENERIC_MOUSE_ENTRY.Kazutaka YOKOTA2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.Kazutaka YOKOTA2000-07-221-13/+9
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseAndrey A. Chernov2000-05-281-1/+2
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,Bruce Evans2000-04-302-8/+8
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* - Add temporary workaround to fool some "clever" KVM switch productsKazutaka YOKOTA2000-04-021-5/+22
* Missing pieces of the last commit ;-(Kazutaka YOKOTA2000-03-192-22/+64
* - Properly keep track of I/O port resources.Kazutaka YOKOTA2000-03-198-174/+278
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-182-87/+398
* One more patch for the atkbd driver. It will make sure that theKazutaka YOKOTA2000-03-111-0/+12
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.Kazutaka YOKOTA2000-02-252-0/+6
* - 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-297-39/+1
* - 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
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-292-4/+4
* - Add the device resume method. It supercedes the existing resumeKazutaka YOKOTA1999-12-151-36/+18
* - 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
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-032-2/+4
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usesPeter Wemm1999-11-081-1/+1
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-289-9/+9
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-232-19/+4
* - Remove cdevsw entry points in individual keyboard drivers;Kazutaka YOKOTA1999-08-224-141/+26
* Improve the detection code for GlidePoint. This is still a kludge,Kazutaka YOKOTA1999-08-221-2/+4
* Recognize Interlink VersaPad. `Tap' action will be recognizedKazutaka YOKOTA1999-08-171-4/+100
* Correctly save `flags' bits.Kazutaka YOKOTA1999-08-151-1/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-292-12/+18
* - Move the `return' statement the correct place so that the keyboardKazutaka YOKOTA1999-07-181-5/+5
* Improve Logitech MouseMan+ protocol support.Kazutaka YOKOTA1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:Kazutaka YOKOTA1999-07-121-2/+16
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* Allocate the port resource when attaching the keyboard controller,Kazutaka YOKOTA1999-06-292-14/+20
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeKazutaka YOKOTA1999-06-031-2/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-302-11/+42
* No support for pnp yet.Doug Rabson1999-05-302-2/+10
* Use the resource apis to manipulate resources.Doug Rabson1999-05-222-8/+36
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-43/+3
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.Kazutaka YOKOTA1999-05-201-5/+1