svn commit: r305779 - stable/11/sys/boot/efi/loader
Will Andrews
will at FreeBSD.org
Tue Sep 13 19:01:59 UTC 2016
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)
More information about the svn-src-stable-11
mailing list