From 391a195be53d2c6e0c5ebac59bab903f10931452 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 25 Apr 2000 23:10:32 +0000 Subject: A fix to the dreaded isadmaattach panic which hunts people playing with large memory machines. This time I really hope we can continue quite a bit away over the Gig. --- sys/arch/i386/include/vmparam.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/i386/include/vmparam.h') diff --git a/sys/arch/i386/include/vmparam.h b/sys/arch/i386/include/vmparam.h index 36bd525296a..4f3dc049f8c 100644 --- a/sys/arch/i386/include/vmparam.h +++ b/sys/arch/i386/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.14 1999/10/03 21:08:16 niklas Exp $ */ +/* $OpenBSD: vmparam.h,v 1.15 2000/04/25 23:10:31 niklas Exp $ */ /* $NetBSD: vmparam.h,v 1.15 1994/10/27 04:16:34 cgd Exp $ */ /*- @@ -145,7 +145,7 @@ #define MACHINE_NEW_NONCONTIG /* VM <=> pmap interface modifier */ #define VM_PHYSSEG_MAX 4 /* actually we could have this many segments */ -#define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST +#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH #define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */ #define VM_NFREELIST 2 -- cgit v1.2.3