aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Slight reorganization of internal interface in the keyboard controllerKazutaka YOKOTA1999-05-184-52/+63
* The previous commit was wrong! This is the correct one ;-<Kazutaka YOKOTA1999-05-181-2/+2
* Remove hackish foot protection.. If you ask for an atkbd on an isa busPeter Wemm1999-05-092-34/+2
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+2
* Don't confuse cursor keys with numpad keys when composing a char code.Kazutaka YOKOTA1999-05-091-5/+5
* Minor tweak after the introduction of new-bus to i386; properlyKazutaka YOKOTA1999-05-091-14/+14
* Revive APM hooking code for i386 arch now that the same source file isKazutaka YOKOTA1999-05-091-3/+8
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-085-16/+11
* Print the child IRQ on it's identification line.Peter Wemm1999-05-082-2/+6
* Continue where Julian left off in July 1998:Poul-Henning Kamp1999-05-071-3/+3
* Merge revs 1.57 and 1.60 of i386/isa/psm.cPeter Wemm1999-04-181-53/+99
* As a temporary anti-foot-shooting measure, don't let the user attachPeter Wemm1999-04-162-2/+34
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-164-28/+30
* Keyboard driver update in preparation for the USB keyboard driver.Kazutaka YOKOTA1999-03-104-107/+201
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-281-2/+39
* Update the alpha port to use the new syscons.Doug Rabson1999-01-235-6/+737
* sysconsKazutaka YOKOTA1999-01-191-4/+15
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,Kazutaka YOKOTA1999-01-131-2/+2
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-094-0/+2626
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-151-8/+9
* Port the ps/2 mouse driver to the alpha.Doug Rabson1998-11-081-0/+2221