From owner-freebsd-questions Fri Jul 7 11:54: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id 22F8537B99A for ; Fri, 7 Jul 2000 11:54:03 -0700 (PDT) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e67Is0V20970; Fri, 7 Jul 2000 11:54:00 -0700 (PDT) Date: Fri, 7 Jul 2000 11:54:00 -0700 From: Alfred Perlstein To: Robert Sexton Cc: freebsd-questions@FreeBSD.ORG Subject: Re: How to best use kld's Message-ID: <20000707115400.Q25571@fw.wintelcom.net> References: <20000707143724.A60592@tabby.kudra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <20000707143724.A60592@tabby.kudra.com>; from robert@tabby.kudra.com on Fri, Jul 07, 2000 at 02:37:24PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * Robert Sexton [000707 11:41] wrote: > This question refers to 4.0-STABLE > > Whats the current thinking on kld's? It seems that every time I turn > around, another driver has moved into the kld tree. > > I generally hard wire all of my drivers, but I see now that even > network drivers are moving out into kld-land. Should I get with the > times and dynamic load things (it would simplify kernel config across > machines), or are the old ways better? If so, do I have to specify > the klds, or how to I trigger the load? I see that most of the > filesystems are now dynamic, which sounds good to me. Making something into a kld can dramatically reduce the devel time since as long as you don't panic or wedge the system you can load and unload instead of recompiling and rebooting. Also users will thank you for the same reason. -- -Alfred Perlstein - [bright@wintelcom.net|alfred@freebsd.org] "I have the heart of a child; I keep it in a jar on my desk." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message