[2393] 2009-07-04 Robert Millan <[email protected]>

Robert Millan <[email protected]> Sat, 04 Jul 2009 16:29:02 +0000
Newsgroups gmane.comp.boot-loaders.grub.cvs
Message-ID <[email protected]>
Revision: 2393
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2393
Author:   robertmh
Date:     2009-07-04 16:29:01 +0000 (Sat, 04 Jul 2009)
Log Message:
-----------
2009-07-04  Robert Millan  <[email protected]>

        * include/grub/i386/linux.h (struct linux_kernel_params): Add
        `capabilities' member.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/include/grub/i386/linux.h

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog	2009-07-02 04:17:55 UTC (rev 2392)
+++ trunk/grub2/ChangeLog	2009-07-04 16:29:01 UTC (rev 2393)
@@ -1,3 +1,8 @@
+2009-07-04  Robert Millan  <[email protected]>
+
+	* include/grub/i386/linux.h (struct linux_kernel_params): Add
+	`capabilities' member.
+
 2009-07-02  Pavel Roskin  <[email protected]>
 
 	* genparttoollist.sh: Add missing newline at the end.

Modified: trunk/grub2/include/grub/i386/linux.h
===================================================================
--- trunk/grub2/include/grub/i386/linux.h	2009-07-02 04:17:55 UTC (rev 2392)
+++ trunk/grub2/include/grub/i386/linux.h	2009-07-04 16:29:01 UTC (rev 2393)
@@ -174,9 +174,8 @@
   grub_uint16_t vesapm_offset;		/* 30 */
   grub_uint16_t lfb_pages;		/* 32 */
   grub_uint16_t vesa_attrib;		/* 34 */
+  grub_uint32_t capabilities;		/* 36 */
 
-  grub_uint8_t padding3[0x40 - 0x36];
-
   grub_uint16_t apm_version;		/* 40 */
   grub_uint16_t apm_code_segment;	/* 42 */
   grub_uint32_t apm_entry;		/* 44 */