From owner-svn-src-head@FreeBSD.ORG Fri Oct 24 22:58:25 2008 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 140A41065670; Fri, 24 Oct 2008 22:58:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id C6B668FC18; Fri, 24 Oct 2008 22:58:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m9OMut9o003675; Fri, 24 Oct 2008 16:56:55 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 24 Oct 2008 16:56:55 -0600 (MDT) Message-Id: <20081024.165655.104036719.imp@bsdimp.com> To: bms@FreeBSD.org From: Warner Losh In-Reply-To: <490227A9.2090007@FreeBSD.org> References: <490222B1.8070205@FreeBSD.org> <561E3029-B6E1-4447-8439-D61ECD2BED4B@mac.com> <490227A9.2090007@FreeBSD.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: marcel@FreeBSD.org, svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, xcllnt@mac.com, src-committers@FreeBSD.org Subject: Re: svn commit: r184194 - in head/sys: conf mips/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 24 Oct 2008 22:58:25 -0000 From: "Bruce M. Simpson" Subject: Re: svn commit: r184194 - in head/sys: conf mips/conf Date: Fri, 24 Oct 2008 20:53:13 +0100 > Marcel Moolenaar wrote: > > ... > > They were enabled by default and they were non-optional by > > virtue of being standard. My change *only* made them > > optional so that people can opt-out (by using nooption, > > rather than editing sys/conf/files.mips). I didn't change > > the status-quo WRT having them compiled-in by default, and > > to achieve that, I added them to DEFAULTS. > > Thanks for the explanation, I clearly misunderstood what was going on. My conern was that this was the wrong mechanism, it wasn't discssed and lots of folks dislike it. Warner