Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amiga/dev
Module Name: src
Committed By: mhitch
Date: Sat Jan 10 19:10:50 UTC 2009
Modified Files:
src/sys/arch/amiga/dev: siop.c siop2.c
Log Message:
For some reason lost in obscurity and time, I did not ever implement a
timeout capability to these drivers. Apparently no one has ever had
scsi devices that failed to complete a scsi operation in some fashion,
or at least no one has reported it as best I can remember. I've just
run into this situation and figured out that one disk would fail to
complete an I/O transaction and never timed out. Add the appropriate
timeout function to reset the controller and restart things.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 src/sys/arch/amiga/dev/siop.c
cvs rdiff -r1.32 -r1.33 src/sys/arch/amiga/dev/siop2.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