From owner-cvs-all Mon Dec 17 14:24:22 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9138637B417; Mon, 17 Dec 2001 14:24:19 -0800 (PST) Received: (from silby@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBHMOJf31344; Mon, 17 Dec 2001 14:24:19 -0800 (PST) (envelope-from silby) Message-Id: <200112172224.fBHMOJf31344@freefall.freebsd.org> From: Mike Silbersack Date: Mon, 17 Dec 2001 14:24:19 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c if_xlreg.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 2001/12/17 14:24:19 PST Modified files: sys/pci if_xl.c if_xlreg.h Log: Fix a problem where stats overflow interrupts would cause a major slowdown, and re-enable stats overflow interrupts. For future reference, the bug was in our code, and not some bug in the 3com chips. Reviewed by: wpaul MFC after: 2 days Revision Changes Path 1.102 +1 -1 src/sys/pci/if_xl.c 1.36 +2 -2 src/sys/pci/if_xlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message