fix to silo and bk bug
[unix-history] / usr / src / sys / vax / uba / dz.c
index bd1be12..82f40aa 100644 (file)
@@ -1,4 +1,4 @@
-/*     dz.c    4.26    81/05/29        */
+/*     dz.c    4.29    81/08/31        */
 
 #include "dz.h"
 #if NDZ > 0
 
 #include "dz.h"
 #if NDZ > 0
@@ -57,11 +57,7 @@ struct       uba_driver dzdriver =
 #define        DZ_RIE  0100            /* Receiver Interrupt Enable */
 #define        DZ_SAE  010000          /* Silo Alarm Enable */
 #define        DZ_TIE  040000          /* Transmit Interrupt Enable */
 #define        DZ_RIE  0100            /* Receiver Interrupt Enable */
 #define        DZ_SAE  010000          /* Silo Alarm Enable */
 #define        DZ_TIE  040000          /* Transmit Interrupt Enable */
-#if NBK == 0
-#define        DZ_IEN  (DZ_MSE|DZ_RIE|DZ_TIE)
-#else
 #define        DZ_IEN  (DZ_MSE|DZ_RIE|DZ_TIE|DZ_SAE)
 #define        DZ_IEN  (DZ_MSE|DZ_RIE|DZ_TIE|DZ_SAE)
-#endif
 
 /* Flags for modem-control */
 #define        DZ_ON   1
 
 /* Flags for modem-control */
 #define        DZ_ON   1
@@ -140,7 +136,6 @@ dzattach(ui)
                dz_timer++;
                timeout(dzscan, (caddr_t)0, hz);
        }
                dz_timer++;
                timeout(dzscan, (caddr_t)0, hz);
        }
-       return (1);
 }
 
 /*ARGSUSED*/
 }
 
 /*ARGSUSED*/