summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorjkatz <jkatz@cvs.openbsd.org>1997-02-24 20:17:36 +0000
committerjkatz <jkatz@cvs.openbsd.org>1997-02-24 20:17:36 +0000
commitae006aa53bb996527615f4cad1af7048d3167edf (patch)
tree2318ff24bdde8cfda97d0b3cee9d9c1781ff8f99 /sys
parent940265eddcb3c62cd3d9e32d5ad08b72e40896af (diff)
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
Diffstat (limited to 'sys')
-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 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);
}
/*