From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1M8g8t-0006rV-43 for mharc-grub-devel@gnu.org; Mon, 25 May 2009 15:47:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M8g8q-0006nH-LL for grub-devel@gnu.org; Mon, 25 May 2009 15:47:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M8g8l-0006bS-V0 for grub-devel@gnu.org; Mon, 25 May 2009 15:47:24 -0400 Received: from [199.232.76.173] (port=37595 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M8g8l-0006ay-DB for grub-devel@gnu.org; Mon, 25 May 2009 15:47:19 -0400 Received: from mailout08.t-online.de ([194.25.134.20]:35685) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M8g8k-00054G-TX for grub-devel@gnu.org; Mon, 25 May 2009 15:47:19 -0400 Received: from fwd08.aul.t-online.de by mailout08.sul.t-online.de with smtp id 1M8g8h-00039B-01; Mon, 25 May 2009 21:47:15 +0200 Received: from [10.3.2.2] (S98RuGZvrhLU1hVvLHwdMbFRXSVaR6PVRqx1+G1Rpuriat8WwUkt27hOueGdZekwmk@[217.235.212.213]) by fwd08.aul.t-online.de with esmtp id 1M8g8Y-2ITX6G0; Mon, 25 May 2009 21:47:06 +0200 Message-ID: <4A1AF5BA.2060205@t-online.de> Date: Mon, 25 May 2009 21:47:06 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.21) Gecko/20090403 SeaMonkey/1.1.16 MIME-Version: 1.0 To: The development of GRUB 2 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> <1243148875.2542.3.camel@mj> In-Reply-To: <1243148875.2542.3.camel@mj> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: S98RuGZvrhLU1hVvLHwdMbFRXSVaR6PVRqx1+G1Rpuriat8WwUkt27hOueGdZekwmk X-TOI-MSGID: 80cc1b5a-78bc-4eef-9f1c-81e46460d5e4 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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: Mon, 25 May 2009 19:47:24 -0000 Pavel Roskin wrote: > On Sat, 2009-05-23 at 23:04 +0200, Christian Franke wrote: > >> >> 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 > Looks like the (ata0/1) controller returns !BSY, DRQ, !ERR in the status register if no device is connected. This is now detected after the bogus IDENTIFY data is read. > 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. > > Modified version committed, messages should no longer appear. Thanks! -- Regards, Christian Franke