summaryrefslogtreecommitdiffstats
path: root/sys/isa/psm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* - Add Support for the following PS/2 mice:yokota2000-03-181-87/+395
* Don't free(sc) before returning an error from probe, it does not "belong"peter2000-03-011-1/+0
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-9/+0
* - Add the device resume method. It supercedes the existing resumeyokota1999-12-151-36/+18
* 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-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-17/+3
* 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
* 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
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* Fix PS/2 MouseMan+ protocol. We have been looking at a wrong placeyokota1999-06-031-2/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+21
* Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference betweenphk1999-05-091-2/+2
* Revive APM hooking code for i386 arch now that the same source file isyokota1999-05-091-3/+8
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-4/+3
* Continue where Julian left off in July 1998:phk1999-05-071-3/+3
* Merge revs 1.57 and 1.60 of i386/isa/psm.cpeter1999-04-181-53/+99
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-4/+5
* Update the alpha port to use the new syscons.dfr1999-01-231-6/+15
* * Add hooks to allow the X server to access I/O ports and memory.dfr1998-11-151-8/+9
* Port the ps/2 mouse driver to the alpha.dfr1998-11-081-0/+2221
OpenPOWER on IntegriCloud