Hi,
> On Fri, 22 Feb 2008 12:41:17 +0100
> michael  wrote:
> 
> > Add support for Generic PHY in macb.
> > 
> > Signed-off-by: michael 
> 
> What's a "generic PHY"?
> 

> [EMAIL PROTECTED]:~/git/u-boot/master$ grep -r GENERIC_PHY 
> include/configs
> [EMAIL PROTECTED]:~/git/u-boot/master$ 
> 
> >         if (phy_id == 0xffff) {
> > +#if defined (CONFIG_GENERIC_PHY)
> > +               printf("%s: Using the Generic PHY\n", netdev->name);
> > +#else
> >                 printf("%s: No PHY present\n", netdev->name);
> >                 return 0;
> > +#endif
>
When I read to my id u-boot report 0xffff and fail, but
the device works pretty well skipping this testing. 
If I remember linux report the same issue.

I test it on my board and it works well.

Regards Michael







      ___________________________________ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users

Reply via email to