Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2013 18:58:59 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r252473 - head/sys/arm/conf
Message-ID:  <201307011858.r61Iwx7r016965@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307011858.r61Iwx7r016965>