Module Name: src
Committed By: jmcneill
Date: Sun Feb 9 12:13:39 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot: efiboot.c
Log Message:
Do not clear the screen before exiting boot services as this may cause an
undesired display mode switch. PR# 54615
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/i386/stand/efiboot/efiboot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/i386/stand/efiboot/efiboot.c
diff -u src/sys/arch/i386/stand/efiboot/efiboot.c:1.11 src/sys/arch/i386/stand/efiboot/efiboot.c:1.12
--- src/sys/arch/i386/stand/efiboot/efiboot.c:1.11 Fri Sep 13 02:19:45 2019
+++ src/sys/arch/i386/stand/efiboot/efiboot.c Sun Feb 9 12:13:39 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: efiboot.c,v 1.11 2019/09/13 02:19:45 manu Exp $ */
+/* $NetBSD: efiboot.c,v 1.12 2020/02/09 12:13:39 jmcneill Exp $ */
/*-
* Copyright (c) 2016 Kimihiro Nonaka <[email protected]>
@@ -112,8 +112,6 @@ efi_cleanup(void)
UINT32 DescriptorVersion;
size_t allocsz;
- clearit();
-
memset(&btinfo_efi, 0, sizeof(btinfo_efi));
btinfo_efi.systblpa = (intptr_t)ST;
#ifdef __i386__ /* bootia32.efi */