Module Name:    src
Committed By:   matt
Date:           Thu Feb  9 18:58:15 UTC 2012

Modified Files:
        src/sys/arch/evbmips/conf: ADM5120 AP30 MALTA XLSATX

Log Message:
Bump SYMTAB_SPACE
Disable NOFPU on MALTA


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/ADM5120
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbmips/conf/AP30
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/evbmips/conf/MALTA
cvs rdiff -u -r1.9 -r1.10 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/ADM5120
diff -u src/sys/arch/evbmips/conf/ADM5120:1.10 src/sys/arch/evbmips/conf/ADM5120:1.11
--- src/sys/arch/evbmips/conf/ADM5120:1.10	Tue Nov 22 21:25:10 2011
+++ src/sys/arch/evbmips/conf/ADM5120	Thu Feb  9 18:58:14 2012
@@ -1,11 +1,11 @@
-#	$NetBSD: ADM5120,v 1.10 2011/11/22 21:25:10 tls Exp $
+#	$NetBSD: ADM5120,v 1.11 2012/02/09 18:58:14 matt Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.adm5120"
 
-#ident 		"GENERIC-$Revision: 1.10 $"
+#ident 		"GENERIC-$Revision: 1.11 $"
 
 maxusers	32
 
@@ -33,7 +33,7 @@ options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
 makeoptions 	CPUFLAGS="-march=4kc"
-options 	SYMTAB_SPACE=280000	# size for embedded symbol table
+options 	SYMTAB_SPACE=290000	# size for embedded symbol table
 
 #options 	MEMORY_DISK_HOOKS
 #options 	MEMORY_DISK_IS_ROOT	# Force root on ram-disk

Index: src/sys/arch/evbmips/conf/AP30
diff -u src/sys/arch/evbmips/conf/AP30:1.23 src/sys/arch/evbmips/conf/AP30:1.24
--- src/sys/arch/evbmips/conf/AP30:1.23	Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbmips/conf/AP30	Thu Feb  9 18:58:14 2012
@@ -1,10 +1,10 @@
-#	$NetBSD: AP30,v 1.23 2011/12/18 05:49:26 dholland Exp $
+#	$NetBSD: AP30,v 1.24 2012/02/09 18:58:14 matt Exp $
 
 include 	"arch/evbmips/conf/std.atheros"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"AP30-$Revision: 1.23 $"
+#ident 		"AP30-$Revision: 1.24 $"
 
 maxusers	32
 
@@ -45,7 +45,7 @@ options 	DIAGNOSTIC	# extra kernel sanit
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=351000	# size for embedded symbol table
+options 	SYMTAB_SPACE=355000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.64 src/sys/arch/evbmips/conf/MALTA:1.65
--- src/sys/arch/evbmips/conf/MALTA:1.64	Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbmips/conf/MALTA	Thu Feb  9 18:58:14 2012
@@ -1,16 +1,16 @@
-#	$NetBSD: MALTA,v 1.64 2011/12/18 05:49:26 dholland Exp $
+#	$NetBSD: MALTA,v 1.65 2012/02/09 18:58:14 matt Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.64 $"
+#ident 		"MALTA-$Revision: 1.65 $"
 
 maxusers	32
 
 options 	MIPS32
 options 	MIPS64
-options 	NOFPU		# No FPU
+#options 	NOFPU		# No FPU
 #options 	FPEMUL		# emulate FPU insn
 
 # Options for necessary to use MD
@@ -37,7 +37,7 @@ options 	USERCONF	# userconf(4) support
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=435000	# size for embedded symbol table
+options 	SYMTAB_SPACE=445000	# size for embedded symbol table
 
 # Compatibility options
 #options 	COMPAT_43	# compatibility with 4.3BSD binaries

Index: src/sys/arch/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.9 src/sys/arch/evbmips/conf/XLSATX:1.10
--- src/sys/arch/evbmips/conf/XLSATX:1.9	Sun Dec 18 05:49:26 2011
+++ src/sys/arch/evbmips/conf/XLSATX	Thu Feb  9 18:58:14 2012
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.9 2011/12/18 05:49:26 dholland Exp $
+#	$NetBSD: XLSATX,v 1.10 2012/02/09 18:58:14 matt Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.9 $"
+#ident 		"XLSATX-$Revision: 1.10 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -41,7 +41,7 @@ options 	USERCONF	# userconf(4) support
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
-options 	SYMTAB_SPACE=510000	# size for embedded symbol table
+options 	SYMTAB_SPACE=520000	# size for embedded symbol table
 #options 	DDB_COMMANDONENTER="trace;show registers"
 options 	DB_MAX_LINE=-1
 

Reply via email to