BSD 4_3_Tahoe release
[unix-history] / usr / src / sys / vaxuba / dz.c
index 59a42f1..30f3ff1 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)dz.c        7.1 (Berkeley) 6/5/86
+ *     @(#)dz.c        7.2 (Berkeley) 1/14/87
  */
 
 #include "dz.h"
  */
 
 #include "dz.h"
@@ -561,6 +561,8 @@ dzmctl(dev, bits, how)
                else
                        dzaddr->dzdtr &= ~b;
        }
                else
                        dzaddr->dzdtr &= ~b;
        }
+       if (mbits & DZ_DTR && dzsoftCAR[unit >> 3] & b)
+               dz_tty[unit].t_state |= TS_CARR_ON;
        (void) splx(s);
        return(mbits);
 }
        (void) splx(s);
        return(mbits);
 }