Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 07/03/2006 01:25:33
Module Name:	src
Committed By:	mrg
Date:		Mon Jul  3 01:25:33 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: machdep.c

Log Message:
always include the code to lookup bootinfo for memory size.  however,
don't use it if biosbasemem or biosextmem are non-zero.  this allows
one to set these variables in /netbsd rather than a kernel rebuild with
options REALBASEMEM/REALEXTMEM, as used to be.  PR#33659.


To generate a diff of this commit:
cvs rdiff -r1.574 -r1.575 src/sys/arch/i386/i386/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.