Subject: CVS commit: src/sbin/scsictl
To: None <source-changes@NetBSD.org>
From: Erik E. Fair <fair@netbsd.org>
List: source-changes
Date: 06/01/2004 02:40:00
Module Name:	src
Committed By:	fair
Date:		Tue Jun  1 02:40:00 UTC 2004

Modified Files:
	src/sbin/scsictl: scsictl.c

Log Message:
Increase the SCSI command timeout for device start & stop from 10
to 30 seconds, per PR 25734. I've seen this problem myself. I think
that scsictl should:

1. accept a timeout flag/parameter to set the timeout to an arbitrary
value other than the default.

2. support a verbose mode that would report the timeout value before
the command is started, and then report how long the command actually
took to complete, though I suppose the latter could also be done
by using time(1).


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sbin/scsictl/scsictl.c

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