BSD 4_3 release
[unix-history] / usr / src / sys / vaxuba / dzreg.h
index b19307e..872a402 100644 (file)
@@ -1,4 +1,10 @@
-/*     dzreg.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.
+ *
+ *     @(#)dzreg.h     7.1 (Berkeley) 6/5/86
+ */
 
 /*
  * DZ-11/DZ-32 Registers and bits.
 
 /*
  * DZ-11/DZ-32 Registers and bits.
@@ -52,7 +58,7 @@ struct dzdevice {
 #define DZ_MSC 004000          /* Modem Status Change */
 #define        DZ_SAE  010000          /* Silo Alarm Enable */
 #define        DZ_TIE  040000          /* Transmit Interrupt Enable */
 #define DZ_MSC 004000          /* Modem Status Change */
 #define        DZ_SAE  010000          /* Silo Alarm Enable */
 #define        DZ_TIE  040000          /* Transmit Interrupt Enable */
-#define        DZ_IEN  (DZ_32|DZ_MIE|DZ_MSE|DZ_RIE|DZ_TIE|DZ_SAE)
+#define        DZ_IEN  (DZ_32|DZ_MIE|DZ_MSE|DZ_RIE|DZ_TIE)
 
 /* flags for modem-control */
 #define        DZ_ON   DZ_DTR
 
 /* flags for modem-control */
 #define        DZ_ON   DZ_DTR