K 10 svn:author V 5 luigi K 8 svn:date V 27 2002-07-09T00:37:42.000000Z K 7 svn:log V 368 backout previous change, it was not completely correct and replaced the old bug for a new one. All what is probably needed to make it correct is a two-line change in fxp_tick sc->cbl_first = txp; + if (sc->tx_queued == 0) + ifp->if_timer = 0; as suggested by Mike "Silby" Silbersack, but let's make sure first that we get it right. END