Port-arm archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [guruplug] mvgbe1 no PHY found



On Sun, Mar 06, 2011 at 04:34:35PM -0800, Dave Mills wrote:
> 
> There is a slight bug (typo) in the cf_unit abuse update to cvs for
> if_mvgbe.c
> 
> Incidentally what is cf_unit abuse? 
> 
> The update works fine on the guruplug with the patch below applied however
> if there is ever a device released with more than two PHYs it wont work.
> 

Can we just use the 'phy' locator we already have?

For example in the kernel config(5):
(revert to if_mvgbe.c 1.5 for this)

mvgbe0 at mvgbec0 port 0 
mvgbe1 at mvgbec0 port 1
makphy0 at mvgbe0 phy 0
makphy1 at mvgbe1 phy 1

Or even, as found on my Orion-based NAS:
makphy0 at mvgbe0 phy 8

        Jonathan Kollasch


Home | Main Index | Thread Index | Old Index