summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Alot of fixes from kazu:sos1996-12-011-175/+465
* I broke psm.c and none of the 5 reviewers noticed :-)phk1996-11-281-6/+12
* Waste less space.phk1996-11-271-10/+14
* Disable mouse acceleration by default to be the same as the previousnate1996-11-151-2/+2
* KNF'ify and fix boo-boo I made in last commit.nate1996-11-151-885/+910
* Removed 2.1-compatability code and made the debugging less verbose bynate1996-11-151-75/+31
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readnate1996-11-151-254/+998
* Remove devconf, it never grew up to be of any use.phk1996-09-061-27/+0
* Simplify probe. Removed the DELAY() as it's not needed.nate1996-05-071-3/+1
* Removed one of the un-documented CTRL pokes, and replace it with a onenate1996-05-071-0/+4
* Make sure you include <sys/devconf.h> if you have devconf code. :(nate1996-05-071-1/+2
* Added code to avoid keyboard 'hangs' during the probe.nate1996-05-071-2/+7
* Added devconf() support.nate1996-05-071-14/+41
* Re-wrote psm_poll_status() to use the ioport supplied in the kernelnate1996-05-071-17/+16
* Last typo fixed (network came up for a few minutes).nate1996-05-071-0/+1
* Augh, more typos.nate1996-05-071-5/+5
* Whoops, brain-o's with the previous commit. Fix up quite a few typos.nate1996-05-071-17/+14
* - KNF'ifynate1996-05-071-87/+57
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-11/+6
* Removed unused #includes.bde1995-12-151-8/+0
* Staticize and cleanup.phk1995-12-101-6/+9
* Pass 3 of the great devsw changesjulian1995-12-081-30/+46
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+22
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+35
* The `cmd' and `addr' args to psmioctl() were in the wrong order. Thisbde1995-09-051-1/+1
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-1/+0
* Add an option to the psm driver to skip the parts of the probe which breakdfr1995-06-221-0/+2
* Remove trailing whitespace.rgrimes1995-05-301-9/+9
* Replace all remaining instances of `i386/include' by `machine' and fixbde1995-02-261-16/+16
* Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included fromdg1994-09-161-1/+0
* Added the psm driver from 1.1.5.dfr1994-09-091-0/+462
OpenPOWER on IntegriCloud