Module Name: src
Committed By: martin
Date: Tue Feb 11 11:36:34 UTC 2020
Modified Files:
src/sys/arch/i386/stand/efiboot [netbsd-9]: eficons.c
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.6.6.2 -r1.6.6.3 src/sys/arch/i386/stand/efiboot/eficons.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/eficons.c
diff -u src/sys/arch/i386/stand/efiboot/eficons.c:1.6.6.2 src/sys/arch/i386/stand/efiboot/eficons.c:1.6.6.3
--- src/sys/arch/i386/stand/efiboot/eficons.c:1.6.6.2 Mon Feb 10 18:57:06 2020
+++ src/sys/arch/i386/stand/efiboot/eficons.c Tue Feb 11 11:36:34 2020
@@ -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 <[email protected]>
@@ -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;