summaryrefslogtreecommitdiffstats
path: root/sys/isa/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Assume a finger of regular width when no width value is reported byphilip2004-08-081-3/+10
* Update support for Synaptics Touchpads (Volume IV)philip2004-08-081-2/+2
* Update support for Synaptics Touchpads (Volume III)philip2004-08-081-0/+26
* Update support for Synaptics Touchpads (Volume II)philip2004-08-081-5/+26
* Update support for Synaptics Touchpads (Volume I)philip2004-08-081-53/+64
* Add support for the Synaptics Touchpad mouse driver. I reworked thenjl2004-07-301-1/+213
* Ignore more strange return values of the test_aux_port() function,mux2004-07-161-6/+10
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-7/+7
* Don't check for device_get_softc() returning NULL, it can't happen.mux2004-04-171-3/+0
* Put a bunch of output that us really only useful in a debugmarkm2004-04-041-1/+13
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-8/+7
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Significantly reduce the "jitter" that is typical for PS/2 micealfred2003-12-111-110/+256
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Add support for the A4 Tech RFSW-35 mouse wheel. Probe is similar tomikeh2003-07-121-3/+10
* Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-071-0/+9
* Add PnP PS/2 id for Dell Latitude X200.mikeh2003-07-011-0/+1
* Use __FBSDID().obrien2003-06-111-3/+3
* wrap macro in do {...} while(0)phk2003-05-311-2/+2
* Remove extra ';'phk2003-05-311-1/+1
* Fix some easy, global, lint warnings. In most cases, this meansmarkm2003-04-301-1/+1
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-3/+3
* YAM: This id is found in a Sony Vaio GRX-670. When will this end?marcel2003-01-221-0/+1
* Add yet another Sony Vaio PS/2 mouse ID. This one is found on a VX88.hsu2003-01-221-2/+3
* Add yet another Sony Vaio PS/2 mouse ID. This one is found in a R505GL.marcel2003-01-211-0/+1
* - GC a few more hand-rolled 'abs' macros.mdodd2003-01-151-16/+7
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-3/+3
* Remove __P.alfred2002-03-201-29/+29
* Fixes to make select/poll mpsafe.alfred2002-03-141-2/+0
* Add SONY VAIO psm controller ISA-PnP ID.takawata2002-03-101-0/+1
* Add another PS2 PNP id.sheldonh2001-12-191-0/+1
* Hack for the "out-of-sync" error.yokota2001-10-131-109/+152
* Add PnP ID 'IBM3781' for TP240 mouse.takawata2001-10-031-0/+1
* Yet another turn of workaround for psm/ACPI/PnP BIOSyokota2001-09-251-38/+83
* Refine ACPI/PnP BIOS probe/attach routines a bit.yokota2001-09-151-13/+36
* KSE Milestone 2julian2001-09-121-5/+5
* Update the atkbdc, atkbd, and psm drivers to probe/attachyokota2001-09-061-40/+115
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+1
* - 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-151-1/+0
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) onjhb2000-09-221-6/+6
* 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
OpenPOWER on IntegriCloud