From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M87oT-0003qV-Ml for mharc-grub-devel@gnu.org; Sun, 24 May 2009 03:08:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M87oR-0003p2-Vy for grub-devel@gnu.org; Sun, 24 May 2009 03:08:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M87oN-0003gj-9u for grub-devel@gnu.org; Sun, 24 May 2009 03:08:03 -0400 Received: from [199.232.76.173] (port=34146 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M87oN-0003gd-4S for grub-devel@gnu.org; Sun, 24 May 2009 03:07:59 -0400 Received: from mx20.gnu.org ([199.232.41.8]:23384) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M87oM-00013d-KA for grub-devel@gnu.org; Sun, 24 May 2009 03:07:58 -0400 Received: from c60.cesmail.net ([216.154.195.49]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M87oM-0001ha-4o for grub-devel@gnu.org; Sun, 24 May 2009 03:07:58 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 24 May 2009 03:07:56 -0400 Received: from [192.168.0.22] (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 68D9134C6A for ; Sun, 24 May 2009 03:09:42 -0400 (EDT) From: Pavel Roskin To: The development of GRUB 2 In-Reply-To: <4A1864C7.9060606@t-online.de> References: <1242689772.16522.1.camel@mj> <1242692278.26306.3.camel@mj> <1M6P7a-0SfD5U0@fwd04.aul.t-online.de> <4A1478C1.5000906@t-online.de> <1242857580.2555.2.camel@mj> <4A15C0C5.6070708@t-online.de> <4A1864C7.9060606@t-online.de> Content-Type: text/plain Date: Sun, 24 May 2009 03:07:55 -0400 Message-Id: <1243148875.2542.3.camel@mj> Mime-Version: 1.0 X-Mailer: Evolution 2.26.1 (2.26.1-2.fc11) Content-Transfer-Encoding: 7bit X-Detected-Operating-System: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] ata.mod under qemu 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, 24 May 2009 07:08:04 -0000 On Sat, 2009-05-23 at 23:04 +0200, Christian Franke wrote: > Christian Franke wrote: > > Pavel Roskin wrote: > >>> > >> It helps detect CD-ROM under qemu. But on the real hardware, it > >> introduces ghost drives. > >> > >> Without the patch, I have (ata7) for the SATA hard drive. With the > >> patch, I have (ata7) for the SATA hard drive, (ata6) for the SATA DVD-RW > >> and two bogus unreadable drives (ata0) and (ata1). > >> > >> > > New patch attached. Please test on the above hardware if possible. It's working fine. (ata6) and (ata7) appear, but (ata0) and (ata1) doesn't. When inserting ata.mod, I get: error: error reading ATA IDENTIFY data error: error reading ATA IDENTIFY data That must be the "ghost devices". While it would be nice to get rid of such messages, I'm fine if your patch is committed as is. -- Regards, Pavel Roskin