From owner-cvs-all Tue Dec 7 12:14:48 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CDA814C81; Tue, 7 Dec 1999 12:14:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87481; Tue, 7 Dec 1999 12:14:44 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Message-Id: <199912072014.MAA87481@freefall.freebsd.org> From: Bill Paul Date: Tue, 7 Dec 1999 12:14:44 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_ste.c if_stereg.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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