Received: with ECARTIS (v1.0.0; list netdev); Sat, 30 Aug 2003 10:51:39 -0700 (PDT) Received: from www.linux.org.uk (IDENT:93@parcelfarce.linux.theplanet.co.uk [195.92.249.252]) by oss.sgi.com (8.12.9/8.12.5) with SMTP id h7UHp3WZ015268 for ; Sat, 30 Aug 2003 10:51:04 -0700 Received: from rdu74-153-143.nc.rr.com ([24.74.153.143]:33083 helo=pobox.com) by www.linux.org.uk with esmtp (Exim 4.22) id 19t9sL-0003Nf-Nq; Sat, 30 Aug 2003 18:51:01 +0100 Message-ID: <3F50E3FD.1000703@pobox.com> Date: Sat, 30 Aug 2003 13:50:53 -0400 From: Jeff Garzik Organization: none User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021213 Debian/1.2.1-2.bunk X-Accept-Language: en MIME-Version: 1.0 To: mzyngier@freesurf.fr CC: akpm@osdl.org, linux-net@vger.kernel.org, Maillist netdev Subject: Re: [PATCH][2.6] de4x5 cleanup References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 5404 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: jgarzik@pobox.com Precedence: bulk X-list: netdev Content-Length: 1004 Lines: 33 Marc Zyngier wrote: > Jeff, Andrew, > > The enclosed patch tries to clean the tulip de4x5 driver, and update > it to some of the 2.6 APIs : > > - Use PCI and EISA probing APIs > - Use generic DMA API > - Fix DE425 init on the Jensen > - Remove de4x5 from Space.c > > It's been tested on x86 and Alpha, with a DE425 (21040, EISA), a DE435 > (21040, PCI) and a quad DLink (4*21143, PCI). > > The major problem with this patch is that, because of the Space.c > removal, interfaces get potentially renumbered. This has been > discussed to death on lkml, without any obvious solution. IMHO, we'd > better remove as many drivers as we can from Space.c before > 2.6.0-final ships... It looks pretty good. My big objection isn't the Space.c stuff but de4x5 itself. I had hoped it would be gone by now :) Oh well, not your fault. A quick review of the patch looks good, and this is work that has long wanted doing (if de4x5 wasn't simply erased). I'll apply after a more thorough review. Jeff