date and time created 90/11/08 20:14:43 by bill
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 9 Nov 1990 12:14:43 +0000 (04:14 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 9 Nov 1990 12:14:43 +0000 (04:14 -0800)
SCCS-vsn: sys/i386/isa/wtreg.h 1.1

usr/src/sys/i386/isa/wtreg.h [new file with mode: 0644]

diff --git a/usr/src/sys/i386/isa/wtreg.h b/usr/src/sys/i386/isa/wtreg.h
new file mode 100644 (file)
index 0000000..71be3da
--- /dev/null
@@ -0,0 +1,39 @@
+/* 
+ * Mach Operating System
+ * Copyright (c) 1989 Carnegie-Mellon University
+ * All rights reserved.  The CMU software License Agreement specifies
+ * the terms and conditions for use and redistribution.
+ *     @(#)wtreg.h     1.1 (Berkeley) %G%
+ */
+/* 
+ * HISTORY
+ * $Log:       wtreg.h,v $
+ * Revision 2.2.1.1  90/01/08  13:29:25  rvb
+ *     Add Intel copyright.
+ *     [90/01/08            rvb]
+ * 
+ * Revision 2.2  89/09/25  12:33:09  rvb
+ *     Driver was provided by Intel 9/18/89.
+ *     [89/09/23            rvb]
+ * 
+ */
+
+/*
+ *
+ *  Copyright 1988, 1989 by Intel Corporation
+ *
+ */
+
+/*
+ *  wtioctl.h
+ *   defines ioctl parameters for direct QIC commands
+ */
+
+#define        WTIOC   ('W'<<8)
+#define        WTQICMD (WTIOC|0)
+
+/* QIC commands allowed */
+#define        SELECT  0x01
+#define        REWIND  0x21
+#define        ERASE   0x22
+#define        RETENS  0x24