From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LNxf1-0007zU-Pn for mharc-grub-devel@gnu.org; Fri, 16 Jan 2009 17:59:31 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LNxez-0007zE-Lw for grub-devel@gnu.org; Fri, 16 Jan 2009 17:59:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LNxex-0007z2-9D for grub-devel@gnu.org; Fri, 16 Jan 2009 17:59:28 -0500 Received: from [199.232.76.173] (port=38991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LNxex-0007yz-2o for grub-devel@gnu.org; Fri, 16 Jan 2009 17:59:27 -0500 Received: from mailout05.t-online.de ([194.25.134.82]:47987) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LNxew-0004PW-Lp for grub-devel@gnu.org; Fri, 16 Jan 2009 17:59:26 -0500 Received: from fwd04.aul.t-online.de by mailout05.sul.t-online.de with smtp id 1LNxev-0003n6-00; Fri, 16 Jan 2009 23:59:25 +0100 Received: from [10.3.2.2] (X7CqUyZfZhd2i4c8EzJo+Qj7DsNYfh+nQE6TWlY+-OKPMeJn0CRqiv-aA21JBEYZr3@[217.235.234.24]) by fwd04.aul.t-online.de with esmtp id 1LNxeq-0jNcQ40; Fri, 16 Jan 2009 23:59:20 +0100 Message-ID: <49711148.3030403@t-online.de> Date: Fri, 16 Jan 2009 23:59:20 +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: X7CqUyZfZhd2i4c8EzJo+Qj7DsNYfh+nQE6TWlY+-OKPMeJn0CRqiv-aA21JBEYZr3 X-TOI-MSGID: b887d81d-f266-4e1f-bc20-399321da696a 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 22:59:30 -0000 Christian Franke wrote: > ... > Other issues found, not addressed in this patch: > ... > - atapi_read does not always work (occasional timeouts, crash on VmWare) Root of this problem is in scsi.mod: It always assumes a sector size of 512 bytes which is not the case for ATAPI CD/DVD. Christian