Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/efiboot Do not clear the screen before e...
details: https://anonhg.NetBSD.org/src/rev/c437b3e62312
branches: trunk
changeset: 744653:c437b3e62312
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Feb 09 12:13:39 2020 +0000
description:
Do not clear the screen before exiting boot services as this may cause an
undesired display mode switch. PR# 54615
diffstat:
sys/arch/i386/stand/efiboot/efiboot.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r 8613a6837007 -r c437b3e62312 sys/arch/i386/stand/efiboot/efiboot.c
--- a/sys/arch/i386/stand/efiboot/efiboot.c Sun Feb 09 09:30:37 2020 +0000
+++ b/sys/arch/i386/stand/efiboot/efiboot.c Sun Feb 09 12:13:39 2020 +0000
@@ -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 <nonaka%netbsd.org@localhost>
@@ -112,8 +112,6 @@
UINT32 DescriptorVersion;
size_t allocsz;
- clearit();
-
memset(&btinfo_efi, 0, sizeof(btinfo_efi));
btinfo_efi.systblpa = (intptr_t)ST;
#ifdef __i386__ /* bootia32.efi */
Home |
Main Index |
Thread Index |
Old Index