From owner-cvs-sys Sun Sep 22 04:49:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA01176 for cvs-sys-outgoing; Sun, 22 Sep 1996 04:49:12 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA01025; Sun, 22 Sep 1996 04:48:57 -0700 (PDT) Date: Sun, 22 Sep 1996 04:48:57 -0700 (PDT) From: David Greenman Message-Id: <199609221148.EAA01025@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/09/22 04:48:56 Modified: sys/pci if_fxp.c Log: Fixed a bug with the management of the pointer to the first TxCB in the ring that caused wrong things to happen sometimes. Doubled the number of transmit descriptors to 128 so that the internal FIFO in the NIC can be fully filled when dealing with small packets. Several minor performance improvements. Revision Changes Path 1.19 +38 -49 src/sys/pci/if_fxp.c