From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KQJR1-0002T6-DO for mharc-grub-devel@gnu.org; Tue, 05 Aug 2008 06:06:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KQJQz-0002Su-Lg for grub-devel@gnu.org; Tue, 05 Aug 2008 06:06:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KQJQy-0002SS-0f for grub-devel@gnu.org; Tue, 05 Aug 2008 06:06:29 -0400 Received: from [199.232.76.173] (port=50257 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KQJQx-0002SP-T4 for grub-devel@gnu.org; Tue, 05 Aug 2008 06:06:27 -0400 Received: from smtp-vbr10.xs4all.nl ([194.109.24.30]:3118) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KQJQx-0003DO-FN for grub-devel@gnu.org; Tue, 05 Aug 2008 06:06:27 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id m75A6OHu004310; Tue, 5 Aug 2008 12:06:25 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <1209855594.24895.5.camel@dv> <20080506150553.GD23773@thorin> <85435b1d711ef483c0288b254c266918@62.123.21.220> <5b3bc376dffa6f027b8537baf9bdade3@62.123.21.220> Mail-Copies-To: mgerards@xs4all.nl Date: Tue, 05 Aug 2008 12:09:02 +0200 In-Reply-To: <5b3bc376dffa6f027b8537baf9bdade3@62.123.21.220> (Marco Trucillo's message of "Tue, 06 May 2008 23:00:24 +0200") Message-ID: <87wsivhiyp.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: by monty-python.gnu.org: FreeBSD 4.6-4.9 Cc: vega+grub@gbnetc.it Subject: Re: ata.c and sata disks 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: Tue, 05 Aug 2008 10:06:29 -0000 Hi Marco, Marco "Vega" Trucillo writes: > On Tue, 06 May 2008 21:57:37 +0200, Marco "Vega" Trucillo > wrote: >> On Tue, 6 May 2008 17:05:53 +0200, Robert Millan wrote: >> >>> Marco Gerards sent a patch to add PCI support to ata.c, but it had some >> bugs that nobody has looked into yet. > > I looked on Gerard's code and seems that if there is bug is it on original > code of ata.c not in patch. However I've not tried yet Gerard's pach > beacuse I can't now, I only looked his code and > compared with my. My code is still very disorganised > (http://62.123.21.220/ata.c). I think that > tomorrow I'll try to modify Gerard's code that is written well. Did you find the time to have a look? :-) I just committed my PCI+ATA code, so people can actually to continue to work on this. Thanks, Marco