Date: Tue, 7 Dec 1999 12:14:44 -0800 (PST) From: Bill Paul <wpaul@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h Message-ID: <199912072014.MAA87481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1999/12/07 12:14:44 PST Modified files: sys/pci if_ste.c if_stereg.h Log: Spruce up the Sundance ST201 driver: - Convert to using TX descritor polling similar to the xl driver (the ST201 is a clone of the 3c90xB chipset and offers the same transmit polling scheme). This should reduce TX overhad a little. - Make sure to reset PHY when switching mode, as in the starfire driver. - Fix instances of free() that should be contigfree(). - Remove dead code. Revision Changes Path 1.14 +114 -132 src/sys/pci/if_ste.c 1.5 +15 -10 src/sys/pci/if_stereg.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?199912072014.MAA87481>