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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to