Re: PowerPC Ethernet issue
Edgar Grimberg <[email protected]>
| Newsgroups | gmane.os.ecos.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Jun 8, 2009 at 12:52 PM, Robert Morse<[email protected]> 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