summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove i386-specific psm.c - it's now in sys/isa/psm.cpeter1999-04-181-2267/+0
* Silence warnings.eivind1999-01-121-1/+10
* The first stage of console driver reorganization: activate newyokota1999-01-111-3/+4
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeyokota1999-01-061-1/+2
* - Added some configuration flags as workaround for not-so-compatibleyokota1998-11-201-52/+88
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+5
* Added a workaround for yet-another, less-than-compatible keyboard controller.yokota1998-10-131-1/+4
* "vender" -> "vendor"eivind1998-07-061-17/+17
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* In pre-devfs days, /dev/psm0 had always been a non-blockingphk1998-04-151-6/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+3
* Small adjustment in sync check code.yokota1998-01-241-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+2
* - Add binary compatibility support for obsolete console/mouse ioctlsyokota1998-01-201-2/+67
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-071-634/+1049
* Fix for a PS/2 mouse model from MouseSystems. It now appears thatyokota1997-11-211-1/+5
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,bde1997-11-181-6/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-3/+2
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneyokota1997-10-191-2/+2
* Update select -> poll in drivers.peter1997-09-141-16/+13
* Removed unused #includes.bde1997-07-201-3/+1
* Add experimental APM support for some laptops.yokota1997-06-301-69/+220
* scprobe() referred to the psm_softc structure even after it wasyokota1997-05-271-10/+8
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.bde1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Bring back the fix from 1.32 that got spammed by recent changes.nate1997-01-161-1/+6
* Upgrade the kbdio rutines to provide queued kbd & mouse events.sos1997-01-151-347/+410
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fix for PR/2333 - psm0 panics if no mouse attached:nate1997-01-051-2/+7
* 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
OpenPOWER on IntegriCloud