aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/joy/joy.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* the second set of changes in a move towards getting devices to beJulian Elischer1995-11-281-0/+33
* Actually, 97 out of 304 devsw functions had benignly mismatched types.Bruce Evans1995-09-081-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-281-3/+3
* Replace all remaining instances of `i386/include' by `machine' and fixBruce Evans1995-02-261-4/+6
* Put the joystick status in a struct {int x, y, b1, b2;} rather than in aJean-Marc Zucconi1995-02-221-6/+6
* Add parentheses around macros!Jean-Marc Zucconi1995-01-291-2/+2
* Do not recompute TIMER0's maximum count, since it is in timer0_max_count.Jean-Marc Zucconi1995-01-281-11/+8
* Changed address of the game controller to 0x201 (was 0x200)Jean-Marc Zucconi1995-01-251-0/+209