index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
joy
/
joy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use si_drv1 to store joy(4)'s softc.
ed
2009-04-14
1
-8
/
+5
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Unbreak second joystick (joy1) support.
jylefort
2005-11-09
1
-2
/
+8
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-4
/
+4
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-1
/
+1
*
Device megapatch 4/6:
phk
2004-02-21
1
-0
/
+2
*
Device megapatch 1/6:
phk
2004-02-21
1
-2
/
+0
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+6
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Check for defined(__i386__) instead of just defined(i386) since the compiler
alfred
2002-05-30
1
-2
/
+2
*
Revert change that breaks the joy module. joydevclass must not be static.
imp
2002-01-08
1
-1
/
+1
*
Staticise the joy devclass.
msmith
2002-01-08
1
-1
/
+1
*
Split joystick driver into ISA and PC Card front ends.
imp
2001-12-05
1
-148
/
+122
*
KSE Milestone 2
julian
2001-09-12
1
-3
/
+3
*
Correct the ID for the ALS0120 PnP Joystick. It is different from the
murray
2001-08-31
1
-1
/
+1
*
Add ACPI attachments.
msmith
2001-08-30
1
-0
/
+1
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Add ADS7182 as a known Joystick.
peter
2000-01-18
1
-0
/
+1
*
Recognize the CSC0101 ID for the Thinkpad series.
peter
1999-12-30
1
-0
/
+1
*
Removed unnecessary include files.
nyan
1999-12-20
1
-1
/
+0
*
Make this kld'able (#include "joy.h" no longer required as there are no
peter
1999-12-12
1
-3
/
+0
*
newbusify and port the joy driver to the Alpha. It now attaches to the
peter
1999-12-05
1
-134
/
+126
*
Oh foo. I got carried away. :-( "joy.h" is used to size an array.
peter
1999-10-11
1
-0
/
+2
*
Zap unneeded #include (found by phk)
peter
1999-10-11
1
-6
/
+0
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+2
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
1
-14
/
+1
*
Simplify cdevsw registration.
phk
1999-05-31
1
-16
/
+4
*
This commit should be a extensive NO-OP:
phk
1999-05-30
1
-4
/
+21
*
The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.
peter
1999-05-06
1
-2
/
+2
*
s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.
dt
1999-04-28
1
-1
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+1
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-0
/
+1
*
Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.
eivind
1998-01-24
1
-0
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-2
/
+0
*
Make MOD_* macros almost consistent:
dufault
1997-04-06
1
-5
/
+7
*
Updated #includes to 4.4Lite style.
bde
1996-09-10
1
-2
/
+1
*
Switched from using devfs_add_sw() to using devfs_add_swf()
scrappy
1996-03-28
1
-5
/
+3
*
Fix the isa_device table (lkm): id_irq and id_maddr must be 0.
jmz
1996-03-16
1
-1
/
+1
*
Add code to make it a loadable kernel module
jmz
1996-03-15
1
-0
/
+46
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-3
/
+2
*
Staticize and cleanup.
phk
1995-12-10
1
-3
/
+4
*
Julian forgot to make the *devsw structures static.
phk
1995-12-08
1
-1
/
+1
*
Pass 3 of the great devsw changes
julian
1995-12-08
1
-34
/
+38
*
If you're going to mechanically replicate something in 50 files
julian
1995-11-29
1
-1
/
+1
*
OK, that's it..
julian
1995-11-29
1
-14
/
+23
*
the second set of changes in a move towards getting devices to be
julian
1995-11-28
1
-0
/
+33
*
Actually, 97 out of 304 devsw functions had benignly mismatched types.
bde
1995-09-08
1
-2
/
+2
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-3
/
+3
[next]