From owner-cvs-all Fri Jun 18 17:37: 3 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 7267315245; Fri, 18 Jun 1999 17:36:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA40963; Fri, 18 Jun 1999 17:36:59 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199906190036.RAA40963@freefall.freebsd.org> From: Bill Paul Date: Fri, 18 Jun 1999 17:36:59 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ti.c if_tireg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/06/18 17:36:58 PDT Modified files: sys/pci if_ti.c if_tireg.h Log: Add a transmit descriptor usage counter and use it to absolutely, positively not let ti_encap() fill up the TX ring all the way and wrap around. This fixes a potential transmit lockup where a really fast machine (or particular TX traffic pattern) can overrun the end of the ring. Reported by: John Plevyak Revision Changes Path 1.7 +13 -3 src/sys/pci/if_ti.c 1.4 +2 -1 src/sys/pci/if_tireg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message