From owner-svn-src-head@FreeBSD.ORG Mon Jul 29 20:38:51 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5F782F80; Mon, 29 Jul 2013 20:38:51 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB73D2F65; Mon, 29 Jul 2013 20:38:50 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.7/8.14.7/ALCHEMY.FRANKEN.DE) with ESMTP id r6TKcm56085758; Mon, 29 Jul 2013 22:38:48 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.7/8.14.7/Submit) id r6TKcmYX085757; Mon, 29 Jul 2013 22:38:48 +0200 (CEST) (envelope-from marius) Date: Mon, 29 Jul 2013 22:38:48 +0200 From: Marius Strobl To: Edward Tomasz Napierala , ken@freebsd.org Subject: Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf Message-ID: <20130729203848.GG948@alchemy.franken.de> References: <201304121625.r3CGP3Dv068400@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201304121625.r3CGP3Dv068400@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 20:38:51 -0000 On Fri, Apr 12, 2013 at 04:25:03PM +0000, Edward Tomasz Napierala wrote: > Author: trasz > Date: Fri Apr 12 16:25:03 2013 > New Revision: 249410 > URL: http://svnweb.freebsd.org/changeset/base/249410 > > Log: > Remove ctl(4) from GENERIC. Also remove 'options CTL_DISABLE' > and kern.cam.ctl.disable tunable; those were introduced as a workaround > to make it possible to boot GENERIC on low memory machines. > > With ctl(4) being built as a module and automatically loaded by ctladm(8), > this makes CTL work out of the box. > Uhm, shouldn't r249328 and the above change be MFCed to stable/9 in order to reduce the default memory footprint there? Marius