aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/atkbdc/psm.c
Commit message (Expand)AuthorAgeFilesLines
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
* - Add a hack for "psmintr: out of sync.." This is NOT a fix,Kazutaka YOKOTA2000-12-011-0/+11
* - Slightly rearrnage IntelliMouse Explorer and LogitechKazutaka YOKOTA2000-12-011-30/+39
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onJohn Baldwin2000-09-221-6/+6
* Add spltty()/splx() in the watchdog timer routine.Kazutaka YOKOTA2000-08-241-0/+3
* Fix GENERIC_MOUSE_ENTRY.Kazutaka YOKOTA2000-07-281-1/+1
* This is yet another attempt to fix "psmintr out of sync.." problems.Kazutaka YOKOTA2000-07-221-13/+9
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* - Add temporary workaround to fool some "clever" KVM switch productsKazutaka YOKOTA2000-04-021-5/+22
* - Add Support for the following PS/2 mice:Kazutaka YOKOTA2000-03-181-87/+395
* Don't free(sc) before returning an error from probe, it does not "belong"Peter Wemm2000-03-011-1/+0
* 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-51/+97
* 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