From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.186]) by ozlabs.org (Postfix) with ESMTP id D68F3DDF60 for ; Thu, 10 Jan 2008 02:42:03 +1100 (EST) From: Matthias Fuchs To: Josh Boyer Subject: Re: [PATCH] enable built-in networking for Sequoia defconfig Date: Wed, 9 Jan 2008 16:39:59 +0100 References: <1199489214.9673.18.camel@basalt> <200801091542.38914.matthias.fuchs@esd-electronics.com> <20080109092133.7ce85e94@zod.rchland.ibm.com> In-Reply-To: <20080109092133.7ce85e94@zod.rchland.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200801091639.59481.matthias.fuchs@esd-electronics.com> Cc: linuxppc-dev@ozlabs.org, Hollis Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Thanks, Sorry, I must have been blind. Matthias On Wednesday 09 January 2008 16:21, Josh Boyer wrote: > On Wed, 9 Jan 2008 15:42:38 +0100 > Matthias Fuchs wrote: > > > On Wednesday 09 January 2008 13:07, Josh Boyer wrote: > > > On Wed, 9 Jan 2008 12:16:25 +0100 > > > Matthias Fuchs wrote: > > > > > > > Josh, > > > > > > > > Where did you apply this patch to? Couldn't find it in your for-2.6.25 branch. > > > > > > I applied it there, just haven't pushed it out yet. Will do that today. > > > > > > > BTW, is it normal to edit the defconfig file by hand? > > > > > > The defconfig? Not sure. What I normally do is a make foo_defconfig, > > > edit the .config, make oldconfig, and copy the resulting .config back > > > to foo_defconfig. > > Yes, this is what I also do. > > > > But how did Hollis get these lines into .config or sequoia_defconfig: > > > > +CONFIG_IBM_NEW_EMAC=y > > +CONFIG_IBM_NEW_EMAC_RXB=128 > > +CONFIG_IBM_NEW_EMAC_TXB=64 > > +CONFIG_IBM_NEW_EMAC_POLL_WEIGHT=32 > > +CONFIG_IBM_NEW_EMAC_RX_COPY_THRESHOLD=256 > > +CONFIG_IBM_NEW_EMAC_RX_SKB_HEADROOM=0 > > > > I did not find any Kconfigs where these might come from. > > They're in drivers/net/ibm_newemac/Kconfig. > > josh > >