From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.ebshome.net (gate.ebshome.net [64.81.67.12]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "gate.ebshome.net", Issuer "gate.ebshome.net" (not verified)) by ozlabs.org (Postfix) with ESMTP id 7349C67A65 for ; Fri, 18 Mar 2005 20:51:02 +1100 (EST) Date: Fri, 18 Mar 2005 01:51:00 -0800 From: Eugene Surovegin To: emre kara Message-ID: <20050318095100.GC20239@gate.ebshome.net> References: <20050318094143.34185.qmail@web25708.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20050318094143.34185.qmail@web25708.mail.ukl.yahoo.com> Cc: linuxppc-embedded@ozlabs.org Subject: Re: PPC 440GX kernel 2.6 NAPI driver List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Mar 18, 2005 at 09:41:43AM +0000, emre kara wrote: > but I can't patch the file for > kernel 2.6.11 (emac_3-2.6-9.diff)(on kernel.org). > Some .rej files created by patch.(ie mii.rej). Which > kernel source must I use as base? emac_3-2.6-9.diff is against 2.6 BK tree as of 2005-03-07 11:01pm PST. I'll try to find some time this weekend and re-diff (if needed) against latest BK, in the meantime, try resolving those rejects - mii.rej shouldn't be very difficult. If you applying patch to the 2.6.11 _release_ (not current BK tree), try emac_3-2.6-8.diff. -- Eugene