summaryrefslogtreecommitdiff
path: root/sys/dev/mse
AgeCommit message (Expand)Author
1998-01-24Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund
1997-12-07- Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA
1997-11-18Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.Bruce Evans
1997-09-14Update select -> poll in drivers.Peter Wemm
1997-07-20Removed unused #includes.Bruce Evans
1997-03-24Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans
1997-02-22Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-12-19Test in mseopen() whether the device has been configured at all, andJoerg Wunsch
1996-09-06Remove devconf, it never grew up to be of any use.Poul-Henning Kamp
1996-06-08Removed recently introduced unnecessary #includes of <machine/cpu.h>Bruce Evans
1996-06-02Hide the ``wrong signature'' message behind bootverbose. It'sJoerg Wunsch
1996-03-28Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier
1995-12-15Completed function declarations and/or added prototypes and/or addedBruce Evans
1995-12-15Removed duplicated #includes of <sys/conf.h>Bruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-08Julian forgot to make the *devsw structures static.Poul-Henning Kamp
1995-12-08Pass 3 of the great devsw changesJulian Elischer
1995-12-06Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans
1995-11-29If you're going to mechanically replicate something in 50 filesJulian Elischer
1995-11-29OK, that's it..Julian Elischer
1995-11-28the second set of changes in a move towards getting devices to beJulian Elischer
1995-11-04Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans
1995-09-08Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans
1995-07-16Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-04-12Add a class field to devconf and mst drivers.Garrett Wollman
1995-03-28Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans
1994-11-08From: Lars Fredriksen <fredriks@mcs.com>Jordan K. Hubbard
1994-10-23Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman
1994-10-21Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman
1994-08-13Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman
1994-08-02Added $Id$David Greenman
1994-05-26Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes
1994-05-25The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes
1993-11-25Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman
1993-10-19This is my patched version of a busmouse driver originally by Rick MacklemNate Williams