aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/psm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove i386-specific psm.c - it's now in sys/isa/psm.cPeter Wemm1999-04-181-2267/+0
* Silence warnings.Eivind Eklund1999-01-121-1/+10
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-3/+4
* Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long timeKazutaka YOKOTA1999-01-061-1/+2
* - Added some configuration flags as workaround for not-so-compatibleKazutaka YOKOTA1998-11-201-52/+88
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+5
* Added a workaround for yet-another, less-than-compatible keyboard controller.Kazutaka YOKOTA1998-10-131-1/+4
* "vender" -> "vendor"Eivind Eklund1998-07-061-17/+17
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* In pre-devfs days, /dev/psm0 had always been a non-blockingPoul-Henning Kamp1998-04-151-6/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+3
* Small adjustment in sync check code.Kazutaka YOKOTA1998-01-241-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+2
* - Add binary compatibility support for obsolete console/mouse ioctlsKazutaka YOKOTA1998-01-201-2/+67
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-071-634/+1049
* Fix for a PS/2 mouse model from MouseSystems. It now appears thatKazutaka YOKOTA1997-11-211-1/+5
* Get select stuff by including <sys/select.h> instead of <sys/proc.h>,Bruce Evans1997-11-181-6/+7
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-3/+2
* Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the oneKazutaka YOKOTA1997-10-191-2/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-16/+13
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Add experimental APM support for some laptops.Kazutaka YOKOTA1997-06-301-69/+220
* scprobe() referred to the psm_softc structure even after it wasKazutaka YOKOTA1997-05-271-10/+8
* Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.Bruce Evans1997-03-231-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Bring back the fix from 1.32 that got spammed by recent changes.Nate Williams1997-01-161-1/+6
* Upgrade the kbdio rutines to provide queued kbd & mouse events.Søren Schmidt1997-01-151-347/+410
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fix for PR/2333 - psm0 panics if no mouse attached:Nate Williams1997-01-051-2/+7
* Alot of fixes from kazu:Søren Schmidt1996-12-011-175/+465
* I broke psm.c and none of the 5 reviewers noticed :-)Poul-Henning Kamp1996-11-281-6/+12
* Waste less space.Poul-Henning Kamp1996-11-271-10/+14
* Disable mouse acceleration by default to be the same as the previousNate Williams1996-11-151-2/+2
* KNF'ify and fix boo-boo I made in last commit.Nate Williams1996-11-151-885/+910
* Removed 2.1-compatability code and made the debugging less verbose byNate Williams1996-11-151-75/+31
* New PS/2 mouse drive which uses the new 'shared' keyboard/psm readNate Williams1996-11-151-254/+998
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-27/+0
* Simplify probe. Removed the DELAY() as it's not needed.Nate Williams1996-05-071-3/+1
* Removed one of the un-documented CTRL pokes, and replace it with a oneNate Williams1996-05-071-0/+4
* Make sure you include <sys/devconf.h> if you have devconf code. :(Nate Williams1996-05-071-1/+2
* Added code to avoid keyboard 'hangs' during the probe.Nate Williams1996-05-071-2/+7
* Added devconf() support.Nate Williams1996-05-071-14/+41
* Re-wrote psm_poll_status() to use the ioport supplied in the kernelNate Williams1996-05-071-17/+16
* Last typo fixed (network came up for a few minutes).Nate Williams1996-05-071-0/+1
* Augh, more typos.Nate Williams1996-05-071-5/+5
* Whoops, brain-o's with the previous commit. Fix up quite a few typos.Nate Williams1996-05-071-17/+14
* - KNF'ifyNate Williams1996-05-071-87/+57
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-11/+6
* Removed unused #includes.Bruce Evans1995-12-151-8/+0
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-6/+9