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:   mycroft
Date:           Thu Sep 25 01:05:06 UTC 2003

Modified Files:
        src/sys/dev/isa: fd.c fdc_isa.c fdcvar.h

Log Message:
Do fd probing after interrupts are enabled, and use tsleep() for delays.
Also try to accept a recalibrate interrupt to terminate the delay -- but that
doesn't seem to work reliably, so do a 2s timeout as well.


To generate a diff of this commit:
cvs rdiff -r1.47 -r1.48 src/sys/dev/isa/fd.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/isa/fdc_isa.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/isa/fdcvar.h

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