Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2016 19:01:58 +0000 (UTC)
From:      Will Andrews <will@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r305779 - stable/11/sys/boot/efi/loader
Message-ID:  <201609131901.u8DJ1wjo010821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: will
Date: Tue Sep 13 19:01:58 2016
New Revision: 305779
URL: https://svnweb.freebsd.org/changeset/base/305779

Log:
  MFC r305484:
  
  loader.efi: Bump the staging size to 64M.
  
  This is required on my system, which loads nvidia, vmm, and zfs, and 48M is
  no longer enough for that.  nvidia-driver's recent update increased its size
  by several megabytes.

Modified:
  stable/11/sys/boot/efi/loader/copy.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/boot/efi/loader/copy.c
==============================================================================
--- stable/11/sys/boot/efi/loader/copy.c	Tue Sep 13 18:16:15 2016	(r305778)
+++ stable/11/sys/boot/efi/loader/copy.c	Tue Sep 13 19:01:58 2016	(r305779)
@@ -40,7 +40,7 @@ __FBSDID("$FreeBSD$");
 #include "loader_efi.h"
 
 #ifndef EFI_STAGING_SIZE
-#define	EFI_STAGING_SIZE	48
+#define	EFI_STAGING_SIZE	64
 #endif
 
 #define	STAGE_PAGES	EFI_SIZE_TO_PAGES((EFI_STAGING_SIZE) * 1024 * 1024)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609131901.u8DJ1wjo010821>