]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fix a bug which could lock up a transmitter.
authorKenjiro Cho <kjc@FreeBSD.org>
Fri, 9 Oct 1998 11:48:22 +0000 (11:48 +0000)
committerKenjiro Cho <kjc@FreeBSD.org>
Fri, 9 Oct 1998 11:48:22 +0000 (11:48 +0000)
commit513bc54fe0d3fc0a0947b20adad9b776b27c7d10
tree0e47347f33515a43a1c5a537fb9cd4f59ad091fb
parent8b1ef8d4645b65a6acfa34d3c1f460805e737a98
fix a bug which could lock up a transmitter.
don't use the entire buffer space.  if WRTX becomes equal
to RDTX, the transmitter stops assuming the buffer is empty.
sys/dev/en/midway.c