Date: Thu, 29 Apr 1999 09:27:54 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c Message-ID: <199904291627.JAA40914@freefall.freebsd.org>
index | next in thread | raw e-mail
wpaul 1999/04/29 09:27:53 PDT
Modified files:
sys/pci if_ti.c
Log:
Add a test to ti_encap() to try and prevent the transmit producer index
from ever catching up to the transmit consumer index. We can't let this
happen because ti_txeof() depends on the assumption that producer == consumer
means the ring is empty, and producer != consumer means the ring has some
number of active descriptors in it.
Revision Changes Path
1.4 +5 -2 src/sys/pci/if_ti.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904291627.JAA40914>
