From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LVwLq-00070O-DP for mharc-grub-devel@gnu.org; Sat, 07 Feb 2009 18:12:42 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LVwLp-0006ye-2P for grub-devel@gnu.org; Sat, 07 Feb 2009 18:12:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LVwLm-0006vl-Io for grub-devel@gnu.org; Sat, 07 Feb 2009 18:12:40 -0500 Received: from [199.232.76.173] (port=52494 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LVwLm-0006vc-EP for grub-devel@gnu.org; Sat, 07 Feb 2009 18:12:38 -0500 Received: from mailout04.t-online.de ([194.25.134.18]:40686) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LVwLm-0008F6-1V for grub-devel@gnu.org; Sat, 07 Feb 2009 18:12:38 -0500 Received: from fwd02.aul.t-online.de by mailout04.sul.t-online.de with smtp id 1LVwLj-00068B-00; Sun, 08 Feb 2009 00:12:35 +0100 Received: from [10.3.2.2] (TWah5YZB8hh7c4KR3E1EerWGceET8ihbUo0qgpXpf3qQuKNknX44GULFIfG92oQg2C@[217.235.237.56]) by fwd02.aul.t-online.de with esmtp id 1LVwLg-0TWHWi0; Sun, 8 Feb 2009 00:12:32 +0100 Message-ID: <498E1560.7060106@t-online.de> Date: Sun, 08 Feb 2009 00:12:32 +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> In-Reply-To: <20090207225921.GX6343@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: TWah5YZB8hh7c4KR3E1EerWGceET8ihbUo0qgpXpf3qQuKNknX44GULFIfG92oQg2C X-TOI-MSGID: dc5fdbb9-be81-4a21-86fb-30dafc7c4615 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: Sat, 07 Feb 2009 23:12:41 -0000 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) > > ata_pthru.mod ? Christian