summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-14 16:29:01 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-14 16:29:01 +0000
commit167b5f5854e2142bcbd74d1a418f45a8907b6fcd (patch)
treeeb3289df5a3109988b9e9fd51f480cf69ee01e5d /sys/scsi/st.c
parent073adf1991096a635729fce1cb45e08dfe072811 (diff)
downloadFreeBSD-src-167b5f5854e2142bcbd74d1a418f45a8907b6fcd.zip
FreeBSD-src-167b5f5854e2142bcbd74d1a418f45a8907b6fcd.tar.gz
Bump the timeout in st_load() from 5 to 15 minutes. My Tandberg
TDC3620 takes 4.5 minutes to retenstion a QIC-250 cartridge, so the 5 minutes seem to be too tight.
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index bd91ccc..3cb2ffe 100644
--- a/sys/scsi/st.c
+++ b/sys/scsi/st.c
@@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
- * $Id: st.c,v 1.56 1996/01/05 20:12:51 wollman Exp $
+ * $Id: st.c,v 1.57 1996/01/08 12:25:06 joerg Exp $
*/
/*
@@ -1751,7 +1751,7 @@ st_load(unit, type, flags)
0,
0,
ST_RETRIES,
- 300000, /* 5 min */
+ 900000, /* 15 min */
NULL,
flags));
}
OpenPOWER on IntegriCloud