On Wed, 08 Nov 2006 17:12:03 +1300
Robin Gilks <[EMAIL PROTECTED]> wrote:

> OK - I give up - whats the name of the device?
> 
> I've tried eth0, fsl-cpm-fec0 (and other combinations) with a 
> commandline of the form:
> 
>    ip=172.25.206.113:172.25.140.15::255.255.0.0:unset:fsl-cpm-fec0:off \ 
> panic=1 console=ttyCPM0
> 
I am not following why you're touching netdev name here... Your problem clearly 
points to the unregistered platform device (which should be added to the 
identification code that maps system to the platform device list). In short, 
bsp code does name matching of the supported boards, and ties it to the enum of 
platform devices aught to be registered for this board. It registers nothing by 
default, and since fs_enet fail to found anything suitable on platform bus, not 
network devices created.

Yet it may be not the case of course - too less information to be sure. 

Assuming it is not relevant to you anymore, just for archive purposes.

-- 
Sincerely, 
Vitaly
_______________________________________________
Linuxppc-embedded mailing list
[email protected]
https://ozlabs.org/mailman/listinfo/linuxppc-embedded

Reply via email to