This changes the timeout on the st device so that the new tape drives that
authorjkatz <jkatz@openbsd.org>
Mon, 24 Feb 1997 20:17:35 +0000 (20:17 +0000)
committerjkatz <jkatz@openbsd.org>
Mon, 24 Feb 1997 20:17:35 +0000 (20:17 +0000)
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

index 0e2c16b..c11c3fa 100644 (file)
@@ -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);
 }
 
 /*