Module Name:    src
Committed By:   sborrill
Date:           Wed Aug 15 08:09:57 UTC 2012

Modified Files:
        src/sys/arch/amd64/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.30 -r1.31 src/sys/arch/amd64/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/amd64/include/vmparam.h
diff -u src/sys/arch/amd64/include/vmparam.h:1.30 src/sys/arch/amd64/include/vmparam.h:1.31
--- src/sys/arch/amd64/include/vmparam.h:1.30	Mon May  7 16:16:44 2012
+++ src/sys/arch/amd64/include/vmparam.h	Wed Aug 15 08:09:57 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: vmparam.h,v 1.30 2012/05/07 16:16:44 joerg Exp $	*/
+/*	$NetBSD: vmparam.h,v 1.31 2012/08/15 08:09:57 sborrill Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -148,7 +148,7 @@
 /* virtual sizes (bytes) for various kernel submaps */
 #define VM_PHYS_SIZE		(USRIOSIZE*PAGE_SIZE)
 
-#define VM_PHYSSEG_MAX		10	/* 1 "hole" + 9 free lists */
+#define VM_PHYSSEG_MAX		16	/* 1 "hole" + 15 free lists */
 #define VM_PHYSSEG_STRAT	VM_PSTRAT_BIGFIRST
 
 #define	VM_NFREELIST		3

Reply via email to