From owner-svn-src-head@FreeBSD.ORG Tue Jul 30 03:45:38 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 26BA1BDB; Tue, 30 Jul 2013 03:45:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x234.google.com (mail-wi0-x234.google.com [IPv6:2a00:1450:400c:c05::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1346F20DE; Tue, 30 Jul 2013 03:45:36 +0000 (UTC) Received: by mail-wi0-f180.google.com with SMTP id f14so1607192wiw.1 for ; Mon, 29 Jul 2013 20:45:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=U3uL3D53mFCdCaEgxl9VynQnE4syM7rOvLl7VLoM55k=; b=yPaPBJe+jx5fUiN7w/cdEF2cgBUDBrmcQxK6szHkuIlB3RpqP7xX5mhsrgDLppesh7 5XZ1tqrIwg7R/hWQgQx9XEaAWYFX1n+2jYX/Tu7nhxrQh6n8NTTD0jD0e3cpkUnVOd/3 xtTxidgrZbp5i2xUO5S168niR4xpkxRwUXF3ZTCwYh9bW0Jhg1Z06W6W3eRmr6yaoV/U 9KKNbfnjAwaoe+wdQv4ilii0594YeTJPCJjoQzzDA/MUopL+f7g1/1I/u1xdNwwk3OeZ GUiMJioV3NWkidRoI5Y/hUi9XhZ5OLhtdmzE/o+NXYGuJWoUf8qDbtYOAHF/auOjUZk5 3kWA== MIME-Version: 1.0 X-Received: by 10.194.201.202 with SMTP id kc10mr5702205wjc.1.1375155935423; Mon, 29 Jul 2013 20:45:35 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.94.132 with HTTP; Mon, 29 Jul 2013 20:45:34 -0700 (PDT) In-Reply-To: <20130729203848.GG948@alchemy.franken.de> References: <201304121625.r3CGP3Dv068400@svn.freebsd.org> <20130729203848.GG948@alchemy.franken.de> Date: Mon, 29 Jul 2013 20:45:34 -0700 X-Google-Sender-Auth: 7UyrqIHPayyhfvwdcUAOiBGH7HY Message-ID: Subject: Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf From: Adrian Chadd To: Marius Strobl Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, ken@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Edward Tomasz Napierala 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: Tue, 30 Jul 2013 03:45:38 -0000 Yes, that would be nice. -adrian On 29 July 2013 13:38, Marius Strobl wrote: > 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 >