seems to work with csdel0 and csdel2 set to 500
[unix-history] / usr / src / sys / vax / uba / dh.c
index cbb6dce..294bfbe 100644 (file)
@@ -1,4 +1,4 @@
-/*     dh.c    3.6     5/9/80  */
+/*     dh.c    3.11    %G%     */
 
 /*
  *     DH-11 driver
 
 /*
  *     DH-11 driver
@@ -222,7 +222,7 @@ dhrint(dev)
 #ifdef IIASA
                                continue;
 #else
 #ifdef IIASA
                                continue;
 #else
-                               c = 0177;       /* tun.t_intrc? */
+                               c = tun.t_intrc;
 #endif
                if (tp->t_line == NETLDISC) {
                        c &= 0177;
 #endif
                if (tp->t_line == NETLDISC) {
                        c &= 0177;
@@ -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);