PHY Howto ?

2006-07-25 Thread David H. Lynch Jr.
Vitaly Bordug wrote: On Thu, 20 Jul 2006 13:52:47 -0400 David H. Lynch Jr. dhlii at dlasys.net wrote: If I am writing a network MAC driver, for hardware that has a phy that is already supported, if I provide the appropriate mdio_read() and mdio_write() calls to access the phy registers,

PHY Howto ?

2006-07-20 Thread David H. Lynch Jr.
If I am writing a network MAC driver, for hardware that has a phy that is already supported, if I provide the appropriate mdio_read() and mdio_write() calls to access the phy registers, and setup my config to include phylib and drivers for my specific phy, what else do I have to take care of

PHY Howto ?

2006-07-20 Thread Vitaly Bordug
On Thu, 20 Jul 2006 13:52:47 -0400 David H. Lynch Jr. dhlii at dlasys.net wrote: If I am writing a network MAC driver, for hardware that has a phy that is already supported, if I provide the appropriate mdio_read() and mdio_write() calls to access the phy registers, and setup my config to