summaryrefslogtreecommitdiff
path: root/sys/dev/mse
AgeCommit message (Expand)Author
2018-10-22Remove mse(4) from treeWarner Losh
2018-06-10Drop MOUSE_GETVARS and MOUSE_SETVARS ioctls support.Vladimir Kondratyev
2018-01-29Tag the current round of deprecated drivers.Warner Losh
2017-12-23Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-05-17Remove register keyword from sys/ and ANSIfy prototypesEd Maste
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2014-10-11Add locking and mark MPSAFE.John Baldwin
2009-04-20Make mse(4) use si_drv1, instead of using unit numbers.Ed Schouten
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2006-02-22- Use bus_setup_intr() and bus_teardown_intr() to register device driverJohn Baldwin
2005-04-08Minor style(9) changesWarner Losh
2005-03-29There's really no need to have this be #ifdef PC98, so remove one moreWarner Losh
2005-01-11Use the standard FreeBSD licenseWarner Losh
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-12-12Separate mse driver into a core driver and a bus attachments. Separate outWarner Losh
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-05-30Add missing #include <sys/module.h>Poul-Henning Kamp
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-11-09- Implement selwakeuppri() which allows raising the priority of aSeigo Tanimura
2003-06-02Use __FBSDID().David E. O'Brien
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-03-02More low-hanging fruit: kill caddr_t in calls to wakeup(9) / [mt]sleep(9).Dag-Erling Smørgrav
2003-01-01Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt
2002-03-23Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans
2002-03-20Remove __P.Alfred Perlstein
2001-09-12KSE Milestone 2Julian Elischer
2001-08-31Revert previous "fix"; bus mice still have to be manually probed even inMike Smith
2001-08-30Correct usage of ISA_PNP_PROBEMike Smith
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-01-20Finish deprecating <sys/select.h> in favor of <sys/selinfo.h> in kernel code.Garrett Wollman
2000-10-09Initiate deorbit burn sequence for <machine/mouse.h>.Poul-Henning Kamp
2000-03-18- `Newbus'ified the driver.Kazutaka YOKOTA
2000-01-29Remove a bunch of unused (NO-OP) #if NFOO > 0 type includes and somePeter Wemm
1999-10-06- Remove cdevsw_add().Kazutaka YOKOTA
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-05-06Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm
1999-05-06Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm
1999-04-28s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum
1998-10-22Initialize isa_devtab entries for interrupt handlers in individualBruce Evans
1998-06-07This commit fixes various 64bit portability problems required forDoug Rabson