From owner-freebsd-hackers@FreeBSD.ORG Fri Feb 29 02:43:36 2008 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 787E31065671 for ; Fri, 29 Feb 2008 02:43:36 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.191]) by mx1.freebsd.org (Postfix) with ESMTP id 795E28FC24 for ; Fri, 29 Feb 2008 02:43:35 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by ti-out-0910.google.com with SMTP id j2so3442015tid.3 for ; Thu, 28 Feb 2008 18:43:32 -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:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=s3yATTW9flVByhCIH3SDo9/1F7hJbvH0v7G6bgnwQn0=; b=EDPfiptzz6maTBPLnU8piX27PIMKD3CtF7BtDYYrVIq97duFhYBEOcH29lOwsCl/JS+yXtE0escT/2BWYTnbveYDnD/K3G+gxDkHNdvXep0uwNHx7kpRQVVKua+lICzC80ud13FBTOfAeMRhX3HhYFrdpysilFmUIK3jFs+kAOw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=E8nvek6TAmCYC0UHXJcgpmOZrvZuH3HsrJ3rpNRVSo33gEHp+5TbnYC+e2Nfw8vACA2Lq3k5Z6hjDWt5nmrpaBG0KHvujnukfxcs7/exeKqIOFYTY0fKQqSY9qOmMgHiBusQYISqgcWVh87Mmw0murxPW2T9Q7dUY6liMrzmMfo= Received: by 10.151.156.2 with SMTP id i2mr3109381ybo.121.1204253010817; Thu, 28 Feb 2008 18:43:30 -0800 (PST) Received: by 10.150.144.2 with HTTP; Thu, 28 Feb 2008 18:43:30 -0800 (PST) Message-ID: Date: Fri, 29 Feb 2008 11:43:30 +0900 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: "Pieter de Goeje" In-Reply-To: <200802281503.28615.pieter@degoeje.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080228064417.GA98258@dragon.NUXI.org> <200802281503.28615.pieter@degoeje.nl> X-Google-Sender-Auth: ae8b86594ac80ac5 Cc: freebsd-hackers@freebsd.org, hackers@freebsd.org 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: Fri, 29 Feb 2008 02:43:36 -0000 On 28/02/2008, Pieter de Goeje wrote: > > cd /boot/kernel; ls *.ko | sed 's/\.ko/_load="YES"/' > > I think you still want to remove some modules by hand, for example snd_driver. Yes, but I'm reasonably sure GENERIC doesn't include -everything-. In any case, simply doing that confused loader quite badly. It crashed after all the modules had been loaded. Adrian -- Adrian Chadd - adrian@freebsd.org