From owner-cvs-all Wed Jul 31 13: 0:47 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 5E83437B406; Wed, 31 Jul 2002 13:00:36 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB19843E77; Wed, 31 Jul 2002 12:58:43 -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 g6VJwbJU035148; Wed, 31 Jul 2002 12:58:37 -0700 (PDT) (envelope-from silby@freefall.freebsd.org) Received: (from silby@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VJwbd7035147; Wed, 31 Jul 2002 12:58:37 -0700 (PDT) Message-Id: <200207311958.g6VJwbd7035147@freefall.freebsd.org> From: Mike Silbersack Date: Wed, 31 Jul 2002 12:58:37 -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/07/31 12:58:37 PDT Modified files: sys/pci if_vr.c if_vrreg.h Log: Make sure to set both sets of registers which control the RX and TX buffer sizes. Previously, the end result was at the mercy of the card's default setting. This change will reduce the number of buffer underruns for some users. PR: kern/37929 Submitted by: Thomas Nystrom MFC after: 7 days Revision Changes Path 1.50 +9 -0 src/sys/pci/if_vr.c 1.12 +41 -1 src/sys/pci/if_vrreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message