Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf Enable INET6 by default, bump SYMTAB_SPACE



details:   https://anonhg.NetBSD.org/src/rev/a04c65996c33
branches:  trunk
changeset: 572365:a04c65996c33
user:      joff <joff%NetBSD.org@localhost>
date:      Fri Dec 31 12:14:22 2004 +0000

description:
Enable INET6 by default, bump SYMTAB_SPACE

diffstat:

 sys/arch/evbarm/conf/TS7200 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9d3834914a90 -r a04c65996c33 sys/arch/evbarm/conf/TS7200
--- a/sys/arch/evbarm/conf/TS7200       Fri Dec 31 11:54:29 2004 +0000
+++ b/sys/arch/evbarm/conf/TS7200       Fri Dec 31 12:14:22 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TS7200,v 1.3 2004/12/27 02:44:38 joff Exp $
+#      $NetBSD: TS7200,v 1.4 2004/12/31 12:14:22 joff Exp $
 #
 #      GENERIC -- Generic kernel
 #
@@ -50,7 +50,7 @@
 
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
-#options       INET6           # IPV6
+options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/ IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
@@ -132,7 +132,7 @@
 options                DDB_ONPANIC=1
 options        DDB_HISTORY_SIZE=100    # Enable history editing in DDB
 #makeoptions   DEBUG="-g"      # compile full symbol table
-options        SYMTAB_SPACE=370000
+options        SYMTAB_SPACE=400000
 
 ##options      PMAP_INCLUDE_PTE_SYNC
 ##options      LOCKDEBUG



Home | Main Index | Thread Index | Old Index