From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JrbRh-0001ls-VL for mharc-grub-devel@gnu.org; Thu, 01 May 2008 12:15:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JrbRf-0001ka-D1 for grub-devel@gnu.org; Thu, 01 May 2008 12:15:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JrbRd-0001k6-RS for grub-devel@gnu.org; Thu, 01 May 2008 12:15:43 -0400 Received: from [199.232.76.173] (port=58053 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JrbRd-0001k3-L1 for grub-devel@gnu.org; Thu, 01 May 2008 12:15:41 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JrbRd-0004Nw-8y for grub-devel@gnu.org; Thu, 01 May 2008 12:15:41 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JrbRa-0006sj-EN for grub-devel@gnu.org; Thu, 01 May 2008 16:15:38 +0000 Received: from cable-87-78-199-83.netcologne.de ([87.78.199.83]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2008 16:15:38 +0000 Received: from patrick by cable-87-78-199-83.netcologne.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 01 May 2008 16:15:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: Patrick Georgi Date: Thu, 1 May 2008 16:15:31 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: cable-87-78-199-83.netcologne.de User-Agent: Pan/0.132 (Waxed in Black) Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: ata on i386-linuxbios 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: Thu, 01 May 2008 16:15:43 -0000 Hi, The ata driver fails on i386-linuxbios on real hardware because grub_millisleep is stubbed, and real hardware relies on some timing (other than qemu ;-) ). After I added the mdelay function from libpayload and let grub_millisleep run that (and added initialisation, of course), things are reported to work. Regards, Patrick