From 8e5eacbfdef755f0a13c38f5aa21925d4a4cf0b5 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Mon, 26 May 2025 09:34:31 -0600 Subject: [PATCH] stand: Update comment Some routines are necessary, so note that. Sponsored by: Netflix --- stand/common/bootstrap.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stand/common/bootstrap.h b/stand/common/bootstrap.h index 0c6462f8d1a..88ee6de2e52 100644 --- a/stand/common/bootstrap.h +++ b/stand/common/bootstrap.h @@ -326,7 +326,8 @@ SET_DECLARE(Xcommand_set, struct bootblk_command); * The intention of the architecture switch is to provide a convenient * encapsulation of the interface between the bootstrap MI and MD code. * MD code may selectively populate the switch at runtime based on the - * actual configuration of the target system. + * actual configuration of the target system, though some routines are + * mandatory. */ struct arch_switch {