From owner-freebsd-arch@FreeBSD.ORG Tue Jan 3 19:06:20 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2AB81065675; Tue, 3 Jan 2012 19:06:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6DE508FC14; Tue, 3 Jan 2012 19:06:20 +0000 (UTC) Received: by vbbfr13 with SMTP id fr13so22029467vbb.13 for ; Tue, 03 Jan 2012 11:06:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=5yWKIilFpMNS8dHMAw6S66KiyLWz0dBzMkvcHdl3xTs=; b=gHhuccdXTOcoOGlh34Sod9SLHY0NFaau5kKL9vrAWmtSDmNcntr7heXqQ2CPeet7Ir fBMFj3RCpoPikSTdLLe3S2b/HSFb/PH39gjrz1hDVoGKSgNbNERsXnvfeFW7Q1Vf/XF0 MxQeZFCilCjrlwnLC9B7ILs6L5Nv1bl3lRY3o= MIME-Version: 1.0 Received: by 10.52.33.99 with SMTP id q3mr24998668vdi.100.1325617579533; Tue, 03 Jan 2012 11:06:19 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.36.5 with HTTP; Tue, 3 Jan 2012 11:06:19 -0800 (PST) In-Reply-To: References: <15285562-E9BA-431B-A2C1-D0547DFB2663@bsdimp.com> <201201030924.44493.jhb@freebsd.org> Date: Tue, 3 Jan 2012 11:06:19 -0800 X-Google-Sender-Auth: 9mll4FjkteClk7czJyVtwUM4p_I Message-ID: From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-arch@freebsd.org Subject: Re: Request for help: how do teach module building about kernel options? X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 19:06:20 -0000 On 3 January 2012 10:56, Warner Losh wrote: >> So how about we do up say, the KERNOPTS field first, which would be a >> big win. Then KERNDEVICES too, if that's possible? > > I'd only planned on doing KERNOPTS :) KERNOPTS would be fine for now. That at least gets me out of my initial issues with wlan/ath building and the fun in handling options. Thanks, Adrian