artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e8667b
)
This changes the timeout on the st device so that the new tape drives that
author
jkatz
<jkatz@openbsd.org>
Mon, 24 Feb 1997 20:17:35 +0000
(20:17 +0000)
committer
jkatz
<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
patch
|
blob
|
history
diff --git
a/sys/scsi/st.c
b/sys/scsi/st.c
index
0e2c16b
..
c11c3fa
100644
(file)
--- a/
sys/scsi/st.c
+++ b/
sys/scsi/st.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: st.c,v 1.1
3 1996/12/11 19:08:20 deraadt Exp $
*/
+/* $OpenBSD: st.c,v 1.1
4 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,
9
00000, NULL, flags);
+ sizeof(cmd), 0, 0, 0,
20
00000, NULL, flags);
}
/*