Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/fc2de323ef29
branches:  netbsd-9
changeset: 744728:fc2de323ef29
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Feb 11 11:36:34 2020 +0000

description:
Pull up following revision(s) (requested by jmcneill in ticket #696):

        sys/arch/i386/stand/efiboot/eficons.c: revision 1.9

Use 1024x768 as the default GOP mode. It is the only option available for
Hyper-V Gen.2 VMs and it seems to be the de facto standard and part of
WHQL requirements.

diffstat:

 sys/arch/i386/stand/efiboot/eficons.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d3cad04b79ef -r fc2de323ef29 sys/arch/i386/stand/efiboot/eficons.c
--- a/sys/arch/i386/stand/efiboot/eficons.c     Tue Feb 11 08:43:28 2020 +0000
+++ b/sys/arch/i386/stand/efiboot/eficons.c     Tue Feb 11 11:36:34 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: eficons.c,v 1.6.6.2 2020/02/10 18:57:06 martin Exp $   */
+/*     $NetBSD: eficons.c,v 1.6.6.3 2020/02/11 11:36:34 martin Exp $   */
 
 /*-
  * Copyright (c) 2016 Kimihiro Nonaka <nonaka%netbsd.org@localhost>
@@ -35,7 +35,7 @@
 #include "vbe.h"
 
 #ifndef DEFAULT_GOP_MODE
-#define DEFAULT_GOP_MODE       "800x600"
+#define DEFAULT_GOP_MODE       "1024x768"
 #endif
 
 extern struct x86_boot_params boot_params;



Home | Main Index | Thread Index | Old Index