svn commit: r252473 - head/sys/arm/conf

Michael Tuexen tuexen at FreeBSD.org
Mon Jul 1 18:59:00 UTC 2013


Author: tuexen
Date: Mon Jul  1 18:58:59 2013
New Revision: 252473
URL: http://svnweb.freebsd.org/changeset/base/252473

Log:
  Enable SCTP, since it is also enabled on GENERIC and it works fine on
  the Raspberry Pi.
  
  Discussed with: rpaulo

Modified:
  head/sys/arm/conf/RPI-B

Modified: head/sys/arm/conf/RPI-B
==============================================================================
--- head/sys/arm/conf/RPI-B	Mon Jul  1 18:41:07 2013	(r252472)
+++ head/sys/arm/conf/RPI-B	Mon Jul  1 18:58:59 2013	(r252473)
@@ -39,6 +39,7 @@ options 	HZ=100
 options 	SCHED_4BSD		#4BSD scheduler
 options 	INET			#InterNETworking
 options 	INET6			#IPv6 communications protocols
+options		SCTP			#Stream Control Transmission Protocol
 options 	FFS			#Berkeley Fast Filesystem
 options 	SOFTUPDATES		#Enable FFS soft updates support
 options 	UFS_ACL			#Support for access control lists


More information about the svn-src-head mailing list