summaryrefslogtreecommitdiffstats
path: root/sys/dev/joy
Commit message (Expand)AuthorAgeFilesLines
* Use si_drv1 to store joy(4)'s softc.ed2009-04-141-8/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Unbreak second joystick (joy1) support.jylefort2005-11-091-2/+8
* Remove OLDCARD support by removing compat shimsimp2005-09-201-11/+4
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-5/+5
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+1
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-1/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Use __FBSDID().obrien2003-08-243-3/+9
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+6
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-024-4/+4
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-2/+2
* Revert change that breaks the joy module. joydevclass must not be static.imp2002-01-081-1/+1
* Staticise the joy devclass.msmith2002-01-081-1/+1
* Split joystick driver into ISA and PC Card front ends.imp2001-12-054-148/+322
* KSE Milestone 2julian2001-09-121-3/+3
* Correct the ID for the ALS0120 PnP Joystick. It is different from themurray2001-08-311-1/+1
* Add ACPI attachments.msmith2001-08-301-0/+1
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Add ADS7182 as a known Joystick.peter2000-01-181-0/+1
* Recognize the CSC0101 ID for the Thinkpad series.peter1999-12-301-0/+1
* Removed unnecessary include files.nyan1999-12-201-1/+0
* Make this kld'able (#include "joy.h" no longer required as there are nopeter1999-12-121-3/+0
* newbusify and port the joy driver to the Alpha. It now attaches to thepeter1999-12-051-134/+126
* Oh foo. I got carried away. :-( "joy.h" is used to size an array.peter1999-10-111-0/+2
* Zap unneeded #include (found by phk)peter1999-10-111-6/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+2
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-14/+1
* Simplify cdevsw registration.phk1999-05-311-16/+4
* This commit should be a extensive NO-OP:phk1999-05-301-4/+21
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.peter1999-05-061-2/+2
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-1/+1
* This commit fixes various 64bit portability problems required fordfr1998-06-071-1/+1
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-0/+1
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-241-0/+2
* Removed unused #includes.bde1997-07-201-2/+0
* Make MOD_* macros almost consistent:dufault1997-04-061-5/+7
* Updated #includes to 4.4Lite style.bde1996-09-101-2/+1
* Switched from using devfs_add_sw() to using devfs_add_swf()scrappy1996-03-281-5/+3
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.jmz1996-03-161-1/+1
* Add code to make it a loadable kernel modulejmz1996-03-151-0/+46
* Completed function declarations and/or added prototypes and/or addedbde1995-12-151-3/+2
* Staticize and cleanup.phk1995-12-101-3/+4
* Julian forgot to make the *devsw structures static.phk1995-12-081-1/+1
* Pass 3 of the great devsw changesjulian1995-12-081-34/+38
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-1/+1
* OK, that's it..julian1995-11-291-14/+23
* the second set of changes in a move towards getting devices to bejulian1995-11-281-0/+33
OpenPOWER on IntegriCloud