aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/joy
Commit message (Expand)AuthorAgeFilesLines
* There never was a PC Card joystick attachment that worked. Kill theWarner Losh2014-11-221-67/+0
* Use si_drv1 to store joy(4)'s softc.Ed Schouten2009-04-141-8/+5
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-2/+2
* Unbreak second joystick (joy1) support.Jean-Yves Lefort2005-11-091-2/+8
* Remove OLDCARD support by removing compat shimsWarner Losh2005-09-201-11/+4
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-5/+5
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Use __FBSDID().David E. O'Brien2003-08-243-3/+9
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+6
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-024-4/+4
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-2/+2
* Revert change that breaks the joy module. joydevclass must not be static.Warner Losh2002-01-081-1/+1
* Staticise the joy devclass.Mike Smith2002-01-081-1/+1
* Split joystick driver into ISA and PC Card front ends.Warner Losh2001-12-054-148/+322
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Correct the ID for the ALS0120 PnP Joystick. It is different from theMurray Stokely2001-08-311-1/+1
* Add ACPI attachments.Mike Smith2001-08-301-0/+1
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Add ADS7182 as a known Joystick.Peter Wemm2000-01-181-0/+1
* Recognize the CSC0101 ID for the Thinkpad series.Peter Wemm1999-12-301-0/+1
* Removed unnecessary include files.Yoshihiro Takahashi1999-12-201-1/+0
* Make this kld'able (#include "joy.h" no longer required as there are noPeter Wemm1999-12-121-3/+0
* newbusify and port the joy driver to the Alpha. It now attaches to thePeter Wemm1999-12-051-134/+126
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.Peter Wemm1999-10-111-0/+2
* Zap unneeded #include (found by phk)Peter Wemm1999-10-111-6/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+2
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-14/+1
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-16/+4
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-4/+21
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.Peter Wemm1999-05-061-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.Dmitrij Tejblum1999-04-281-1/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.Eivind Eklund1998-01-241-0/+2
* Removed unused #includes.Bruce Evans1997-07-201-2/+0
* Make MOD_* macros almost consistent:Peter Dufault1997-04-061-5/+7
* Updated #includes to 4.4Lite style.Bruce Evans1996-09-101-2/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-5/+3
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.Jean-Marc Zucconi1996-03-161-1/+1
* Add code to make it a loadable kernel moduleJean-Marc Zucconi1996-03-151-0/+46
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-3/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-3/+4
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-34/+38
* If you're going to mechanically replicate something in 50 filesJulian Elischer1995-11-291-1/+1
* OK, that's it..Julian Elischer1995-11-291-14/+23