summaryrefslogtreecommitdiffstats
path: root/sys/ia64/include/bootinfo.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-11-19 07:07:09 +0000
committerpeter <peter@FreeBSD.org>2001-11-19 07:07:09 +0000
commite5a267af198afb5695f7d201d9228e863d0355b7 (patch)
tree01e47bb9016854cfbed0d217728d123055943fef /sys/ia64/include/bootinfo.h
parent40fe009adb3a6ecfafb8f5dcc8760b8cd95ceef9 (diff)
downloadFreeBSD-src-e5a267af198afb5695f7d201d9228e863d0355b7.zip
FreeBSD-src-e5a267af198afb5695f7d201d9228e863d0355b7.tar.gz
Use some (now) spare space for passing through a pointer to the FPSWA
Interface provided by EFI (Floating Point SoftWare Assist).
Diffstat (limited to 'sys/ia64/include/bootinfo.h')
-rw-r--r--sys/ia64/include/bootinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h
index d31f48b..d4aec92 100644
--- a/sys/ia64/include/bootinfo.h
+++ b/sys/ia64/include/bootinfo.h
@@ -46,7 +46,8 @@
struct bootinfo {
u_int64_t bi_magic; /* BOOTINFO_MAGIC */
u_int64_t bi_version; /* version 1 */
- u_int64_t bi_spare[8]; /* was: name of booted kernel */
+ u_int64_t bi_spare[7]; /* was: name of booted kernel */
+ u_int64_t bi_fpswa; /* FPSWA interface */
u_int64_t bi_boothowto; /* value for boothowto */
u_int64_t bi_systab; /* pa of EFI system table */
u_int64_t bi_memmap; /* pa of EFI memory map */
OpenPOWER on IntegriCloud