From owner-svn-src-head@FreeBSD.ORG Fri Oct 24 17:05:02 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 55A341065670; Fri, 24 Oct 2008 17:05:02 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout019.mac.com (asmtpout019.mac.com [17.148.16.94]) by mx1.freebsd.org (Postfix) with ESMTP id 3DB308FC26; Fri, 24 Oct 2008 17:05:02 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp019.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0K9900EFE3BLFC70@asmtp019.mac.com>; Fri, 24 Oct 2008 09:04:34 -0700 (PDT) Message-id: From: Marcel Moolenaar To: "Bruce M. Simpson" In-reply-to: <49018C68.3020706@FreeBSD.org> Date: Fri, 24 Oct 2008 09:04:32 -0700 References: <200810230216.m9N2Gdxw045106@svn.freebsd.org> <20081023.191014.41711418.imp@bsdimp.com> <49018C68.3020706@FreeBSD.org> X-Mailer: Apple Mail (2.929.2) Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, marcel@FreeBSD.org, Warner Losh , 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 17:05:02 -0000 On Oct 24, 2008, at 1:50 AM, Bruce M. Simpson wrote: > Warner Losh wrote: >>> Add mips/conf/DEFAULTS and populate it with: >>> machine arm >>> device mem >>> device uart_ns8250 >>> options GEOM_BSD >>> options GEOM_MBR >>> Remove the first three from all kernel configuration files >>> (sometimes commented-out) and change geom_bsd and geom_mbr >>> from standard to optional. >>> >> >> We shouldn't be using DEFAULTS for this. >> > > I agree. Marcel, can you please back this change out (at least the > mips or SENTRY5 part of it) ? > > uart support isn't ready on SENTRY5; shipping these drivers in a > default configuration just adds dead wood on a platform where kernel > size is critical. I have no problem reverting, but the reasons you put forward don't hold. uart(4) is not enabled by default so there's no change to the SENTRY5 configuration at all in that respect. Please provide other grounds for reversal. -- Marcel Moolenaar xcllnt@mac.com