seems to work with csdel0 and csdel2 set to 500
[unix-history] / usr / src / sys / vax / uba / dh.c
index 04932e3..294bfbe 100644 (file)
@@ -1,4 +1,4 @@
-/*     dh.c    3.9     %H%     */
+/*     dh.c    3.11    %G%     */
 
 /*
  *     DH-11 driver
 
 /*
  *     DH-11 driver
@@ -340,7 +340,8 @@ dhxint(dev)
                                tp->t_state &= ~FLUSH;
                        else {
                                addr->un.dhcsrl = (d&017)|IENAB;
                                tp->t_state &= ~FLUSH;
                        else {
                                addr->un.dhcsrl = (d&017)|IENAB;
-                               ndflush(&tp->t_outq, (int)addr->dhcar-UBACVT(tp->t_outq.c_cf));
+                               ndflush(&tp->t_outq,
+                                   (int)addr->dhcar-UBACVT(tp->t_outq.c_cf));
                        }
                        if (tp->t_line)
                                (*linesw[tp->t_line].l_start)(tp);
                        }
                        if (tp->t_line)
                                (*linesw[tp->t_line].l_start)(tp);