From owner-freebsd-current@FreeBSD.ORG Thu Apr 24 18:40:59 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 319E537B401 for ; Thu, 24 Apr 2003 18:40:59 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4836043FAF for ; Thu, 24 Apr 2003 18:40:58 -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 h3P1euA7053091; Thu, 24 Apr 2003 19:40:56 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 24 Apr 2003 19:40:48 -0600 (MDT) Message-Id: <20030424.194048.101832902.imp@bsdimp.com> To: des@ofug.org From: "M. Warner Losh" In-Reply-To: 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, 25 Apr 2003 01:40:59 -0000 In message: Dag-Erling Smorgrav writes: : "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. : : You can't do it in the loader. It would have to scan the PCI bus, : properly set up all bridges etc. to discover all devices. Keep going : in that direction and you end up with a complete kernel instead of a : minimal loader. Yes. The devd stuff is designed to obviate the need for the loader to grow this information... Warner