Date: Tue, 30 Sep 1997 03:50:49 -0700 (PDT) From: David Greenman <davidg@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_fxp.c Message-ID: <199709301050.DAA11431@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199709301050.DAA11431>