summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/wtreg.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-01-08 12:46:15 +0000
committerjoerg <joerg@FreeBSD.org>1996-01-08 12:46:15 +0000
commit68695555370902143d4aa7d03e11d7ef2109e785 (patch)
treedc8384ba8e983811d8cc1bfe98b35570ca2f2219 /sys/i386/isa/wtreg.h
parent63a6a9070f2f90aa395953458e3ce10d4d09eb53 (diff)
downloadFreeBSD-src-68695555370902143d4aa7d03e11d7ef2109e785.zip
FreeBSD-src-68695555370902143d4aa7d03e11d7ef2109e785.tar.gz
MTRETENS for the wt driver. This patch got lost with
my previous commit.
Diffstat (limited to 'sys/i386/isa/wtreg.h')
-rw-r--r--sys/i386/isa/wtreg.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/i386/isa/wtreg.h b/sys/i386/isa/wtreg.h
index cbc19ca..06f7021 100644
--- a/sys/i386/isa/wtreg.h
+++ b/sys/i386/isa/wtreg.h
@@ -19,7 +19,7 @@
* the original CMU copyright notice.
*
* Version 1.3, Thu Nov 11 12:09:13 MSK 1993
- * $Id: wtreg.h,v 1.4 1993/12/13 18:38:44 alm Exp $
+ * $Id: wtreg.h,v 1.5 1995/05/30 08:03:24 rgrimes Exp $
*
*/
@@ -50,14 +50,9 @@
* rights to redistribute these changes.
*/
-/* ioctl for direct QIC commands */
-#define WTQICMD _IO('W', 0)
-
-/* QIC-02 commands allowed for WTQICMD */
+/* internal QIC-02 commands */
#define QIC_ERASE 0x22 /* erase the tape */
#define QIC_RETENS 0x24 /* retension the tape */
-
-/* internal QIC-02 commands */
#define QIC_RDDATA 0x80 /* read data */
#define QIC_READFM 0xa0 /* read file mark */
#define QIC_WRTDATA 0x40 /* write data */
OpenPOWER on IntegriCloud