From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 19:54:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B920F37B401 for ; Thu, 17 Apr 2003 19:54:04 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D79B043F3F for ; Thu, 17 Apr 2003 19:54:03 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h3I2s1A7086275; Thu, 17 Apr 2003 20:54:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 17 Apr 2003 20:53:32 -0600 (MDT) Message-Id: <20030417.205332.130545591.imp@bsdimp.com> To: agh@tpg.com.au From: "M. Warner Losh" In-Reply-To: <200304171420.29892.agh@tpg.com.au> References: <200304171136.57515.agh@tpg.com.au> <3E9E1D1D.307F8CA7@mindspring.com> <200304171420.29892.agh@tpg.com.au> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: Auto kernel module loading X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2003 02:54:05 -0000 A lot of the functionality should be in devd to automatically load things based on the hardware present. You might want to look into using that, since that's my next big devd task. Warner