On Oct 12, 2004, at 5:02 PM, annamaya wrote: > I am now trying to do an NFS mount of the root file > system. Looks like the EP8280 uses LXT971A PHY device.
I have one of their first 8260 boards that I used to do the initial Linux port long ago. At that time, they had some weird CPLD implementation of MDIO that I could never get to work properly. Not a bad idea, just didn't seem to be implemented properly. I know they have done a second revision of this board, and I suspect the 8280 is just a glue into the same location design. With that board you should have received sufficient information to determine what to do, although they have always been quite secretive about releasing enough information to successfully write software. In the interim, just compile the driver without any MDIO control, hack the call to fcc_restart() at the end of init_fcc_startup() to just force half or full duplex (0 or 1) based upon the switch you are using. Good Luck. -- Dan