Received: with ECARTIS (v1.0.0; list netdev); Wed, 19 Nov 2003 17:36:06 -0800 (PST) Received: from nameserver1.mcve.com (nameserver1.brainwerkz.net [209.251.159.130]) by oss.sgi.com (8.12.10/8.12.10) with SMTP id hAK1Zq25006017 for ; Wed, 19 Nov 2003 17:35:52 -0800 Received: from mcve.com (ip68-105-173-45.ga.at.cox.net [68.105.173.45]) by nameserver1.mcve.com (Postfix) with ESMTP id 1F6CF85774; Wed, 19 Nov 2003 20:49:02 -0500 (EST) Message-ID: <3FBC1A72.9020101@mcve.com> Date: Wed, 19 Nov 2003 20:35:46 -0500 From: Brad House User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030921 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andre Tomt Cc: netdev@oss.sgi.com, Francois Romieu , Jeff Garzik , Brad House Subject: Re: [patches] 2.6.0-test9 - r8169 DMA API conversion References: <47973.68.105.173.45.1069042089.squirrel@mail.mainstreetsoftworks.com> <3FB9A277.70309@pobox.com> <20031118135848.A2451@electric-eye.fr.zoreil.com> <3FBBA76B.4070606@pobox.com> <20031120010056.A19444@electric-eye.fr.zoreil.com> <3FBC05FB.2020409@mcve.com> <20031120014550.A22377@electric-eye.fr.zoreil.com> <3FBC11F2.5080805@mcve.com> <1069292052.3241.36.camel@slurv.pasop.tomt.net> In-Reply-To: <1069292052.3241.36.camel@slurv.pasop.tomt.net> X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-archive-position: 1580 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: brad@mcve.com Precedence: bulk X-list: netdev Content-Length: 1436 Lines: 45 yes, I definately misunderstood then ... sorry ;) I'll just apply the patches to my version and see what happens ;) -Brad Andre Tomt wrote: > On Thu, 2003-11-20 at 01:59, Brad House wrote: > >>any reason why it's not against the v1.6 ? > > > I think you misunderstood. If I intepret the list correctly, the 1.6 > changes are in that list (as "your changes (week-end)".) > > >>the current driver is missing support for the >>8110S chip (or at least it doesn't seem to work at all), >>so you're cutting out all the chips on the mobos out there. >>Haven't looked to see if it's just a PCI ID or other functionality, >>but since the V1.2 is from realtek that's in the official >>kernel, it would make sense to use the 1.6 patch.... > > > IIRC, the realtek one got cleaned up a great deal before entering > mainline, both bug-fixes and coding style cleanups. Your patch may > revert a lot of that work (I havn't looked at it closely.) Also the > changelog differs for the 1.2 entry between the two versions, indicating > just this. > > Lets take one step at a time ;-) > > >>>It is against the original r8169. Once finished, it should look like: >>>- first cut at dma api conversion (today) >>>- remaining bits of dma api conversion (tomorrow) >>>- rx_copybreak (tomorrow) >>>- your changes (week-end) >>>- big-endian fixes (week-end) >>> >>>Each part divided in reasonably small patches to ease the test/review process. > >