aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mse
Commit message (Expand)AuthorAgeFilesLines
* - Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin2006-02-221-1/+1
* Minor style(9) changesWarner Losh2005-04-083-104/+47
* There's really no need to have this be #ifdef PC98, so remove one moreWarner Losh2005-03-291-3/+5
* Use the standard FreeBSD licenseWarner Losh2005-01-114-31/+23
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh2004-12-124-426/+953
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-9/+9
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura2003-11-091-1/+1
* Use __FBSDID().David E. O'Brien2003-06-021-2/+4
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+7
* More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav2003-03-021-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-231-19/+14
* Remove __P.Alfred Perlstein2002-03-201-29/+29
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Revert previous "fix"; bus mice still have to be manually probed even inMike Smith2001-08-311-1/+1
* Correct usage of ISA_PNP_PROBEMike Smith2001-08-301-2/+2
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman2001-01-201-1/+1
* Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp2000-10-091-1/+1
* - `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