summaryrefslogtreecommitdiff
path: root/sys/dev/joy
AgeCommit message (Expand)Author
1996-03-15Add code to make it a loadable kernel moduleJean-Marc Zucconi
1995-12-15Completed function declarations and/or added prototypes and/or addedBruce Evans
1995-12-10Staticize and cleanup.Poul-Henning Kamp
1995-12-08Julian forgot to make the *devsw structures static.Poul-Henning Kamp
1995-12-08Pass 3 of the great devsw changesJulian Elischer
1995-11-29If you're going to mechanically replicate something in 50 filesJulian Elischer
1995-11-29OK, that's it..Julian Elischer
1995-11-28the second set of changes in a move towards getting devices to beJulian Elischer
1995-09-08Actually, 97 out of 304 devsw functions had benignly mismatched types.Bruce Evans
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-03-28Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans
1995-02-26Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans
1995-02-22Put the joystick status in a struct {int x, y, b1, b2;} rather than in aJean-Marc Zucconi
1995-01-29Add parentheses around macros!Jean-Marc Zucconi
1995-01-28Do not recompute TIMER0's maximum count, since it is in timer0_max_count.Jean-Marc Zucconi
1995-01-25Changed address of the game controller to 0x201 (was 0x200)Jean-Marc Zucconi