summaryrefslogtreecommitdiffstats
path: root/sys/dev/mse
Commit message (Expand)AuthorAgeFilesLines
* Minor style(9) changesimp2005-04-083-104/+47
* There's really no need to have this be #ifdef PC98, so remove one moreimp2005-03-291-3/+5
* Use the standard FreeBSD licenseimp2005-01-114-31/+23
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Separate mse driver into a core driver and a bus attachments. Separate outimp2004-12-124-426/+953
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-9/+9
* Add missing #include <sys/module.h>phk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of atanimura2003-11-091-1/+1
* Use __FBSDID().obrien2003-06-021-2/+4
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).des2003-03-021-2/+2
* 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
OpenPOWER on IntegriCloud