summaryrefslogtreecommitdiff
path: root/usr/src/uts/intel/sys/bootinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/intel/sys/bootinfo.h')
-rw-r--r--usr/src/uts/intel/sys/bootinfo.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/intel/sys/bootinfo.h b/usr/src/uts/intel/sys/bootinfo.h
index 3adce64fc4..9e205e342f 100644
--- a/usr/src/uts/intel/sys/bootinfo.h
+++ b/usr/src/uts/intel/sys/bootinfo.h
@@ -107,7 +107,9 @@ struct xboot_info {
native_ptr_t bi_xen_start_info;
native_ptr_t bi_shared_info; /* VA for shared_info */
#else
- native_ptr_t bi_mb_info;
+ native_ptr_t bi_mb_info; /* multiboot 1 or 2 info */
+ int bi_mb_version; /* multiboot version */
+ native_ptr_t bi_acpi_rsdp;
#endif
};
#pragma pack()