From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LP0xl-00020e-Tm for mharc-grub-devel@gnu.org; Mon, 19 Jan 2009 15:43:13 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP0xk-00020K-IW for grub-devel@gnu.org; Mon, 19 Jan 2009 15:43:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP0xh-0001zL-R4 for grub-devel@gnu.org; Mon, 19 Jan 2009 15:43:11 -0500 Received: from [199.232.76.173] (port=32852 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP0xh-0001zA-Iu for grub-devel@gnu.org; Mon, 19 Jan 2009 15:43:09 -0500 Received: from mailout09.t-online.de ([194.25.134.84]:36851) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP0xh-0006XI-7m for grub-devel@gnu.org; Mon, 19 Jan 2009 15:43:09 -0500 Received: from fwd01.aul.t-online.de by mailout09.sul.t-online.de with smtp id 1LP0xd-0003PN-00; Mon, 19 Jan 2009 21:43:05 +0100 Received: from [10.3.2.2] (TbzN1oZlQhn8UOq7gOFCXToij2ysViov6QJ9L53efvH9pQZKofzaAlQEijePNLtwhi@[217.235.224.212]) by fwd01.aul.t-online.de with esmtp id 1LP0xQ-1x1zdI0; Mon, 19 Jan 2009 21:42:52 +0100 Message-ID: <4974E5CD.90504@t-online.de> Date: Mon, 19 Jan 2009 21:42:53 +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: <497209DA.30505@t-online.de> In-Reply-To: <497209DA.30505@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: TbzN1oZlQhn8UOq7gOFCXToij2ysViov6QJ9L53efvH9pQZKofzaAlQEijePNLtwhi X-TOI-MSGID: 40830106-3fc7-4c50-a5d1-e688d5318001 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] (scsi.mod) Fix SCSI read for blocksize != 512 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, 19 Jan 2009 20:43:13 -0000 Christian Franke wrote: > This patch fixes SCSI blocksize handling, necessary for ATAPI CD/DVD. Committed. Christian