From owner-cvs-all Mon Jul 8 17:37:46 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D34D37B400; Mon, 8 Jul 2002 17:37:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F0AF43E09; Mon, 8 Jul 2002 17:37:43 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from freefall.freebsd.org (luigi@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g690bhJU040101; Mon, 8 Jul 2002 17:37:43 -0700 (PDT) (envelope-from luigi@freefall.freebsd.org) Received: (from luigi@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g690bhu3040100; Mon, 8 Jul 2002 17:37:43 -0700 (PDT) Message-Id: <200207090037.g690bhu3040100@freefall.freebsd.org> From: Luigi Rizzo Date: Mon, 8 Jul 2002 17:37:42 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fxp if_fxp.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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