From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tidalnetworks.net (mail.consentry.com [75.35.230.10]) by ozlabs.org (Postfix) with ESMTP id AA833DDF77 for ; Thu, 29 Jan 2009 12:28:29 +1100 (EST) Message-ID: <49810367.5000904@consentry.com> Date: Wed, 28 Jan 2009 17:16:23 -0800 From: Mike Ditto MIME-Version: 1.0 To: linuxppc-dev@ozlabs.org, daniel.ng1234@gmail.com Subject: Re: How to bring up fs_enet on 2.6.27? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Daniel Ng wrote: > Should the device just be available as 'eth2', so that I can do > 'ifconfig eth2 192.168.1.33'? It will be eth0 if you have no other network devices. > // FCC2- > reg = <0x11320 0x20 0x8500 0x100 0x113b0 0x1>; > fsl,cpm-command = <0x12000300>; That's not the right fsl,cpm-command for FCC2. You want 0x16200300. Also, for my similar board, I had to add (for immap at F0000000): virtual-reg = <0xF0011320 0xF0008500 0xF00113B0>; But I can't explain why the driver isn't attaching for you. Did you try it built-in instead of as a module? -=] Mike [=-