Remove unneeded call to comstop() in commsrint(). This fixes a problem
where the driver would sometimes retransmit bytes.
This commit is contained in:
parent
bf96b282ae
commit
6bfd7b7d45
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: com.c,v 1.99 1997/04/04 20:56:34 mycroft Exp $ */
|
/* $NetBSD: com.c,v 1.100 1997/05/26 14:54:46 mycroft Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1993, 1994, 1995, 1996, 1997
|
* Copyright (c) 1993, 1994, 1995, 1996, 1997
|
||||||
@ -1247,7 +1247,6 @@ commsrint(sc, tp)
|
|||||||
(*linesw[tp->t_line].l_start)(tp);
|
(*linesw[tp->t_line].l_start)(tp);
|
||||||
} else {
|
} else {
|
||||||
sc->sc_tx_stopped = 1;
|
sc->sc_tx_stopped = 1;
|
||||||
comstop(tp, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: com.c,v 1.99 1997/04/04 20:56:34 mycroft Exp $ */
|
/* $NetBSD: com.c,v 1.100 1997/05/26 14:54:46 mycroft Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1993, 1994, 1995, 1996, 1997
|
* Copyright (c) 1993, 1994, 1995, 1996, 1997
|
||||||
@ -1247,7 +1247,6 @@ commsrint(sc, tp)
|
|||||||
(*linesw[tp->t_line].l_start)(tp);
|
(*linesw[tp->t_line].l_start)(tp);
|
||||||
} else {
|
} else {
|
||||||
sc->sc_tx_stopped = 1;
|
sc->sc_tx_stopped = 1;
|
||||||
comstop(tp, 0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user