aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse
Commit message (Expand)AuthorAgeFilesLines
* - `Newbus'ified the driver.Kazutaka YOKOTA2000-03-181-124/+283
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm2000-01-291-3/+0
* - Remove cdevsw_add().Kazutaka YOKOTA1999-10-061-3/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-18/+3
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-17/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+22
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-061-4/+6
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-2/+4
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-1/+3
* - Add support for the following mice to psm/moused/sysmouse:Kazutaka YOKOTA1997-12-071-20/+205
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.Bruce Evans1997-11-181-2/+2
* Update select -> poll in drivers.Peter Wemm1997-09-141-17/+21
* Removed unused #includes.Bruce Evans1997-07-201-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includeBruce Evans1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Test in mseopen() whether the device has been configured at all, andJoerg Wunsch1996-12-191-1/+4
* Remove devconf, it never grew up to be of any use.Poul-Henning Kamp1996-09-061-27/+1
* Removed recently introduced unnecessary #includes of <machine/cpu.h>Bruce Evans1996-06-081-4/+1
* Hide the ``wrong signature'' message behind bootverbose. It'sJoerg Wunsch1996-06-021-2/+4
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-12/+7
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-12/+20
* Removed duplicated #includes of <sys/conf.h>Bruce Evans1995-12-151-2/+1
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-4/+3
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-2/+2
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-33/+43
* Removed unnecessary #includes of <sys/user.h>. Some of these were justBruce Evans1995-12-061-2/+2
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-2/+2
* OK, that's it..Julian Elischer1995-11-291-14/+24
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-1/+33
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up theBruce Evans1995-11-041-2/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswBruce Evans1995-09-081-6/+11
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalBruce Evans1995-07-161-2/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Add a class field to devconf and mst drivers.Garrett Wollman1995-04-121-22/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-1/+3
* From: Lars Fredriksen <fredriks@mcs.com>Jordan K. Hubbard1994-11-081-7/+43
* Finished device configuration database work for all ISA devices (except `ze')Garrett Wollman1994-10-231-1/+23
* Make my ALLDEVS kernel compile (basically, LINT minus a lot of options).Garrett Wollman1994-10-211-2/+2
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-13/+13
* Added $Id$David Greenman1994-08-021-0/+2
* Fix some references to MIN() and MAX() that have been replaced by min() andRodney W. Grimes1994-05-261-1/+1
* The big 4.4BSD Lite to FreeBSD 2.0.0 (Development) patch.Rodney W. Grimes1994-05-251-7/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-1/+11
* This is my patched version of a busmouse driver originally by Rick MacklemNate Williams1993-10-191-0/+493