From owner-cvs-all Wed Sep 19 14:39:36 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 BE36837B413; Wed, 19 Sep 2001 14:39:30 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8JLdUc09081; Wed, 19 Sep 2001 14:39:30 -0700 (PDT) (envelope-from wpaul) Message-Id: <200109192139.f8JLdUc09081@freefall.freebsd.org> From: Bill Paul Date: Wed, 19 Sep 2001 14:39:27 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/nge if_nge.c if_ngereg.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 wpaul 2001/09/19 14:39:27 PDT Modified files: sys/dev/nge if_nge.c if_ngereg.h Log: Handle the RX FIFO overflow condition with the rxeof handler instead of the rxeoc handler for now. The rxeoc handler will reset the link, and the NatSemi chip's RX FIFO will overflow on a 32-bit bus once you start hitting it with 500Mbps or more of traffic. Also increase the size of the RX ring to 128 descriptors (was 64). Revision Changes Path 1.22 +5 -4 src/sys/dev/nge/if_nge.c 1.5 +2 -2 src/sys/dev/nge/if_ngereg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message