On Mon, Jun 8, 2009 at 12:52 PM, Robert Morse<rmo...@weldtechcorp.com> wrote: > Thanks, > That is what I thought I needed to do.
On thing to be careful about: tsec_eth_start (starting the ethernet device) can and will be called many times, even if the device is already started. You will want to auto-negotiate only if needed (the device is stopped). Regards, Edgar