summaryrefslogtreecommitdiffstats
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* Hints overhaul:peter2001-06-122-20/+16
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Free the kbd pointer when it isn't NULL, as opposed to when it is.dwmalone2001-01-221-1/+1
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-084-15/+11
* Staticize some malloc M_ instances.phk2000-12-082-2/+2
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,yokota2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and Logitechyokota2000-12-011-30/+39
* 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
OpenPOWER on IntegriCloud