From owner-svn-src-all@FreeBSD.ORG Sat Aug 27 21:56:34 2011 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 C2D8E106566C; Sat, 27 Aug 2011 21:56:34 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) by mx1.freebsd.org (Postfix) with ESMTP id 16FFA8FC14; Sat, 27 Aug 2011 21:56:33 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1QxQrs-000MiU-ED; Sun, 28 Aug 2011 01:56:44 +0400 Date: Sun, 28 Aug 2011 01:56:44 +0400 From: Slawa Olhovchenkov To: Garrett Cooper Message-ID: <20110827215644.GH21676@zxy.spb.ru> References: <20110827081103.GB21676@zxy.spb.ru> <86obzbi75n.fsf@srvbsdfenssv.interne.associated-bears.org> <20110827105342.GC21676@zxy.spb.ru> <4E58D8E8.3090603@FreeBSD.org> <20110827124432.GD21676@zxy.spb.ru> <4E595447.8000104@FreeBSD.org> <20110827210448.GE21676@zxy.spb.ru> <20110827212118.GF21676@zxy.spb.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false Cc: Doug Barton , John Baldwin , Eric Masson , svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r225201 - in head/sys: amd64/conf i386/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: Sat, 27 Aug 2011 21:56:34 -0000 On Sat, Aug 27, 2011 at 02:37:34PM -0700, Garrett Cooper wrote: > > If drivers moved from GENERIC to /boot/loader.conf it allow preserve > > wide range of installation environment and give light way to reduce > > count of loaded devices (by edit /boot/loader.conf). > > /boot/loader.conf is empty by default. GENERIC for the most part > is a complete, monolithic kernel. I'm not sure what the issue is here, > because this is for more advanced usage (i.e. you do linux_load="YES" > in /boot/loader.conf, etc). Yes, I can do linux_load="YES". I can't do NFSSERVER_unload="YES" and remove part of monolithic kernel. I can't applay binary update for part of monolithic kernel and do kldunload module_abc kldload module_abc