~kris/9p

9hist

aed5fc6ce6598ac8dc32c3952726bcf225c796b4 — David du Colombier 33 years ago 0b81a8d
Plan 9 from Bell Labs 1992-09-26
2 files changed, 1 insertions(+), 2 deletions(-)

M pc/ether509.c
M port/devlance.c
M pc/ether509.c => pc/ether509.c +1 -1
@@ 375,7 375,7 @@ transmit(EtherCtlr *cp)
		/*
		 * There's room, copy the packet to the FIFO and free
		 * the buffer back to the host.
		 * Output packet muat be a multiple of 4 in length.
		 * Output packet must be a multiple of 4 in length.
		 */
		len = ROUNDUP(tb->len, 4)/2;
		outs(hw->addr+Fifo, tb->len);

M port/devlance.c => port/devlance.c +0 -1
@@ 788,7 788,6 @@ lanceup(Etherpkt *p, int len)
			PUTNEXT(e->q, bp);
			poperror();
		}
		qunlock(e);
	}
}