PDP11, Unibus and Qbus VAX: Fix character completion with differing line speeds
This commit is contained in:
parent
08d2bafb28
commit
46500ec75e
1 changed files with 1 additions and 1 deletions
|
@ -1383,7 +1383,7 @@ static void doDMA ( int32 vh,
|
|||
pa = lp->tbuf1;
|
||||
pa |= (lp->tbuf2 & TB2_M_TBUFFAD) << 16;
|
||||
status = 0;
|
||||
while (lp->tbuffct) {
|
||||
while (tmxr_txdone_ln (lp->tmln) && (lp->tbuffct > 0)) {
|
||||
uint8 buf;
|
||||
if (lp->lnctrl & LNCTRL_TX_ABORT) {
|
||||
lp->tbuf2 &= ~TB2_TX_DMA_START;
|
||||
|
|
Loading…
Add table
Reference in a new issue