summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormjacob <mjacob@FreeBSD.org>1998-12-21 22:14:02 +0000
committermjacob <mjacob@FreeBSD.org>1998-12-21 22:14:02 +0000
commite517d1fb13e367108133b966e0aecdc71a6b7b25 (patch)
treeb0833f0616ff2040b57691fb5d40767b29bee8ac /sys
parent4eebef513c7287170a5880e14eb9f28c1e689842 (diff)
downloadFreeBSD-src-e517d1fb13e367108133b966e0aecdc71a6b7b25.zip
FreeBSD-src-e517d1fb13e367108133b966e0aecdc71a6b7b25.tar.gz
Add in forward space/backward space/write SetMarks commands.
Obtained from:Martin.Birgmeier@aon.at
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/mtio.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/sys/mtio.h b/sys/sys/mtio.h
index 6e4a9d1..77a36d3 100644
--- a/sys/sys/mtio.h
+++ b/sys/sys/mtio.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)mtio.h 8.1 (Berkeley) 6/2/93
- * $Id: mtio.h,v 1.12 1998/12/17 19:26:49 mjacob Exp $
+ * $Id: mtio.h,v 1.13 1998/12/19 20:21:56 mjacob Exp $
*/
#ifndef _SYS_MTIO_H_
@@ -73,8 +73,7 @@ struct mtop {
#define MTSETBSIZ 10
-/* Set density values for device. They are defined in the SCSI II spec */
-/* and range from 0 to 0x17. Sets the value for the opened mode only */
+/* Set density values for device. Sets the value for the opened mode only. */
#define MTSETDNSTY 11
@@ -82,6 +81,9 @@ struct mtop {
#define MTEOD 13 /* Space to EOM */
#define MTCOMP 14 /* select compression mode 0=off, 1=def */
#define MTRETENS 15 /* re-tension tape */
+#define MTWSS 16 /* write setmark(s) */
+#define MTFSS 17 /* forward space setmark */
+#define MTBSS 18 /* backward space setmark */
#define MT_COMP_ENABLE 0xffffffff
#define MT_COMP_DISABLED 0xfffffffe
OpenPOWER on IntegriCloud