mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David
This commit is contained in:
parent
a59a0c2552
commit
e95e7fce8a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=728
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user