summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-02-08 06:23:49 +0000
committerpst <pst@FreeBSD.org>1996-02-08 06:23:49 +0000
commit67857c57079854ce012108b493635b5aa4f345a6 (patch)
treeb7c7c40529c79b5bcadec1256912823da5611f0a /sys/scsi/st.c
parentdd9709123aac2941d6115406b2cf5cc3c2a3f974 (diff)
downloadFreeBSD-src-67857c57079854ce012108b493635b5aa4f345a6.zip
FreeBSD-src-67857c57079854ce012108b493635b5aa4f345a6.tar.gz
Close kern/614 - wait up to an hour for a tape operation like "fsf" (slow drives)
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 ac616d7..7aaf62a 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.59 1996/01/29 03:19:23 gibbs Exp $
+ * $Id: st.c,v 1.60 1996/02/03 13:31:13 joerg Exp $
*/
/*
@@ -1636,7 +1636,7 @@ st_space(unit, number, what, flags)
0,
0,
0, /* no retries please , just fail */
- 600000, /* 10 mins enough? */
+ 3600000, /* wait up to an hour for completion */
NULL,
flags));
}
OpenPOWER on IntegriCloud