From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JLiqZ-0002Og-EQ for mharc-grub-devel@gnu.org; Sun, 03 Feb 2008 12:41:39 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLiqX-0002OO-Sm for grub-devel@gnu.org; Sun, 03 Feb 2008 12:41:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLiqW-0002MZ-LK for grub-devel@gnu.org; Sun, 03 Feb 2008 12:41:37 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLiqW-0002MN-GH for grub-devel@gnu.org; Sun, 03 Feb 2008 12:41:36 -0500 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 1JLiqW-0006ut-4N for grub-devel@gnu.org; Sun, 03 Feb 2008 12:41:36 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JLiqO-0002Q5-NB for grub-devel@gnu.org; Sun, 03 Feb 2008 17:41:28 +0000 Received: from adsl-69-234-187-100.dsl.irvnca.pacbell.net ([69.234.187.100]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2008 17:41:28 +0000 Received: from wa1ter by adsl-69-234-187-100.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 03 Feb 2008 17:41:28 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Sun, 03 Feb 2008 09:42:04 -0800 Organization: none Message-ID: References: <87ve57cifg.fsf@xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-187-100.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2008020304) In-Reply-To: <87ve57cifg.fsf@xs4all.nl> Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: PCI+ATA 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, 03 Feb 2008 17:41:38 -0000 Marco Gerards wrote: > Hi, > > Here is a patch for testing purposes. I hope people can test this on > actual hardware. Testing will help a lot for the development of the > ATA driver. > ... > Please tell me (read this before testing!): > > 1) Does it work perfectly (yes/no) as in, all devices are detected and > can be accessed. If no: what's the problem. 'insmod ata' prints out nothing. Then 'ls' also prints out nothing. ata.c:470: PCI dev (0,17,1) compat=0 rega=1f0 regb=3f6 ata.c:339: detecting device 0,0 (1f0, 3f6) ata.c:376: Registers: d0 d0 d0 d0 ata.c:391: incorrect signature ata.c:470: PCI dev (0,17,1) compat=1 rega=0 regb=0 and that was all. > 2) Did it work before applying this patch? (yes/no) 'ls' lists the first disk correctly, but the second disk is just "(ata2)" and nothing else. I'll also try the patch on my other machine, which has a promise sata controller.