Date: Sat, 31 Oct 1998 09:23:49 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c if_tlreg.h Message-ID: <199810311723.JAA25726@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810311723.JAA25726>
