From owner-svn-src-head@FreeBSD.ORG Sun Jun 12 11:16:02 2011 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 4D0E5106566C; Sun, 12 Jun 2011 11:16:02 +0000 (UTC) Date: Sun, 12 Jun 2011 11:16:02 +0000 From: Alexey Dokuchaev To: Doug Barton Message-ID: <20110612111601.GA62801@FreeBSD.org> References: <201106110908.p5B98kkE066709@svn.freebsd.org> <4DF3B12C.8020505@FreeBSD.org> <9583277B-6EC0-4B7F-9640-2B128A96C6B8@bsdimp.com> <4DF3D633.5060506@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <4DF3D633.5060506@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, Robert Watson , Joel Dahl , svn-src-head@FreeBSD.org, Warner Losh Subject: Re: svn commit: r222980 - in head/sys: amd64/conf i386/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: Sun, 12 Jun 2011 11:16:02 -0000 On Sat, Jun 11, 2011 at 01:55:15PM -0700, Doug Barton wrote: > I have 3 or 4 modules loaded via loader.conf at boot time. They take at > least 2 seconds each. IMO loading everything via loader.conf would slow > the boot so much as to be a non-starter. With my normal slim kernel with most of the modules loaded via loader.conf (other few loaded later in runtime) I have this: $ kldstat | wc -l 60 I do not observe noticeable difference compared to GENERIC kernel. Plus, users try to reboot their machines as rarely as possible, no? ./danfe