diff options
-rw-r--r-- | sys/ia64/include/bootinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/ia64/include/bootinfo.h b/sys/ia64/include/bootinfo.h index d4aec92..2ded699 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[7]; /* was: name of booted kernel */ + u_int64_t bi_spare[6]; /* was: name of booted kernel */ + u_int64_t bi_hcdp; /* DIG64 HCDP table */ 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 */ |