summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-09-17 22:23:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-09-17 22:23:41 +0000
commit7f56d67d31a24eb3c8b16ed9f19f3d2f6dc73f8f (patch)
tree0a7272edb65be8ad157922ac30cfa87bc258b7c1 /sys/arch
parentef719e5bc9d2b1a6d2db7d3570e170992bc48e96 (diff)
Crank VM_PHYSSEG_MAX to 8; while we do not expect more than 2 ranges in the
worst case, the Booter will happily feed us up to 8 ranges, so we have to get prepared.
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/mac68k/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mac68k/include/vmparam.h b/sys/arch/mac68k/include/vmparam.h
index b42a30e0bbf..e477c3d4d0e 100644
--- a/sys/arch/mac68k/include/vmparam.h
+++ b/sys/arch/mac68k/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.15 2003/06/02 23:27:49 millert Exp $ */
+/* $OpenBSD: vmparam.h,v 1.16 2006/09/17 22:23:40 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.8 1996/11/15 14:21:00 briggs Exp $ */
/*
@@ -94,7 +94,7 @@
* RAM, a minimum of ~320KB will be subtracted from the amount in bank A
* for the framebuffer (if on-board video is in use).
*/
-#define VM_PHYSSEG_MAX 2
+#define VM_PHYSSEG_MAX 8
#define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST
#endif /* _MAC68K_VMPARAM_H_ */