summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Slight reorganization of internal interface in the keyboard controlleryokota1999-05-184-52/+63
* The previous commit was wrong! This is the correct one ;-<yokota1999-05-181-2/+2
* Remove hackish foot protection.. If you ask for an atkbd on an isa buspeter1999-05-092-34/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Don't confuse cursor keys with numpad keys when composing a char code.yokota1999-05-091-5/+5
* Minor tweak after the introduction of new-bus to i386; properlyyokota1999-05-091-14/+14
* Revive APM hooking code for i386 arch now that the same source file isyokota1999-05-091-3/+8
* Move the declaration of the interrupt type from the driver structuredfr1999-05-085-16/+11
* Print the child IRQ on it's identification line.peter1999-05-082-2/+6
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-181-53/+99
* As a temporary anti-foot-shooting measure, don't let the user attachpeter1999-04-162-2/+34
OpenPOWER on IntegriCloud