From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1J3vtZ-0004ly-Uc for mharc-grub-devel@gnu.org; Sun, 16 Dec 2007 10:59:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J3vtY-0004lh-4J for grub-devel@gnu.org; Sun, 16 Dec 2007 10:59:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J3vtW-0004lN-P4 for grub-devel@gnu.org; Sun, 16 Dec 2007 10:59:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J3vtW-0004lK-KZ for grub-devel@gnu.org; Sun, 16 Dec 2007 10:59:10 -0500 Received: from mailout02.sul.t-online.de ([194.25.134.17] helo=mailout02.aul.t-online.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J3vtW-0003pd-4r for grub-devel@gnu.org; Sun, 16 Dec 2007 10:59:10 -0500 Received: from fwd27.aul.t-online.de by mailout02.aul.t-online.de with smtp id 1J3vtT-00083X-02; Sun, 16 Dec 2007 16:59:07 +0100 Received: from [10.3.2.2] (Z69Uk4ZaZhg-kz6wNfGb2x3s+oSBG3gYSf8PpDdvKOlfYnHeygXB5ZhyIw35D09ZVa@[217.235.208.35]) by fwd27.aul.t-online.de with esmtp id 1J3vtF-1QRhJI0; Sun, 16 Dec 2007 16:58:53 +0100 Message-ID: <47654B3D.6080701@t-online.de> Date: Sun, 16 Dec 2007 16:58:53 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: The development of GRUB 2 References: <20071216153046.GA11912@thorin> In-Reply-To: <20071216153046.GA11912@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: Z69Uk4ZaZhg-kz6wNfGb2x3s+oSBG3gYSf8PpDdvKOlfYnHeygXB5ZhyIw35D09ZVa X-TOI-MSGID: 90e13b33-446f-40a1-bf2b-71e246b3033f X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: moving ata initialisation to a command 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: Sun, 16 Dec 2007 15:59:12 -0000 Robert Millan wrote: > I'd like to move ata.mod initialisation away from its _init routine and into > a separate command. This way it isn't a nuissance when it gets included in > monolithic builds (such as the ones made by grub-mkrescue) and disables biosdisk > completely. > > Does that sound fine? > > Yes. Christian