From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-Id: <5511779B-76CE-4C4C-8A7B-9869BC1920DF@kernel.crashing.org> From: Kumar Gala To: David Gibson In-Reply-To: <20080114000113.GA14801@localhost.localdomain> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v915) Subject: Re: [PATCH 1/3] 8xx: Analogue & Micro Adder875 board support. Date: Mon, 14 Jan 2008 23:22:08 -0600 References: <20080111200705.GA696@loki.buserror.net> <20080114000113.GA14801@localhost.localdomain> Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Jan 13, 2008, at 6:01 PM, David Gibson wrote: > On Fri, Jan 11, 2008 at 02:07:05PM -0600, Scott Wood wrote: >> Signed-off-by: Scott Wood > > [snip] >> + aliases { >> + console = &console; >> + enet0 = ð0; >> + enet1 = ð1; > > I think most other boards are settling on aliases "ethernet0" > etc. instead of "enet0" (though there's no reason you couldn't have > both. We should use ethernet0 since its based on the standard naming convention. - k