From owner-svn-src-head@FreeBSD.ORG Wed Mar 13 21:23:15 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]) by hub.freebsd.org (Postfix) with ESMTP id 67D75B07; Wed, 13 Mar 2013 21:23:15 +0000 (UTC) (envelope-from ken@kdm.org) Received: from nargothrond.kdm.org (nargothrond.kdm.org [70.56.43.81]) by mx1.freebsd.org (Postfix) with ESMTP id 2FAD0BE8; Wed, 13 Mar 2013 21:23:14 +0000 (UTC) Received: from nargothrond.kdm.org (localhost [127.0.0.1]) by nargothrond.kdm.org (8.14.2/8.14.2) with ESMTP id r2DLNDn9030320; Wed, 13 Mar 2013 15:23:13 -0600 (MDT) (envelope-from ken@nargothrond.kdm.org) Received: (from ken@localhost) by nargothrond.kdm.org (8.14.2/8.14.2/Submit) id r2DLNDdO030319; Wed, 13 Mar 2013 15:23:13 -0600 (MDT) (envelope-from ken) Date: Wed, 13 Mar 2013 15:23:13 -0600 From: "Kenneth D. Merry" To: Pawel Jakub Dawidek Subject: Re: svn commit: r247814 - in head: . sys/amd64/conf sys/cam/ctl sys/conf sys/i386/conf Message-ID: <20130313212313.GA29927@nargothrond.kdm.org> References: <201303042118.r24LIj5e008913@svn.freebsd.org> <20130312210921.GB1390@garage.freebsd.pl> <201303131108.27005.jhb@freebsd.org> <20130313210951.GB1372@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130313210951.GB1372@garage.freebsd.pl> User-Agent: Mutt/1.4.2i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, John Baldwin 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: Wed, 13 Mar 2013 21:23:15 -0000 On Wed, Mar 13, 2013 at 22:09:51 +0100, Pawel Jakub Dawidek wrote: > On Wed, Mar 13, 2013 at 11:08:26AM -0400, John Baldwin wrote: > > On Tuesday, March 12, 2013 5:09:21 pm Pawel Jakub Dawidek wrote: > > > On Mon, Mar 04, 2013 at 09:18:45PM +0000, Kenneth D. Merry wrote: > > > > Author: ken > > > > Date: Mon Mar 4 21:18:45 2013 > > > > New Revision: 247814 > > > > URL: http://svnweb.freebsd.org/changeset/base/247814 > > > > > > > > Log: > > > > Re-enable CTL in GENERIC on i386 and amd64, but turn on the CTL disable > > > > tunable by default. > > > > > > > > This will allow GENERIC configurations to boot on small memory boxes, but > > > > not require end users who want to use CTL to recompile their kernel. They > > > > can simply set kern.cam.ctl.disable=0 in loader.conf. > > > > > > Could you rename it to kern.cam.ctl.enable(d)? There was discussion at > > > some point about sysctl/tunable names and the consensus was, AFAIR, to > > > use positive(?) names as they are more obvious. > > > > Except that all the hints we use for devices are hint.foo.X.disable=1 :) > > Well we have many sysctls too, but would be nice not to introduce new ones. This particular sysctl/tunable is not new. It was in 9.1. My concern with changing it is that it will lead to surprises for users who already have it set. Ken -- Kenneth Merry ken@FreeBSD.ORG