From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LNuP9-0006yB-50 for mharc-grub-devel@gnu.org; Fri, 16 Jan 2009 14:30:55 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNuP6-0006xc-EX for grub-devel@gnu.org; Fri, 16 Jan 2009 14:30:52 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNuP3-0006vn-UN for grub-devel@gnu.org; Fri, 16 Jan 2009 14:30:51 -0500 Received: from [199.232.76.173] (port=56791 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNuP3-0006vg-N1 for grub-devel@gnu.org; Fri, 16 Jan 2009 14:30:49 -0500 Received: from mailout07.t-online.de ([194.25.134.83]:53714) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNuP3-0002gm-Cw for grub-devel@gnu.org; Fri, 16 Jan 2009 14:30:49 -0500 Received: from fwd06.aul.t-online.de by mailout07.sul.t-online.de with smtp id 1LNuOz-00014M-06; Fri, 16 Jan 2009 20:30:45 +0100 Received: from [10.3.2.2] (bV-2IYZbwhAwYAullKaq1RhzAWRot-O8o4aIqb7qFwUBRsVVJ6f6E7H3PJG4PrbZ9N@[217.235.234.24]) by fwd06.aul.t-online.de with esmtp id 1LNuOw-0Eeodc0; Fri, 16 Jan 2009 20:30:42 +0100 Message-ID: <4970E062.8010704@t-online.de> Date: Fri, 16 Jan 2009 20:30:42 +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: <496E6A27.5060108@t-online.de> In-Reply-To: <496E6A27.5060108@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: bV-2IYZbwhAwYAullKaq1RhzAWRot-O8o4aIqb7qFwUBRsVVJ6f6E7H3PJG4PrbZ9N X-TOI-MSGID: 851963e4-fa27-4fda-9e6f-319a7f02f68f X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] (ata.mod) Add variable timeouts, fix identify, fix device selection 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: Fri, 16 Jan 2009 19:30:52 -0000 Christian Franke wrote: > This patch fixes the following issues in ata.mod I found during > testing on several PC and VMs: > ... Committed. Christian