From owner-svn-src-head@FreeBSD.ORG Tue Jul 30 19:57:26 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 C78A2182; Tue, 30 Jul 2013 19:57:26 +0000 (UTC) (envelope-from etnapierala@gmail.com) Received: from mail-bk0-x232.google.com (mail-bk0-x232.google.com [IPv6:2a00:1450:4008:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CABC52806; Tue, 30 Jul 2013 19:57:25 +0000 (UTC) Received: by mail-bk0-f50.google.com with SMTP id ik8so1776436bkc.23 for ; Tue, 30 Jul 2013 12:57:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; bh=p5h//BEebiXDfE5VVMxnyZ2TbThtXEZHaDzHRbEY6nk=; b=VzEkfsVXTlPcGgjo4NcPOtwSuK3RilyUS+utJ3aENfArFt1IQeEw27ob87e5SX5g2X zcnphIn1zGBzWzQQ0LxHa8BXQdppP/QGpRamyxXAcEaeccUNeDBAxPnXlL0DuDFkN06m /3OmEs0NSRHINRxE1E8ULOFrfaLKn+nZbDpyEPhJUuP4zJ45A6iZgpc7ZFHmR5YQHoEI g7IgknvFWC3gy/GVKUs3fN3TgUxVPycdxZdZIiXrD5UhFW/LQRz25OhCs8/+GFM24j2F UB3jPHh7018q/tFjJiOJRcHGXDmIGpZDz8HTzrQfWXdGqXAA29TBes/SBnyRoo/Ub51t cv9Q== X-Received: by 10.205.8.65 with SMTP id or1mr2750497bkb.162.1375214244023; Tue, 30 Jul 2013 12:57:24 -0700 (PDT) Received: from [192.168.1.4] (adea192.neoplus.adsl.tpnet.pl. [79.184.78.192]) by mx.google.com with ESMTPSA id d8sm10202812bkj.6.2013.07.30.12.57.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jul 2013 12:57:23 -0700 (PDT) Sender: =?UTF-8?Q?Edward_Tomasz_Napiera=C5=82a?= Content-Type: text/plain; charset=iso-8859-2 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: svn commit: r249410 - in head/sys: amd64/conf arm/conf cam/ctl conf i386/conf ia64/conf modules/ctl sparc64/conf From: =?iso-8859-2?Q?Edward_Tomasz_Napiera=B3a?= In-Reply-To: <20130729203848.GG948@alchemy.franken.de> Date: Tue, 30 Jul 2013 21:57:21 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <517A021B-6C7B-48C3-9AC2-CBA937BBAC80@FreeBSD.org> References: <201304121625.r3CGP3Dv068400@svn.freebsd.org> <20130729203848.GG948@alchemy.franken.de> To: Marius Strobl X-Mailer: Apple Mail (2.1508) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, ken@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: Tue, 30 Jul 2013 19:57:26 -0000 Wiadomo=B6=E6 napisana przez Marius Strobl w = dniu 29 lip 2013, o godz. 22:38: > 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 >>=20 >> 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. >>=20 >> With ctl(4) being built as a module and automatically loaded by = ctladm(8), >> this makes CTL work out of the box. >>=20 >=20 > Uhm, shouldn't r249328 and the above change be MFCed to stable/9 in > order to reduce the default memory footprint there? Yup, my bad. I'm waiting for reply from re@ whether it's a good thing to do at this point of the release process.