Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David

This commit is contained in:
Rodney W. Grimes 1993-11-08 12:11:01 +00:00
parent a59a0c2552
commit e95e7fce8a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=728

View file

@ -14,7 +14,7 @@
*
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
*
* $Id: sd.c,v 1.9 1993/09/20 06:27:04 rgrimes Exp $
* $Id: sd.c,v 1.10 1993/09/20 06:28:13 rgrimes Exp $
*/
#define SPLSD splbio
@ -883,7 +883,7 @@ int unit,flags;
sizeof(scsi_cmd),
0,
0,
2000,
6000,
NULL,
flags));
}