From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LMTKO-0002w7-FS for mharc-grub-devel@gnu.org; Mon, 12 Jan 2009 15:24:04 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LMTKM-0002vZ-Sh for grub-devel@gnu.org; Mon, 12 Jan 2009 15:24:02 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LMTKK-0002t3-Rd for grub-devel@gnu.org; Mon, 12 Jan 2009 15:24:01 -0500 Received: from [199.232.76.173] (port=49110 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LMTKK-0002st-Iy for grub-devel@gnu.org; Mon, 12 Jan 2009 15:24:00 -0500 Received: from mailout06.t-online.de ([194.25.134.19]:44929) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LMTKK-00083i-8T for grub-devel@gnu.org; Mon, 12 Jan 2009 15:24:00 -0500 Received: from fwd11.aul.t-online.de by mailout06.sul.t-online.de with smtp id 1LMTKI-0007Ld-05; Mon, 12 Jan 2009 21:23:58 +0100 Received: from [10.3.2.2] (ZGqXXuZBghblaV6zHIcxZQ8xOpyxpoc5J3kSDkLQqKk8Fy1h9NLRaQUV4IrHGpEZ2Q@[217.235.244.93]) by fwd11.aul.t-online.de with esmtp id 1LMTKE-28qGsC0; Mon, 12 Jan 2009 21:23:54 +0100 Message-ID: <496BA6DA.9070807@t-online.de> Date: Mon, 12 Jan 2009 21:23:54 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 MIME-Version: 1.0 To: The development of GRUB 2 References: <496A0DB2.3030906@t-online.de> In-Reply-To: <496A0DB2.3030906@t-online.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: ZGqXXuZBghblaV6zHIcxZQ8xOpyxpoc5J3kSDkLQqKk8Fy1h9NLRaQUV4IrHGpEZ2Q X-TOI-MSGID: 81a7c00b-4875-4e46-bdaf-1127a946c26b X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: [PATCH] Fix ATA compatibility mode check 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, 12 Jan 2009 20:24:03 -0000 Christian Franke wrote: > For the compatibility mode check, the ATA driver uses the bits in the > "Revision" byte instead of the "Programming Interface Byte" of the > class value (See T13/1510D). The compat_use[] flags are never set. > > This patch fixes both issues. Committed. Christian