Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthew Jacob <mjacob@netbsd.org>
List: source-changes
Date: 05/22/2001 21:59:58
Module Name: syssrc
Committed By: mjacob
Date: Tue May 22 18:59:58 UTC 2001
Modified Files:
syssrc/sys/dev/scsipi: sd.c sdvar.h
Log Message:
Make SDRETRIES an option you can dig out of opt_scsi.h.
Add SD_IO_TIMEOUT (an option in opt_scsi.h) also, which defaults to the
normal 60 * 1000 timeout for normal read/write commamds. This allows you
to shorten or lengthen the timeout as needed.
To generate a diff of this commit:
cvs rdiff -r1.174 -r1.175 syssrc/sys/dev/scsipi/sd.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/scsipi/sdvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.