Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/isa



Module Name:    src
Committed By:   drochner
Date:           Wed Aug  4 18:53:55 UTC 2004

Modified Files:
        src/sys/dev/isa: ess.c ess_isa.c essvar.h files.isa
Added Files:
        src/sys/dev/isa: joy_ess.c

Log Message:
This is definitely what the world has been waiting for:-)
Allow to enable the game port on an ES1888, in case the firmware didn't
this. (Otherwise we still rely on the firmware having mapped the sound
related registers.)
Limit this to the "isa" attachment for now because this is the only
one I'm able to test.
Attach the "joy" device directly at "ess" to make sure the port is
enabled before the "joy" probe/attach.
This makes the joystick port usable on a "PWS" alpha (Miata).


To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/dev/isa/ess.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/isa/ess_isa.c
cvs rdiff -r1.18 -r1.19 src/sys/dev/isa/essvar.h
cvs rdiff -r1.132 -r1.133 src/sys/dev/isa/files.isa
cvs rdiff -r0 -r1.1 src/sys/dev/isa/joy_ess.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index