summaryrefslogtreecommitdiffstats
path: root/sys/scsi
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-11-08 12:11:01 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-11-08 12:11:01 +0000
commit319a187e569e83aa010b35615281003b7819a969 (patch)
treeaa2b071a7afe618cc73788cd3972a26d4cc42ede /sys/scsi
parentb45acf0195b68909e9d7435bb27b360e3c365561 (diff)
downloadFreeBSD-src-319a187e569e83aa010b35615281003b7819a969.zip
FreeBSD-src-319a187e569e83aa010b35615281003b7819a969.tar.gz
Increase timeout in sd_start_unit procedure from 2000 to 6000, per Adam David
Diffstat (limited to 'sys/scsi')
-rw-r--r--sys/scsi/sd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c
index 3ee38d2..6717449 100644
--- a/sys/scsi/sd.c
+++ b/sys/scsi/sd.c
@@ -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));
}
OpenPOWER on IntegriCloud