aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-9/+0
* - Add the device resume method. It supercedes the existing resumeKazutaka YOKOTA1999-12-151-36/+18
* 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-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-17/+3
* 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
* 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
* 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-301-5/+21
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenPoul-Henning Kamp1999-05-091-2/+2
* 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-081-4/+3
* 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
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-4/+5
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-6/+15
* * 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