From owner-svn-src-all@FreeBSD.ORG Fri Oct 24 01:10:43 2008 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0659F106566C; Fri, 24 Oct 2008 01:10:43 +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 B96348FC1C; Fri, 24 Oct 2008 01:10:42 +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 m9O19hj6082272; Thu, 23 Oct 2008 19:09:43 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 23 Oct 2008 19:09:42 -0600 (MDT) Message-Id: <20081023.190942.74668946.imp@bsdimp.com> To: marcel@FreeBSD.org From: Warner Losh In-Reply-To: <200810230151.m9N1ptUe044619@svn.freebsd.org> References: <200810230151.m9N1ptUe044619@svn.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: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r184193 - in head/sys: arm/conf conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Oct 2008 01:10:43 -0000 From: Marcel Moolenaar Subject: svn commit: r184193 - in head/sys: arm/conf conf Date: Thu, 23 Oct 2008 01:51:55 +0000 (UTC) > Author: marcel > Date: Thu Oct 23 01:51:55 2008 > New Revision: 184193 > URL: http://svn.freebsd.org/changeset/base/184193 > > Log: > Add arm/conf/DEFAULTS and populate it with: > machine arm > device mem > options GEOM_BSD > options GEOM_MBR > > Remove the first two from all kernel configuration files and > change geom_bsd and geom_mbr from standard to optional. > > Added: > head/sys/arm/conf/DEFAULTS (contents, props changed) We already have a better mechanism for including config files. We should be using that instead of poluting another port with the DEFAULTS file. Warner