diff --git a/sys/arch/evbmips/conf/ADM5120 b/sys/arch/evbmips/conf/ADM5120 index 6024c0f027dc..f16a02bd6433 100644 --- a/sys/arch/evbmips/conf/ADM5120 +++ b/sys/arch/evbmips/conf/ADM5120 @@ -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 diff --git a/sys/arch/evbmips/conf/AP30 b/sys/arch/evbmips/conf/AP30 index 7e73336d1bf1..5aba08f23c16 100644 --- a/sys/arch/evbmips/conf/AP30 +++ b/sys/arch/evbmips/conf/AP30 @@ -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 sanity checking 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 --git a/sys/arch/evbmips/conf/MALTA b/sys/arch/evbmips/conf/MALTA index 68c1cbeac939..f33eb762f891 100644 --- a/sys/arch/evbmips/conf/MALTA +++ b/sys/arch/evbmips/conf/MALTA @@ -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 diff --git a/sys/arch/evbmips/conf/XLSATX b/sys/arch/evbmips/conf/XLSATX index b25e95bbb5bb..dfe2cf7242ef 100644 --- a/sys/arch/evbmips/conf/XLSATX +++ b/sys/arch/evbmips/conf/XLSATX @@ -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