From owner-freebsd-hackers@FreeBSD.ORG Tue Feb 26 05:23:51 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FF0916A408 for ; Tue, 26 Feb 2008 05:23:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.176]) by mx1.freebsd.org (Postfix) with ESMTP id 3B99E13C4D5 for ; Tue, 26 Feb 2008 05:23:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by el-out-1112.google.com with SMTP id r27so1721814ele.3 for ; Mon, 25 Feb 2008 21:23:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Pu2j32xBElV/9uhAR8TjGEQiCEhr469F3jdUuq11xZQ=; b=v4GW4I4MUM6MmPVnPJRiKOGuzJXVcygoCVWaIWdUOHIERx8u3qZPKrIeSeaIHH0S5nsUT6g02weKo/1wYfB2l2CW1TN9nmwjlfQOh0fEIUI6tGe65VQlMHrpiiREP5Px5lI5zaRbepoYScwWGiKCQDA9uX9GhpqJGamPNFlg2wo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=n2/IpakZahd1F1Q6AyNSNlxwQ3N0m6hr97xAstAPvraML494ppO55yGVeEVEyRFkM8XKw1rPIgfVQktj9XOYJ0IntPfN88KzQddhRYbqsL1iw+bd4Vd85W/TM0vx3YLAk4NNcHdPs5jUZk1rr1KpWG0pi719o9RPO7tlhMs4HA8= Received: by 10.142.203.13 with SMTP id a13mr3206298wfg.190.1204001788168; Mon, 25 Feb 2008 20:56:28 -0800 (PST) Received: by 10.143.125.7 with HTTP; Mon, 25 Feb 2008 20:56:28 -0800 (PST) Message-ID: Date: Tue, 26 Feb 2008 13:56:28 +0900 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: freebsd-hackers@freebsd.org, "Adrian Chadd" , hackers@freebsd.org In-Reply-To: <20080225174410.GA81874@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080225174410.GA81874@dragon.NUXI.org> X-Google-Sender-Auth: 114f56c7d8cf0a81 Cc: Subject: Re: Modular type GENERIC? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2008 05:23:51 -0000 On 26/02/2008, David O'Brien wrote: > As you've shown the magic is in the loader.conf. I don't know a good way > to handle this other than attempt to load every module (like Microsoft NT > installer does) - and hope the probe of a driver that doesn't claim a > device doesn't leave that device in a bad state. > > Have you tried putting every module in /boot/kernel into loader.conf in a > "load" statement? I'm going to try doing that tonight. Adrian -- Adrian Chadd - adrian@freebsd.org