From owner-svn-src-all@FreeBSD.ORG Sat Aug 27 12:44:21 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 87CD1106564A; Sat, 27 Aug 2011 12:44:21 +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 E155F8FC0A; Sat, 27 Aug 2011 12:44:20 +0000 (UTC) Received: from slw by zxy.spb.ru with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1QxIFU-000IEC-8p; Sat, 27 Aug 2011 16:44:32 +0400 Date: Sat, 27 Aug 2011 16:44:32 +0400 From: Slawa Olhovchenkov To: Doug Barton Message-ID: <20110827124432.GD21676@zxy.spb.ru> References: <201108262122.p7QLMZXW071323@svn.freebsd.org> <4E583B92.3060100@FreeBSD.org> <20110827081103.GB21676@zxy.spb.ru> <86obzbi75n.fsf@srvbsdfenssv.interne.associated-bears.org> <20110827105342.GC21676@zxy.spb.ru> <4E58D8E8.3090603@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4E58D8E8.3090603@FreeBSD.org> 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: Eric Masson , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, John Baldwin 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 12:44:21 -0000 On Sat, Aug 27, 2011 at 04:45:44AM -0700, Doug Barton wrote: > On 8/27/2011 3:53 AM, Slawa Olhovchenkov wrote: > > On Sat, Aug 27, 2011 at 10:35:16AM +0200, Eric Masson wrote: > > > >> Slawa Olhovchenkov writes: > >> > >> Hello, > >> > >>> Yes, from FreeBSD 6.x puc.ko don't work. Only in-kernel version work. > >> > >> Nope puc.ko module can't attach drivers compiled in kernel, but if both > >> puc & uart are loaded as modules, they work fine : > > > > > >> The other way could be to ship a stripped down GENERIC kernel and load > >> modules manually or automagically (devd ?) > >> Regards > > > > May be for fist step: w/o devd, simle remove all posible from GENERIC and include all removed > > drivers in /boot/loader.conf? > > You're better off using kld_list in rc.conf for anything that doesn't > absolutely have to be loaded with the kernel. What drivers in GENERIC don't need to boot from disk or network? sound only?