K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-04-29T16:27:51.000000Z K 7 svn:log V 332 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. END