| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove i386-specific psm.c - it's now in sys/isa/psm.c | peter | 1999-04-18 | 1 | -2267/+0 |
* | Silence warnings. | eivind | 1999-01-12 | 1 | -1/+10 |
* | The first stage of console driver reorganization: activate new | yokota | 1999-01-11 | 1 | -3/+4 |
* | Move IO_PSMSIZE from kbdio.h to isa.h. I thought I did this a long time | yokota | 1999-01-06 | 1 | -1/+2 |
* | - Added some configuration flags as workaround for not-so-compatible | yokota | 1998-11-20 | 1 | -52/+88 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+5 |
* | Added a workaround for yet-another, less-than-compatible keyboard controller. | yokota | 1998-10-13 | 1 | -1/+4 |
* | "vender" -> "vendor" | eivind | 1998-07-06 | 1 | -17/+17 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -2/+2 |
* | In pre-devfs days, /dev/psm0 had always been a non-blocking | phk | 1998-04-15 | 1 | -6/+6 |
* | Moved some #includes from <sys/param.h> nearer to where they are actually | bde | 1998-03-28 | 1 | -1/+3 |
* | Small adjustment in sync check code. | yokota | 1998-01-24 | 1 | -2/+2 |
* | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | eivind | 1998-01-24 | 1 | -1/+2 |
* | - Add binary compatibility support for obsolete console/mouse ioctls | yokota | 1998-01-20 | 1 | -2/+67 |
* | - Add support for the following mice to psm/moused/sysmouse: | yokota | 1997-12-07 | 1 | -634/+1049 |
* | Fix for a PS/2 mouse model from MouseSystems. It now appears that | yokota | 1997-11-21 | 1 | -1/+5 |
* | Get select stuff by including <sys/select.h> instead of <sys/proc.h>, | bde | 1997-11-18 | 1 | -6/+7 |
* | Remove a bunch of variables which were unused both in GENERIC and LINT. | phk | 1997-11-07 | 1 | -3/+2 |
* | Rename MOUSE_GETINFO to MOUSE_GETHWINFO. The name collided with the one | yokota | 1997-10-19 | 1 | -2/+2 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -16/+13 |
* | Removed unused #includes. | bde | 1997-07-20 | 1 | -3/+1 |
* | Add experimental APM support for some laptops. | yokota | 1997-06-30 | 1 | -69/+220 |
* | scprobe() referred to the psm_softc structure even after it was | yokota | 1997-05-27 | 1 | -10/+8 |
* | Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. | bde | 1997-03-23 | 1 | -2/+2 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -1/+1 |
* | Bring back the fix from 1.32 that got spammed by recent changes. | nate | 1997-01-16 | 1 | -1/+6 |
* | Upgrade the kbdio rutines to provide queued kbd & mouse events. | sos | 1997-01-15 | 1 | -347/+410 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Fix for PR/2333 - psm0 panics if no mouse attached: | nate | 1997-01-05 | 1 | -2/+7 |
* | Alot of fixes from kazu: | sos | 1996-12-01 | 1 | -175/+465 |
* | I broke psm.c and none of the 5 reviewers noticed :-) | phk | 1996-11-28 | 1 | -6/+12 |
* | Waste less space. | phk | 1996-11-27 | 1 | -10/+14 |
* | Disable mouse acceleration by default to be the same as the previous | nate | 1996-11-15 | 1 | -2/+2 |
* | KNF'ify and fix boo-boo I made in last commit. | nate | 1996-11-15 | 1 | -885/+910 |
* | Removed 2.1-compatability code and made the debugging less verbose by | nate | 1996-11-15 | 1 | -75/+31 |
* | New PS/2 mouse drive which uses the new 'shared' keyboard/psm read | nate | 1996-11-15 | 1 | -254/+998 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 1 | -27/+0 |
* | Simplify probe. Removed the DELAY() as it's not needed. | nate | 1996-05-07 | 1 | -3/+1 |
* | Removed one of the un-documented CTRL pokes, and replace it with a one | nate | 1996-05-07 | 1 | -0/+4 |
* | Make sure you include <sys/devconf.h> if you have devconf code. :( | nate | 1996-05-07 | 1 | -1/+2 |
* | Added code to avoid keyboard 'hangs' during the probe. | nate | 1996-05-07 | 1 | -2/+7 |
* | Added devconf() support. | nate | 1996-05-07 | 1 | -14/+41 |
* | Re-wrote psm_poll_status() to use the ioport supplied in the kernel | nate | 1996-05-07 | 1 | -17/+16 |
* | Last typo fixed (network came up for a few minutes). | nate | 1996-05-07 | 1 | -0/+1 |
* | Augh, more typos. | nate | 1996-05-07 | 1 | -5/+5 |
* | Whoops, brain-o's with the previous commit. Fix up quite a few typos. | nate | 1996-05-07 | 1 | -17/+14 |
* | - KNF'ify | nate | 1996-05-07 | 1 | -87/+57 |
* | Switched from using devfs_add_sw() to using devfs_add_swf() | scrappy | 1996-03-28 | 1 | -11/+6 |
* | Removed unused #includes. | bde | 1995-12-15 | 1 | -8/+0 |
* | Staticize and cleanup. | phk | 1995-12-10 | 1 | -6/+9 |