Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Oct 2005 16:10:50 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 85832 for review
Message-ID:  <200510251610.j9PGAoj6025934@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=85832

Change 85832 by peter@peter_overcee on 2005/10/25 16:09:50

	Increase physmap array to match phys_avail.  Some dells need it.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#143 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#143 (text+ko) ====

@@ -830,7 +830,7 @@
 }
 #endif
 
-#define PHYSMAP_SIZE	(2 * 8)
+#define PHYSMAP_SIZE	(2 * 20)
 
 u_int basemem;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510251610.j9PGAoj6025934>