From owner-cvs-all Sat Jul 3 19:26:30 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D198914BDC; Sat, 3 Jul 1999 19:26:28 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Received: (from jlemon@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA51221; Sat, 3 Jul 1999 19:26:28 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) Message-Id: <199907040226.TAA51221@freefall.freebsd.org> From: Jonathan Lemon Date: Sat, 3 Jul 1999 19:26:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jlemon 1999/07/03 19:26:27 PDT Modified files: sys/i386/i386 machdep.c Log: Some cleanup and rearrangement. hw.physmem is now an absolute quantity; we will never use more memory than this value (if specified), but will always check memory for validity up to this amount. Get rid of the speculative_mprobe option; the memory amount can now be specified by hw.physmem. Revision Changes Path 1.351 +98 -121 src/sys/i386/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message