Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/conf Enable INET6 (for modern network) and ...



details:   https://anonhg.NetBSD.org/src/rev/ed8952eec955
branches:  trunk
changeset: 330704:ed8952eec955
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jul 18 17:30:52 2014 +0000

description:
Enable INET6 (for modern network) and MODULAR, and disable accept filters.

diffstat:

 sys/arch/luna68k/conf/GENERIC |  13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diffs (48 lines):

diff -r bc06506d4c29 -r ed8952eec955 sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC     Fri Jul 18 17:24:34 2014 +0000
+++ b/sys/arch/luna68k/conf/GENERIC     Fri Jul 18 17:30:52 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.111 2014/07/05 09:16:45 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.112 2014/07/18 17:30:52 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.111 $"
+#ident                 "GENERIC-$Revision: 1.112 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -40,6 +40,9 @@
 options        SYSVMSG                 # System V message queues
 options        SYSVSEM                 # System V semaphores
 options        SYSVSHM                 # System V shared memory
+
+options        MODULAR                 # new style module(7) framework
+
 options        USERCONF                # userconf(4) support
 #options       PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
@@ -104,7 +107,7 @@
 
 # Networking options
 options        INET            # IP protocol stack support
-#options       INET6           # IPV6
+options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       GATEWAY         # IP packet forwarding
@@ -174,8 +177,8 @@
 
 #
 # accept filters
-pseudo-device   accf_data              # "dataready" accept filter
-pseudo-device   accf_http              # "httpready" accept filter
+#pseudo-device   accf_data             # "dataready" accept filter
+#pseudo-device   accf_http             # "httpready" accept filter
 
 pseudo-device  bpfilter                # Berkeley Packet Filter
 #pseudo-device carp                    # Common Address Redundancy Protocol



Home | Main Index | Thread Index | Old Index