Date: Mon, 8 Jul 2002 17:37:42 -0700 (PDT) From: Luigi Rizzo <luigi@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c Message-ID: <200207090037.g690bhu3040100@freefall.freebsd.org>
index | next in thread | raw e-mail
luigi 2002/07/08 17:37:42 PDT
Modified files: (Branch: RELENG_4)
sys/dev/fxp if_fxp.c
Log:
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.
Revision Changes Path
1.110.2.22 +2 -3 src/sys/dev/fxp/if_fxp.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207090037.g690bhu3040100>
