From owner-cvs-sys Tue Sep 30 03:56:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA19386 for cvs-sys-outgoing; Tue, 30 Sep 1997 03:56:37 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA19353; Tue, 30 Sep 1997 03:56:17 -0700 (PDT) From: David Greenman Received: (from davidg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA11431; Tue, 30 Sep 1997 03:50:49 -0700 (PDT) Date: Tue, 30 Sep 1997 03:50:49 -0700 (PDT) Message-Id: <199709301050.DAA11431@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 1997/09/30 03:50:48 PDT Modified files: sys/pci if_fxp.c Log: Two changes which should make the system less suseptible to receiver overruns (not that it was a problem, but it could be): 1) Doubled the number of receive buffers in the DMA chain to 64. 2) Do packet receive processing before transmit in the interrupt routine. Revision Changes Path 1.42 +29 -29 src/sys/pci/if_fxp.c