Module Name: src
Committed By: sborrill
Date: Wed Aug 15 08:10:29 UTC 2012
Modified Files:
src/sys/arch/i386/include: vmparam.h
Log Message:
Bump VM_PHYSSEG_MAX to 16 from 10. Modern IBM hardware requires
VM_PHYSSEG_MAX to be turned up to 11 to avoid an early panic.
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/i386/include/vmparam.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/i386/include/vmparam.h
diff -u src/sys/arch/i386/include/vmparam.h:1.74 src/sys/arch/i386/include/vmparam.h:1.75
--- src/sys/arch/i386/include/vmparam.h:1.74 Mon May 7 16:16:44 2012
+++ src/sys/arch/i386/include/vmparam.h Wed Aug 15 08:10:28 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.74 2012/05/07 16:16:44 joerg Exp $ */
+/* $NetBSD: vmparam.h,v 1.75 2012/08/15 08:10:28 sborrill Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -127,7 +127,7 @@
#define VM_PHYSSEG_MAX 1
#define VM_NFREELIST 1
#else
-#define VM_PHYSSEG_MAX 10 /* 1 "hole" + 9 free lists */
+#define VM_PHYSSEG_MAX 16 /* 1 "hole" + 15 free lists */
#define VM_NFREELIST 2
#define VM_FREELIST_FIRST16 1
#endif /* XEN */