From owner-freebsd-current@FreeBSD.ORG Thu Apr 17 19:55:34 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 16C0C37B407 for ; Thu, 17 Apr 2003 19:55:31 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2E643FBF for ; Thu, 17 Apr 2003 19:55:30 -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 h3I2tSA7086289; Thu, 17 Apr 2003 20:55:29 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 17 Apr 2003 20:54:59 -0600 (MDT) Message-Id: <20030417.205459.78025666.imp@bsdimp.com> To: dcs@tcoip.com.br From: "M. Warner Losh" In-Reply-To: <3E9EB7DF.4040104@tcoip.com.br> References: <200304171136.57515.agh@tpg.com.au> <3E9EB7DF.4040104@tcoip.com.br> 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:55:34 -0000 In message: <3E9EB7DF.4040104@tcoip.com.br> "Daniel C. Sobral" writes: : Plan once was for loader to identify the PNP IDs and load the : appropriate modules. What the appropriate modules were would be infered : from a configuration file. : : I think Mike decided that wasn't such a good idea after all, but I : wasn't much in touch with FreeBSD at the time, so I remember it only : vaguely. Yes. My plan is to make devd deal with most of the problem... You'll still need to compile / device into your kernel, however. Warner