Module Name: src
Committed By: ozaki-r
Date: Thu Dec 15 04:01:09 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
Add SCTP to ALL configs to keep it buildable anyway
To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.407 -r1.408 src/sys/arch/i386/conf/ALL
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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.44 src/sys/arch/amd64/conf/ALL:1.45
--- src/sys/arch/amd64/conf/ALL:1.44 Tue Dec 13 20:42:16 2016
+++ src/sys/arch/amd64/conf/ALL Thu Dec 15 04:01:09 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.44 2016/12/13 20:42:16 christos Exp $
+# $NetBSD: ALL,v 1.45 2016/12/15 04:01:09 ozaki-r Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.44 $"
+#ident "ALL-$Revision: 1.45 $"
maxusers 64 # estimated number of users
@@ -233,6 +233,7 @@ options IPFILTER_COMPAT # Compat for IP
options IPFILTER_DEFAULT_BLOCK # block all packets by default
options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options TCP_SIGNATURE # RFC 2385 support, used with BGP
+options SCTP # Stream Control Transmission Protocol
options ALTQ # Manipulate network interfaces' output queues
options ALTQ_BLUE # Stochastic Fair Blue
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.407 src/sys/arch/i386/conf/ALL:1.408
--- src/sys/arch/i386/conf/ALL:1.407 Tue Dec 13 20:42:18 2016
+++ src/sys/arch/i386/conf/ALL Thu Dec 15 04:01:09 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.407 2016/12/13 20:42:18 christos Exp $
+# $NetBSD: ALL,v 1.408 2016/12/15 04:01:09 ozaki-r Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.407 $"
+#ident "ALL-$Revision: 1.408 $"
maxusers 64 # estimated number of users
@@ -232,6 +232,7 @@ options IPFILTER_COMPAT # Compat for IP
options IPFILTER_DEFAULT_BLOCK # block all packets by default
options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
options TCP_SIGNATURE # RFC 2385 support, used with BGP
+options SCTP # Stream Control Transmission Protocol
options ALTQ # Manipulate network interfaces' output queues
options ALTQ_BLUE # Stochastic Fair Blue