diff --git a/stand/efi/loader/main.c b/stand/efi/loader/main.c index f004c47f5043..d1c5169c5c6f 100644 --- a/stand/efi/loader/main.c +++ b/stand/efi/loader/main.c @@ -622,6 +622,8 @@ main(int argc, CHAR16 *argv[]) */ boot_howto_to_env(howto); + printf(" Keyboard: %s", has_kbd ? "yes" : "no"); + if (efi_copy_init()) { printf("failed to allocate staging area\n"); return (EFI_BUFFER_TOO_SMALL);