From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1KaBoC-00067M-JB for mharc-grub-devel@gnu.org; Mon, 01 Sep 2008 11:59:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KaBoA-000670-NL for grub-devel@gnu.org; Mon, 01 Sep 2008 11:59:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KaBo7-00066Z-DU for grub-devel@gnu.org; Mon, 01 Sep 2008 11:59:13 -0400 Received: from [199.232.76.173] (port=47256 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KaBo7-00066W-80 for grub-devel@gnu.org; Mon, 01 Sep 2008 11:59:11 -0400 Received: from mta-out.inet.fi ([195.156.147.13]:55816 helo=jenni1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KaBo7-0006MP-BC for grub-devel@gnu.org; Mon, 01 Sep 2008 11:59:11 -0400 Received: from [127.0.0.1] (88.193.32.97) by jenni1.inet.fi (8.5.014) id 488F15340189BF2F for grub-devel@gnu.org; Mon, 1 Sep 2008 18:59:09 +0300 Message-ID: <48BC115C.90608@nic.fi> Date: Mon, 01 Sep 2008 18:59:24 +0300 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: The development of GRUB 2 References: <20080830235952.4c686b44@gamma.lan> <48BA64B0.7070605@nic.fi> <20080831064323.1531de53@gamma.lan> <48BABFF9.4000904@nic.fi> <20080831093723.3c11b80d@gamma.lan> <20080831224428.09e19d1b@gamma.lan> In-Reply-To: <20080831224428.09e19d1b@gamma.lan> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] GSoC #08 [v3] vbeinfo enhancements 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, 01 Sep 2008 15:59:15 -0000 Colin D Bennett wrote: > This refinement is against current SVN head. It introduces the VBE > mode info field constant values into vbe.h and these are used instead > of the magic numbers in vbeinfo.c. Thanks! Commited with modified changelog entry. Check what I changed.