mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 12:28:58 +00:00
Increase the timeout from 2000 counts to 6000 counts, reported by someone
on the net (I lost the mail). This should fix some units not showing up during probes.
This commit is contained in:
parent
968d6ea058
commit
06a1e2ded2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=486
@ -14,7 +14,7 @@
|
||||
*
|
||||
* Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992
|
||||
*
|
||||
* $Id: sd.c,v 1.8 1993/09/10 18:03:21 ats Exp $
|
||||
* $Id: sd.c,v 1.9 1993/09/20 06:27:04 rgrimes Exp $
|
||||
*/
|
||||
|
||||
#define SPLSD splbio
|
||||
@ -807,7 +807,7 @@ sd_size(unit, flags)
|
||||
sizeof(scsi_cmd),
|
||||
&rdcap,
|
||||
sizeof(rdcap),
|
||||
2000,
|
||||
6000,
|
||||
NULL,
|
||||
flags | SCSI_DATA_IN) != 0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user