From owner-svn-src-all@FreeBSD.ORG Mon Jul 1 18:59:00 2013 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 261FFB73; Mon, 1 Jul 2013 18:59:00 +0000 (UTC) (envelope-from tuexen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 191B11C0F; Mon, 1 Jul 2013 18:59:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r61Iwx1Z016966; Mon, 1 Jul 2013 18:58:59 GMT (envelope-from tuexen@svn.freebsd.org) Received: (from tuexen@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r61Iwx7r016965; Mon, 1 Jul 2013 18:58:59 GMT (envelope-from tuexen@svn.freebsd.org) Message-Id: <201307011858.r61Iwx7r016965@svn.freebsd.org> From: Michael Tuexen Date: Mon, 1 Jul 2013 18:58:59 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r252473 - head/sys/arm/conf X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Jul 2013 18:59:00 -0000 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