summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/sys/fastboot_msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/sys/fastboot_msg.h')
-rw-r--r--usr/src/uts/i86pc/sys/fastboot_msg.h3
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