Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755337Ab1BWIyA (ORCPT ); Wed, 23 Feb 2011 03:54:00 -0500 Received: from mail-qw0-f46.google.com ([209.85.216.46]:59709 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139Ab1BWIx7 convert rfc822-to-8bit (ORCPT ); Wed, 23 Feb 2011 03:53:59 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=rnNKed+CgFB6R32xwGAw/sZqqvaTbjWGgz4RuJkqU2GQB+MWi/H8gWcUt1NVvmGOxc aU1BL3M1JNdxqUiaY72hkS5/IGZgEkwOiSXgTcxCeEOVuk/Jx6qXHfAC/jWsFgM8yVV6 etO6Hzk3Ndi+nPLBS9x5MZ4g6C+l1UQUf7qPg= MIME-Version: 1.0 In-Reply-To: References: <20110208122314.19110.4092.sendpatchset@linux-mhg7.site> <20110208122409.19110.4233.sendpatchset@linux-mhg7.site> <20110208130701.19709cc6@lxorguk.ukuu.org.uk> <20110208132518.300bb098@lxorguk.ukuu.org.uk> <4D514754.30203@ru.mvista.com> <4D62C5E1.9070307@pobox.com> <20110222111400.1114e8c5@lxorguk.ukuu.org.uk> Date: Wed, 23 Feb 2011 09:53:58 +0100 Message-ID: Subject: Re: [PATCH 05/20] pata_efar: always program master_data before slave_data From: Bartlomiej Zolnierkiewicz To: Alan Cox Cc: Jeff Garzik , Sergei Shtylyov , linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 887 Lines: 20 On Wed, Feb 23, 2011 at 9:45 AM, Bartlomiej Zolnierkiewicz wrote: > As for increased memory usage -- we are talking here only about 10-20k > more. ?If it really is a problem maybe ata_piix can be redesigned into > ata_generic-style manner so with the help of existing config options > we can keep code size / memory usage on a existing level. s/ata_generic/pata_legacy/ of course -- what I have in mind is making Intel specific code depended on ATA_PIIX and adding new config option ATA_PIIXALIKE for generic code which would be selected by existing PATA_[EFAR,IT8213, OLDPIIX,RADISYS,RDC] options. Thanks, Bartlomiej -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/