Module Name:    src
Committed By:   martin
Date:           Thu Jun 27 13:17:17 UTC 2019

Modified Files:
        src/sys/arch/x86/include [netbsd-8]: bootinfo.h

Log Message:
Pull up following revision(s) (requested by nonaka in ticket #1282):

        sys/arch/x86/include/bootinfo.h: revision 1.30

PR/54147: Increase BOOTINFO_MAXSIZE to 16Kib.

Some systems require a larger bootinfo size for memory descriptors.


To generate a diff of this commit:
cvs rdiff -u -r1.26.6.1 -r1.26.6.2 src/sys/arch/x86/include/bootinfo.h

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/x86/include/bootinfo.h
diff -u src/sys/arch/x86/include/bootinfo.h:1.26.6.1 src/sys/arch/x86/include/bootinfo.h:1.26.6.2
--- src/sys/arch/x86/include/bootinfo.h:1.26.6.1	Sat Apr 14 10:41:15 2018
+++ src/sys/arch/x86/include/bootinfo.h	Thu Jun 27 13:17:16 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: bootinfo.h,v 1.26.6.1 2018/04/14 10:41:15 martin Exp $	*/
+/*	$NetBSD: bootinfo.h,v 1.26.6.2 2019/06/27 13:17:16 martin Exp $	*/
 
 /*
  * Copyright (c) 1997
@@ -244,7 +244,7 @@ struct btinfo_efimemmap {
 
 #ifdef _KERNEL
 
-#define BOOTINFO_MAXSIZE 8192
+#define BOOTINFO_MAXSIZE 16384
 
 #ifndef _LOCORE
 /*

Reply via email to