From f3bec209ec74d4e91ab1275cf83e0f4174ed4e1b Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sun, 14 Jan 1996 16:29:01 +0000 Subject: [PATCH] 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. --- sys/scsi/st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/scsi/st.c b/sys/scsi/st.c index bd91ccc1f8ed..3cb2ffe7c596 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)); }