From a2346f7c3cd3ee540893b8c53f528aa875379506 Mon Sep 17 00:00:00 2001 From: Xin LI Date: Thu, 14 Jun 2007 17:14:27 +0000 Subject: [PATCH] Enable SCTP by default for GENERIC kernels in order to give it more exposure. The current state of SCTP implementation is considered to be ready for 32-bit platforms, but still need some work/testing on 64-bit platforms. Approved by: re (kensmith) Discussed with: rrs --- sys/amd64/conf/GENERIC | 1 + sys/i386/conf/GENERIC | 1 + sys/ia64/conf/GENERIC | 1 + sys/pc98/conf/GENERIC | 1 + sys/powerpc/conf/GENERIC | 1 + sys/sparc64/conf/GENERIC | 1 + sys/sun4v/conf/GENERIC | 1 + 7 files changed, 7 insertions(+) diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index ad98c1a3b943..c5ea67f53547 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -30,6 +30,7 @@ options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 27d48073123b..30e3d149e6a2 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -32,6 +32,7 @@ options SCHED_4BSD # 4BSD scheduler options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 9cdec7f60787..1ee7ac775c42 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -34,6 +34,7 @@ options FFS # Berkeley Fast Filesystem options GDB # Support remote GDB options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options KDB # Enable kernel debugger support options KTRACE # ktrace(1) syscall trace support options MD_ROOT # MD usable as root device diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index cd5265b8b8c7..b94b7f2d354d 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -32,6 +32,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index fc4f193d2921..c982b2166cf3 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -33,6 +33,7 @@ options PSIM #GDB PSIM ppc simulator options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols +options SCTP #Stream Transmission Control Protocol options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index ce90214fc3b4..6966c4d6f4d7 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -35,6 +35,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists diff --git a/sys/sun4v/conf/GENERIC b/sys/sun4v/conf/GENERIC index 0e342abce33c..057b7f088379 100644 --- a/sys/sun4v/conf/GENERIC +++ b/sys/sun4v/conf/GENERIC @@ -33,6 +33,7 @@ options SCHED_4BSD # 4BSD scheduler #options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols +options SCTP # Stream Transmission Control Protocol options FFS # Berkeley Fast Filesystem options SOFTUPDATES # Enable FFS soft updates support options UFS_ACL # Support for access control lists