From owner-cvs-all Sat Oct 31 09:23:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA21024 for cvs-all-outgoing; Sat, 31 Oct 1998 09:23:50 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA21018; Sat, 31 Oct 1998 09:23:48 -0800 (PST) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id JAA25726; Sat, 31 Oct 1998 09:23:49 -0800 (PST) Date: Sat, 31 Oct 1998 09:23:49 -0800 (PST) Message-Id: <199810311723.JAA25726@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/10/31 09:23:49 PST Modified files: sys/pci if_tl.c if_tlreg.h Log: Increase the size of the tx and rx rings from 10 to 20 descriptors and increase the tx interrupt threshold to 4. This fixes performance problems on slower systems. Also fix a mind-o in the rx ring init routine: I used the TX constant instead of the RX. This isn't a problem as long as the rings are the same size, but if they aren't hijinx will ensue. Revision Changes Path 1.19 +4 -4 src/sys/pci/if_tl.c 1.7 +4 -4 src/sys/pci/if_tlreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message