summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsi_base.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-05-19 22:21:05 +0000
committerjkh <jkh@FreeBSD.org>1994-05-19 22:21:05 +0000
commitbef690b1d429b90c1a093044e6fc0a28e56c2cd3 (patch)
treeb9ae0d88ab8031094dc5c9bbdcf241f9d3917c0b /sys/scsi/scsi_base.c
parent10d0bd53ff94d2136af2629b2cb33583e277d09e (diff)
downloadFreeBSD-src-bef690b1d429b90c1a093044e6fc0a28e56c2cd3.zip
FreeBSD-src-bef690b1d429b90c1a093044e6fc0a28e56c2cd3.tar.gz
Wait a much longer time for slow devices like CD multichangers to timeout
(by request of Horo Hideo).
Diffstat (limited to 'sys/scsi/scsi_base.c')
-rw-r--r--sys/scsi/scsi_base.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/scsi/scsi_base.c b/sys/scsi/scsi_base.c
index 2fd0c7f..02af5f2 100644
--- a/sys/scsi/scsi_base.c
+++ b/sys/scsi/scsi_base.c
@@ -8,7 +8,7 @@
* file.
*
* Written by Julian Elischer (julian@dialix.oz.au)
- * $Id: scsi_base.c,v 1.6 1994/02/07 02:15:01 rgrimes Exp $
+ * $Id: scsi_base.c,v 1.7 1994/04/20 07:06:54 davidg Exp $
*/
#define SPLSD splbio
@@ -293,7 +293,7 @@ scsi_start_unit(sc_link, flags)
0,
0,
2,
- 6000,
+ 10000,
NULL,
flags));
}
@@ -321,7 +321,7 @@ scsi_stop_unit(sc_link, eject, flags)
0,
0,
2,
- 6000,
+ 10000,
NULL,
flags));
}
OpenPOWER on IntegriCloud