On Mon, Jun 8, 2009 at 12:52 PM, Robert Morse 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
Thanks,
That is what I thought I needed to do.
Robert
On Sat, 2009-06-06 at 17:30 +0200, Edgar Grimberg wrote:
> Hi,
>
> >
> >Looking at the situation, it seems like I would need to
> > enable/configure the interrupts for the PHYs. and when a change of
> > duplex is detected caus
Hi,
>
> Looking at the situation, it seems like I would need to
> enable/configure the interrupts for the PHYs. and when a change of
> duplex is detected cause a reset of the MAC. Has anyone done anything
> like this before. Looking through the ethernet drivers and phy drivers
> I do not
Hi all,
We are working on a PowerPC ppc405 (AMCC 405ep) based board. We are
using the following drivers from ECOS v2.
A slight change to the hal/powerpc/.. directory to support our devices.
A change to devs/eth/powerpc/ppc405 directory to support dual ethernet.
Then a new devs/eth/phy to