From b286b0b35f810d1dc7fc28eac905c6a235c89cfc Mon Sep 17 00:00:00 2001 From: jkatz Date: Mon, 24 Feb 1997 20:17:35 +0000 Subject: [PATCH] This changes the timeout on the st device so that the new tape drives that are recognized are usable :-) If this break things for other people, please feel free to change it back. from port-vax@netbsd.org --- 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 0e2c16b6ea5..c11c3fa46e9 100644 --- a/sys/scsi/st.c +++ b/sys/scsi/st.c @@ -1,4 +1,4 @@ -/* $OpenBSD: st.c,v 1.13 1996/12/11 19:08:20 deraadt Exp $ */ +/* $OpenBSD: st.c,v 1.14 1997/02/24 20:17:35 jkatz Exp $ */ /* $NetBSD: st.c,v 1.66 1996/05/05 19:53:01 christos Exp $ */ /* @@ -1539,7 +1539,7 @@ st_space(st, number, what, flags) _lto3b(number, cmd.number); return scsi_scsi_cmd(st->sc_link, (struct scsi_generic *) &cmd, - sizeof(cmd), 0, 0, 0, 900000, NULL, flags); + sizeof(cmd), 0, 0, 0, 2000000, NULL, flags); } /* -- 2.20.1