From owner-cvs-all Thu Apr 29 9:27:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BF5914CB1; Thu, 29 Apr 1999 09:27:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA40914; Thu, 29 Apr 1999 09:27:54 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199904291627.JAA40914@freefall.freebsd.org> From: Bill Paul Date: Thu, 29 Apr 1999 09:27:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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