summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/conf
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2007-06-14 17:14:27 +0000
committerdelphij <delphij@FreeBSD.org>2007-06-14 17:14:27 +0000
commitc990e91fd117fcc10820d8e7e393340391fc006b (patch)
treecee1333be23e786f98beb1320d46c522f05c6966 /sys/sparc64/conf
parent9703ecd0982869d5970ba6c1201b4f449731c314 (diff)
downloadFreeBSD-src-c990e91fd117fcc10820d8e7e393340391fc006b.zip
FreeBSD-src-c990e91fd117fcc10820d8e7e393340391fc006b.tar.gz
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
Diffstat (limited to 'sys/sparc64/conf')
-rw-r--r--sys/sparc64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
index ce90214..6966c4d 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
OpenPOWER on IntegriCloud