summaryrefslogtreecommitdiffstats
path: root/sys/scsi/st.c
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-11-30 07:43:47 +0000
committerpst <pst@FreeBSD.org>1995-11-30 07:43:47 +0000
commit68263369e2dd33dce0b4b59b7886cca7994c80a2 (patch)
tree41e0a396b577244135b7d7bbbb990523afad96be /sys/scsi/st.c
parentd26203577f0a287e87fe3d17680dd809ec3ab238 (diff)
downloadFreeBSD-src-68263369e2dd33dce0b4b59b7886cca7994c80a2.zip
FreeBSD-src-68263369e2dd33dce0b4b59b7886cca7994c80a2.tar.gz
Fix support for QIC_3080 drives...it 1/2 worked before.
Diffstat (limited to 'sys/scsi/st.c')
-rw-r--r--sys/scsi/st.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/scsi/st.c b/sys/scsi/st.c
index ab4e8c1..f7c5964 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.45 1995/11/29 10:49:05 julian Exp $
+ * $Id: st.c,v 1.46 1995/11/29 14:41:04 julian Exp $
*/
/*
@@ -835,6 +835,7 @@ st_decide_mode(unit, first_read)
case QIC_150:
case QIC_525:
case QIC_1320:
+ case QIC_3080:
st->flags |= ST_FIXEDBLOCKS;
if (st->media_blksiz > 0) {
st->blksiz = st->media_blksiz;
@@ -889,6 +890,7 @@ done:
case QIC_150:
case QIC_525:
case QIC_1320:
+ case QIC_3080:
st->flags &= ~ST_2FM_AT_EOD;
break;
default:
OpenPOWER on IntegriCloud