summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Untangle some resource matching loops that were getting on my nervespeter2000-10-152-16/+14
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Initiate deorbit burn sequence for <machine/console.h>.phk2000-10-081-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-221-6/+6
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-1/+1
* Add spltty()/splx() in the watchdog timer routine.yokota2000-08-241-0/+3
* Fix GENERIC_MOUSE_ENTRY.yokota2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.yokota2000-07-221-13/+9
* Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, becauseache2000-05-281-1/+2
* Fixed the type of some ivar access functions. Ivars have type uintptr_t,bde2000-04-302-8/+8
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* - Add temporary workaround to fool some "clever" KVM switch productsyokota2000-04-021-5/+22
* Missing pieces of the last commit ;-(yokota2000-03-192-22/+64
* - Properly keep track of I/O port resources.yokota2000-03-198-174/+278
* - Add Support for the following PS/2 mice:yokota2000-03-182-87/+398
* One more patch for the atkbd driver. It will make sure that theyokota2000-03-111-0/+12
* Don't free(sc) before returning an error from probe, it does not "belong"peter2000-03-011-1/+0
* Do not add children (atkbd and psm) if they are disabled.yokota2000-02-252-0/+6
* - Be slightly more cautious and try to make more sure the keyboardyokota2000-02-111-4/+9
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-297-39/+1
* - Add some comment from bde on the keyboard interrupt.yokota2000-01-201-11/+19
* Rework shifta/ctla/alta key handling. It appears that there wasyokota2000-01-111-7/+0
* Obtain the initial key repeat rate setting via BIOS in i386 ifyokota2000-01-101-0/+54
* Add some keyboard IDs.yokota2000-01-101-2/+9
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-292-4/+4
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-151-36/+18
* - Remember the keyboard repeat delay and rate.yokota1999-12-131-10/+32
* Add support new keys: lshifta, rshifta, lctrla, rctrla, lalta, andyokota1999-12-101-1/+15
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-032-2/+4
* Use DEVICE_MODULE() directly instead of DEV_DRIVER_MODULE. psm.c usespeter1999-11-081-1/+1
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-289-9/+9
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-232-19/+4
* - Remove cdevsw entry points in individual keyboard drivers;yokota1999-08-224-141/+26
* Improve the detection code for GlidePoint. This is still a kludge,yokota1999-08-221-2/+4
* Recognize Interlink VersaPad. `Tap' action will be recognizedyokota1999-08-171-4/+100
* Correctly save `flags' bits.yokota1999-08-151-1/+2
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()mdodd1999-07-292-12/+18
* - Move the `return' statement the correct place so that the keyboardyokota1999-07-181-5/+5
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-19/+101
* Implement a kludge for some wheeled mice for which infamous "psmintr:yokota1999-07-121-2/+16
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Allocate the port resource when attaching the keyboard controller,yokota1999-06-292-14/+20
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* This commit should be a extensive NO-OP:phk1999-05-302-11/+42
* No support for pnp yet.dfr1999-05-302-2/+10
* Use the resource apis to manipulate resources.dfr1999-05-222-8/+36
* - Include isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-43/+3
* Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.yokota1999-05-201-5/+1
OpenPOWER on IntegriCloud