K 10 svn:author V 5 wpaul K 8 svn:date V 27 1999-12-07T20:14:42.000000Z K 7 svn:log V 388 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. END