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