From owner-cvs-all Wed Jul 7 14:49:19 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 535E31543C; Wed, 7 Jul 1999 14:49:17 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA52500; Wed, 7 Jul 1999 14:49:16 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907072149.OAA52500@freefall.freebsd.org> From: Bill Paul Date: Wed, 7 Jul 1999 14:49:16 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/07/07 14:49:16 PDT Modified files: sys/pci if_xl.c Log: Fix a potential race condition that can occur in xl_start(). If the NIC clears out the transmit queue and zeroes the downlist pointer register, but xl_txeof() isn't called before xl_start() tries to queue more packets, xl_start() will think that the DMA is still in progress and not update the downlist register again, thus causing packets to sit in the transmit queue forever. Patch provided by: Russell T Hunt Revision Changes Path 1.43 +5 -3 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message