Received: with ECARTIS (v1.0.0; list netdev); Wed, 19 Nov 2003 16:59:53 -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 hAK0xa25004512 for ; Wed, 19 Nov 2003 16:59:36 -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 5F57485774; Wed, 19 Nov 2003 20:12:46 -0500 (EST) Message-ID: <3FBC11F2.5080805@mcve.com> Date: Wed, 19 Nov 2003 19:59:30 -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: Francois Romieu Cc: Jeff Garzik , Brad House , netdev@oss.sgi.com 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> In-Reply-To: <20031120014550.A22377@electric-eye.fr.zoreil.com> 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: 1577 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: 1069 Lines: 36 any reason why it's not against the v1.6 ? 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.... I suppose I could do it, but it would take me much more time simply because I'm not familiar with the changes you're making. -Brad Francois Romieu wrote: > Brad House : > >>Just because I'm way to lazy to actually look, is this >>against the original r8169, or my patch from the v1.6 >>driver ?? > > > 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. > > -- > Ueimor >