| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace all remaining instances of `i386/include' by `machine' and fix | bde | 1995-02-26 | 1 | -4/+6 |
* | Put the joystick status in a struct {int x, y, b1, b2;} rather than in a | jmz | 1995-02-22 | 1 | -6/+6 |
* | Add parentheses around macros! | jmz | 1995-01-29 | 1 | -2/+2 |
* | Do not recompute TIMER0's maximum count, since it is in timer0_max_count. | jmz | 1995-01-28 | 1 | -11/+8 |
* | Changed address of the game controller to 0x201 (was 0x200) | jmz | 1995-01-25 | 1 | -0/+209 |