Module Name: src Committed By: cliff Date: Tue Jan 12 08:18:23 UTC 2010
Modified Files: src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX Log Message: comment out options MEMSIZE; just use the mem we get from firmware map. To generate a diff of this commit: cvs rdiff -u -r1.1.2.1 -r1.1.2.2 src/sys/arch/evbmips/conf/XLSATX Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/evbmips/conf/XLSATX diff -u src/sys/arch/evbmips/conf/XLSATX:1.1.2.1 src/sys/arch/evbmips/conf/XLSATX:1.1.2.2 --- src/sys/arch/evbmips/conf/XLSATX:1.1.2.1 Mon Dec 14 07:24:33 2009 +++ src/sys/arch/evbmips/conf/XLSATX Tue Jan 12 08:18:23 2010 @@ -1,8 +1,8 @@ -# $NetBSD: XLSATX,v 1.1.2.1 2009/12/14 07:24:33 cliff Exp $ +# $NetBSD: XLSATX,v 1.1.2.2 2010/01/12 08:18:23 cliff Exp $ include "arch/evbmips/conf/std.rmixl" -#ident "XLSATX-$Revision: 1.1.2.1 $" +#ident "XLSATX-$Revision: 1.1.2.2 $" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary @@ -11,7 +11,7 @@ # # MEMSIZE can be used to limit memory size obtained from firmware or DRAM BARs # -options MEMSIZE=0x10000000 # 256MB +##options MEMSIZE=0x10000000 # 256MB options NOFPU # No FPU options SOFTFLOAT # emulate FPU insn