Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Bump SYMTAB_SPACE
details: https://anonhg.NetBSD.org/src/rev/bbfa23789f69
branches: trunk
changeset: 773614:bbfa23789f69
user: matt <matt%NetBSD.org@localhost>
date: Thu Feb 09 18:58:14 2012 +0000
description:
Bump SYMTAB_SPACE
Disable NOFPU on MALTA
diffstat:
sys/arch/evbmips/conf/ADM5120 | 6 +++---
sys/arch/evbmips/conf/AP30 | 6 +++---
sys/arch/evbmips/conf/MALTA | 8 ++++----
sys/arch/evbmips/conf/XLSATX | 6 +++---
4 files changed, 13 insertions(+), 13 deletions(-)
diffs (106 lines):
diff -r 3a023d14a23f -r bbfa23789f69 sys/arch/evbmips/conf/ADM5120
--- a/sys/arch/evbmips/conf/ADM5120 Thu Feb 09 18:35:44 2012 +0000
+++ b/sys/arch/evbmips/conf/ADM5120 Thu Feb 09 18:58:14 2012 +0000
@@ -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_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
diff -r 3a023d14a23f -r bbfa23789f69 sys/arch/evbmips/conf/AP30
--- a/sys/arch/evbmips/conf/AP30 Thu Feb 09 18:35:44 2012 +0000
+++ b/sys/arch/evbmips/conf/AP30 Thu Feb 09 18:58:14 2012 +0000
@@ -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 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
diff -r 3a023d14a23f -r bbfa23789f69 sys/arch/evbmips/conf/MALTA
--- a/sys/arch/evbmips/conf/MALTA Thu Feb 09 18:35:44 2012 +0000
+++ b/sys/arch/evbmips/conf/MALTA Thu Feb 09 18:58:14 2012 +0000
@@ -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 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
diff -r 3a023d14a23f -r bbfa23789f69 sys/arch/evbmips/conf/XLSATX
--- a/sys/arch/evbmips/conf/XLSATX Thu Feb 09 18:35:44 2012 +0000
+++ b/sys/arch/evbmips/conf/XLSATX Thu Feb 09 18:58:14 2012 +0000
@@ -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 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
Home |
Main Index |
Thread Index |
Old Index