aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/joy.c
Commit message (Expand)AuthorAgeFilesLines
* Switched from using devfs_add_sw() to using devfs_add_swf()Marc G. Fournier1996-03-281-5/+3
* Fix the isa_device table (lkm): id_irq and id_maddr must be 0.Jean-Marc Zucconi1996-03-161-1/+1
* Add code to make it a loadable kernel moduleJean-Marc Zucconi1996-03-151-0/+46
* Completed function declarations and/or added prototypes and/or addedBruce Evans1995-12-151-3/+2
* Staticize and cleanup.Poul-Henning Kamp1995-12-101-3/+4
* Julian forgot to make the *devsw structures static.Poul-Henning Kamp1995-12-081-1/+1
* Pass 3 of the great devsw changesJulian Elischer1995-12-081-34/+38
* 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