~kris/9p

9hist

0b81a8d550141998085cb9d60ffcfe8e94ba3cf3 — David du Colombier 34 years ago a8f4e89
Plan 9 from Bell Labs 1992-09-25
2 files changed, 2 insertions(+), 1 deletions(-)

M pc/devether.c
M pc/ether509.c
M pc/devether.c => pc/devether.c +1 -1
@@ 370,7 370,7 @@ isinput(void *arg)
{
	EtherCtlr *cp = arg;

	return cp->lbq.first || cp->rb[cp->ri].owner == Host;
	return cp->lbq.first || cp->rb[cp->rh].owner == Host;
}

static void

M pc/ether509.c => pc/ether509.c +1 -0
@@ 417,6 417,7 @@ interrupt(EtherCtlr *cp)
		if(txstatus & (TxJabber|TxUnderrun))
			COMMAND(hw, TxReset, 0);
		COMMAND(hw, TxEnable, 0);
		cp->oerrs++;
	}

	if(status & (TxAvailable|TxComplete)){