Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src/sys/arch/i386/stand/efiboot Pull up following revision(s)...



details:   https://anonhg.NetBSD.org/src/rev/d903f198cbc5
branches:  netbsd-8
changeset: 744684:d903f198cbc5
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Feb 10 16:49:48 2020 +0000

description:
Pull up following revision(s) (requested by nonaka in ticket #1499):

        sys/arch/i386/stand/efiboot/efiboot.c: revision 1.12

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 5eff5cab5eaa -r d903f198cbc5 sys/arch/i386/stand/efiboot/efiboot.c
--- a/sys/arch/i386/stand/efiboot/efiboot.c     Mon Feb 10 16:47:29 2020 +0000
+++ b/sys/arch/i386/stand/efiboot/efiboot.c     Mon Feb 10 16:49:48 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: efiboot.c,v 1.4.10.5 2019/09/18 17:30:05 martin Exp $  */
+/*     $NetBSD: efiboot.c,v 1.4.10.6 2020/02/10 16:49:48 martin Exp $  */
 
 /*-
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -113,8 +113,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