summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-09-17 22:23:40 +0000
committermiod <miod@openbsd.org>2006-09-17 22:23:40 +0000
commit260ab7cdb8f3fcbd6774b0cfe435552b70439e11 (patch)
tree0a079e7ba063410d624f280ca504899bfe9b9391
parentTime to leave the bus. (diff)
downloadwireguard-openbsd-260ab7cdb8f3fcbd6774b0cfe435552b70439e11.tar.xz
wireguard-openbsd-260ab7cdb8f3fcbd6774b0cfe435552b70439e11.zip
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.
-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_ */