From owner-cvs-all Wed Aug 14 21: 4:59 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 D6B7737B400; Wed, 14 Aug 2002 21:04:56 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BA2C43E72; Wed, 14 Aug 2002 21:04:56 -0700 (PDT) (envelope-from silby@FreeBSD.org) Received: from freefall.freebsd.org (silby@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7F44uJU014907; Wed, 14 Aug 2002 21:04:56 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7F44uHL014906; Wed, 14 Aug 2002 21:04:56 -0700 (PDT) Message-Id: <200208150404.g7F44uHL014906@freefall.freebsd.org> From: Mike Silbersack Date: Wed, 14 Aug 2002 21:04:53 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_vr.c if_vrreg.h X-FreeBSD-CVS-Branch: HEAD 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 silby 2002/08/14 21:04:53 PDT Modified files: sys/pci if_vr.c if_vrreg.h Log: Improve handling of TX errors. Early reports indicate that this elimiates the driver lockup problem reported by many. Concepts used were taken from Via's if_fet driver. Verification and implementation were done by Thomas Nystrom. Submitted by: Thomas Nystrom MFC after: 3 days Revision Changes Path 1.52 +25 -13 src/sys/pci/if_vr.c 1.13 +3 -0 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message