From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LWc26-0002Sz-1T for mharc-grub-devel@gnu.org; Mon, 09 Feb 2009 14:43:06 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LWc23-0002QC-UB for grub-devel@gnu.org; Mon, 09 Feb 2009 14:43:04 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LWc22-0002Mm-33 for grub-devel@gnu.org; Mon, 09 Feb 2009 14:43:03 -0500 Received: from [199.232.76.173] (port=45174 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LWc21-0002MR-OH for grub-devel@gnu.org; Mon, 09 Feb 2009 14:43:01 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:37244) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LWc21-0008J0-Fr for grub-devel@gnu.org; Mon, 09 Feb 2009 14:43:01 -0500 Received: from fwd09.aul.t-online.de by mailout04.sul.t-online.de with smtp id 1LWc1z-0003He-02; Mon, 09 Feb 2009 20:42:59 +0100 Received: from [10.3.2.2] (Gzzv3QZr8h5SE+QpzumsStXE588xlwNeyh78+qiRG3Z57MB0HGvyBYunK5+GVq8g4m@[217.235.217.78]) by fwd09.aul.t-online.de with esmtp id 1LWc1d-0NQjNQ0; Mon, 9 Feb 2009 20:42:37 +0100 Message-ID: <4990872F.8090707@t-online.de> Date: Mon, 09 Feb 2009 20:42:39 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <497B9D35.5010703@t-online.de> <20090207213813.GF6343@thorin> <498E0F4F.6000503@t-online.de> <20090207225921.GX6343@thorin> <498E1560.7060106@t-online.de> <20090208003247.GA17277@thorin> In-Reply-To: <20090208003247.GA17277@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Gzzv3QZr8h5SE+QpzumsStXE588xlwNeyh78+qiRG3Z57MB0HGvyBYunK5+GVq8g4m X-TOI-MSGID: acadf115-db12-4d8a-b346-ae757ebc83dd X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] hdparm.mod - get/set ATA disk parameters X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2009 19:43:04 -0000 Robert Millan wrote: > On Sun, Feb 08, 2009 at 12:12:32AM +0100, Christian Franke wrote: > >> Robert Millan wrote: >> >>>> I would suggest to move grub_ata_pass_through() to a new module (e.g. >>>> ata2.mod, atax.mod, ataex.mod, ...) >>>> >>>> >>> How about ata_something.mod? (consistent with ntfs.mod & ntfs_comp.mod) >>> >>> It is actually ntfscomp.mod. >>> >>> >> ata_pthru.mod ? >> > > Deal! > > I will prepare a patch - ata_pthru.mod, atapthru.mod or a more generic name to allow to add other ata_extension functions ? Christian