diff options
author | Toomas Soome <tsoome@me.com> | 2016-02-16 11:28:33 +0200 |
---|---|---|
committer | Joshua M. Clulow <josh@sysmgr.org> | 2017-04-21 20:09:34 -0700 |
commit | 1738dd6ec94e36a9828d13a6e52ac7fb68cb52ed (patch) | |
tree | 7f5a6cabbb67f1e367cc65717052aa15f2dfa411 /usr/src/uts/i86pc/sys/fastboot_msg.h | |
parent | 660946868929e02041af7b5b1c3e14f547c53f11 (diff) | |
download | illumos-joyent-1738dd6ec94e36a9828d13a6e52ac7fb68cb52ed.tar.gz |
7461 illumos should support multiboot2 protocol
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Approved by: Joshua M. Clulow <josh@sysmgr.org>
Diffstat (limited to 'usr/src/uts/i86pc/sys/fastboot_msg.h')
-rw-r--r-- | usr/src/uts/i86pc/sys/fastboot_msg.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/src/uts/i86pc/sys/fastboot_msg.h b/usr/src/uts/i86pc/sys/fastboot_msg.h index 9a1c9bd878..5643d65b29 100644 --- a/usr/src/uts/i86pc/sys/fastboot_msg.h +++ b/usr/src/uts/i86pc/sys/fastboot_msg.h @@ -42,17 +42,20 @@ #define fastboot_nosup_msg_end(id) #endif /* fastboot_nosup_msg_end */ +/* BEGIN CSTYLED */ fastboot_nosup_msg(FBNS_DEFAULT, "") fastboot_nosup_msg(FBNS_SUSPEND, " after suspend/resume") fastboot_nosup_msg(FBNS_FMAHWERR, " due to FMA recovery from hardware error") fastboot_nosup_msg(FBNS_HOTPLUG, " after DR operations") fastboot_nosup_msg(FBNS_BOOTMOD, " due to presence of boot-time modules") +fastboot_nosup_msg(FBNS_MULTIBOOT2, " due to multiboot2 boot protocol") /* * Should ALWAYS be the last one. * No fastboot_nosup_msg() after that line. */ fastboot_nosup_msg_end(FBNS_END) +/* END CSTYLED */ #undef fastboot_nosup_msg #undef fastboot_nosup_msg_end |