summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse
Commit message (Expand)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-231-19/+14
* Remove __P.alfred2002-03-201-29/+29
* KSE Milestone 2julian2001-09-121-9/+9
* Revert previous "fix"; bus mice still have to be manually probed even inmsmith2001-08-311-1/+1
* Correct usage of ISA_PNP_PROBEmsmith2001-08-301-2/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.wollman2001-01-201-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.phk2000-10-091-1/+1
* - `Newbus'ified the driver.yokota2000-03-181-124/+283
* Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somepeter2000-01-291-3/+0
* - Remove cdevsw_add().yokota1999-10-061-3/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-18/+3
* Simplify cdevsw registration.phk1999-05-311-17/+4
* This commit should be a extensive NO-OP:phk1999-05-301-5/+22
* Fix up a few easy 'assignment used as truth value' and 'suggest parenspeter1999-05-061-4/+6
* Add sufficient braces to keep egcs happy about potentially ambiguouspeter1999-05-061-3/+3
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-2/+4
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-1/+3
* - Add support for the following mice to psm/moused/sysmouse:yokota1997-12-071-20/+205
* Get select stuff by #including <sys/select.h> instead of <sys/proc.h>.bde1997-11-181-2/+2
* Update select -> poll in drivers.peter1997-09-141-17/+21
* Removed unused #includes.bde1997-07-201-2/+1
* Don't include <sys/ioctl.h> in the kernel. Stage 1: don't includebde1997-03-241-2/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Test in mseopen() whether the device has been configured at all, andjoerg1996-12-191-1/+4
* Remove devconf, it never grew up to be of any use.phk1996-09-061-27/+1
* Removed recently introduced unnecessary #includes of <machine/cpu.h>bde1996-06-081-4/+1
* Hide the ``wrong signature'' message behind bootverbose. It'sjoerg1996-06-021-2/+4
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-12/+7
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-12/+20
* Removed duplicated #includes of <sys/conf.h>bde1995-12-151-2/+1
* Staticize and cleanup.phk1995-12-101-4/+3
* Julian forgot to make the *devsw structures static.phk1995-12-081-2/+2
* Pass 3 of the great devsw changesjulian1995-12-081-33/+43
* Removed unnecessary #includes of <sys/user.h>. Some of these were justbde1995-12-061-2/+2
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-14/+24
* the second set of changes in a move towards getting devices to bejulian1995-11-281-1/+33
* Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up thebde1995-11-041-2/+1
* Fix benign type mismatches in devsw functions. 82 out of 299 devswbde1995-09-081-6/+11
* Don't include <sys/tty.h> in drivers that aren't tty drivers or in generalbde1995-07-161-2/+1
* Remove trailing whitespace.rgrimes1995-05-301-10/+10
* Add a class field to devconf and mst drivers.wollman1995-04-121-22/+26
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'bde1995-03-281-1/+3
OpenPOWER on IntegriCloud