From owner-freebsd-hackers@FreeBSD.ORG Thu Apr 25 08:57:51 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EBBF7BC6; Thu, 25 Apr 2013 08:57:51 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4DD16A1; Thu, 25 Apr 2013 08:57:51 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id l13so8871397wie.1 for ; Thu, 25 Apr 2013 01:57:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=v9y5cdiYy8OhAmAgctQcg8R4e94GleeCQoDVQWjw5JU=; b=jtRacBYGF5bdjm5E18htNolEDRHnSWVIQm1EEZQS+fH3X14JOPdwgwq1jFRWTquZNv 2/EniGBu6a/6OS+sgokzLimNSBrOszWFaCExRlebhzTBgghVgetdTsq2NCHHZWwxXD0t BWYafJ+8SgL1wO1IH8Dgx26EtDHDXUOMeyFU2Nbg+ZAV+VsOvr11zAP3WNoXgjEASGC3 GJZsP352ZRGw8JSkq4l5CGbyJd2vgrU993yLdvQq16o8uecnWzgv3Q4Bh6MYQvFRomxs +FuvnkMNAE9f5X2v5YmrO7BX6Pho186ZFAv1k81ooXR3hRYVSUt7v3au+LERFHUKE7qr scAw== MIME-Version: 1.0 X-Received: by 10.194.93.133 with SMTP id cu5mr74205481wjb.56.1366880270467; Thu, 25 Apr 2013 01:57:50 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.217.58.138 with HTTP; Thu, 25 Apr 2013 01:57:50 -0700 (PDT) In-Reply-To: <20130425083818.GO65341@e-new.0x20.net> References: <60A4F968-60A4-4C71-AD53-BA1BC6CBAB5F@longcount.org> <8af7c4b114d6f1a44cf157a64fee3a7f@mail.0x20.net> <578CB1FA-C223-4872-B681-7EC0C280E611@tony.li> <20130425081250.GA9042@roberto02-aw.erc.corp.eurocontrol.int> <20130425083818.GO65341@e-new.0x20.net> Date: Thu, 25 Apr 2013 01:57:50 -0700 X-Google-Sender-Auth: pJ4NR8bA0agpaIwLWdocfXAdReI Message-ID: Subject: Re: GSOC: Qt front-ends From: Adrian Chadd To: Lars Engels Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-hackers@freebsd.org X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Apr 2013 08:57:52 -0000 On 25 April 2013 01:38, Lars Engels wrote: > On Thu, Apr 25, 2013 at 01:25:46AM -0700, Adrian Chadd wrote: >> .. or we could just bite the bullet and split GENERIC into GENERIC >> (which would have modules for everything) and GENERIC_NOMODULES. >> >> Then just populate a default module list that goes into /boot/loader.conf. > > No, the list must be in kld_list="" in rc.conf. > If you add all the modules to loader.conf you can drink a coffee while > the system boots. .. so improve loader so that doesn't suck so hard. Adrian