BSD 4_3_Tahoe release
[unix-history] / usr / src / sys / vaxuba / tsreg.h
index dfd2972..3c6a513 100644 (file)
@@ -1,4 +1,10 @@
-/*     tsreg.h 6.1     83/07/29        */
+/*
+ * Copyright (c) 1982, 1986 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)tsreg.h     7.2 (Berkeley) 11/3/87
+ */
 
 /*
  * TS11 controller registers
 
 /*
  * TS11 controller registers
@@ -155,6 +161,9 @@ struct ts_char {
 
 /* characteristics */
 #define        TS_ESS  0200            /* enable skip tape marks stop */
 
 /* characteristics */
 #define        TS_ESS  0200            /* enable skip tape marks stop */
-#define        TS_ENB  0100            /* ??? */
+#define        TS_ENB  0100            /* enable skip stop BOT */
 #define        TS_EAI  0040            /* enable attention interrupts */
 #define        TS_ERI  0020            /* enable message buffer release interrupts */
 #define        TS_EAI  0040            /* enable attention interrupts */
 #define        TS_ERI  0020            /* enable message buffer release interrupts */
+
+/* Emulex TC13 only */
+#define        TS_NRZI 0001            /* select NRZI (800bpi) rather than PE */