From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JAxQt-00005A-6d for qemu-devel@nongnu.org; Fri, 04 Jan 2008 20:02:39 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JAxQr-0008Ud-IF for qemu-devel@nongnu.org; Fri, 04 Jan 2008 20:02:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JAxQr-0008UV-C6 for qemu-devel@nongnu.org; Fri, 04 Jan 2008 20:02:37 -0500 Received: from mtaout02-winn.ispmail.ntl.com ([81.103.221.48]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JAxQq-00025I-Qu for qemu-devel@nongnu.org; Fri, 04 Jan 2008 20:02:37 -0500 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20080105010334.BLCN6054.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com> for ; Sat, 5 Jan 2008 01:03:34 +0000 Received: from miranda.arrow ([213.107.26.151]) by aamtaout01-winn.ispmail.ntl.com with ESMTP id <20080105010351.MNIA219.aamtaout01-winn.ispmail.ntl.com@miranda.arrow> for ; Sat, 5 Jan 2008 01:03:51 +0000 Received: from sdb by miranda.arrow with local (Exim 4.63) (envelope-from ) id 1JAxQk-0000ay-7f for qemu-devel@nongnu.org; Sat, 05 Jan 2008 01:02:30 +0000 Date: Sat, 5 Jan 2008 01:02:30 +0000 From: Stuart Brady Subject: Re: [Qemu-devel] [RESEND] [PATCH] ide: fix GET_CONFIGURATION DVD-ROM support Message-ID: <20080105010230.GA2230@miranda.arrow> References: <20071226073615.GB25052@tapir> <20080104100207.GC9968@tapir> <200801041825.26304.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200801041825.26304.rob@landley.net> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Fri, Jan 04, 2008 at 06:25:25PM -0600, Rob Landley wrote: > On Friday 04 January 2008 04:02:07 Carlo Marcelo Arenas Belon wrote: > > > > - buf[7] = total_sectors <= 1433600 ? 0x08 : 0x10; /* current > > > profile */ > > Where does the constant come from, anyway? 1433600? Seems it's the number of 512 KiB blocks in a 700 MiB CD image (700 * 1024 * 2). -- Stuart Brady