From owner-svn-src-head@freebsd.org Fri Oct 2 19:10:52 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EC7B8A0DF45; Fri, 2 Oct 2015 19:10:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B6BBB1A2A; Fri, 2 Oct 2015 19:10:52 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by igcpb10 with SMTP id pb10so25598787igc.1; Fri, 02 Oct 2015 12:10:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=5sQI3ICgIkxbxfiKHKRFfjvGA0yuj2QtMm9dFVFrmEc=; b=ASm7D8UugUEQfe7IQtKmpT2rbzmeP4wH6eeGMwS/QR5f/goLz4MDyBUueCz+VfQxRO y/JaFWh2vpKDbHEGq98811QsvmOqe9nJUrV0Y4XuheByL8Yz+/zFT9gbnlGmoAL6L05/ XX0bnj5hfyXeo4slectXmwPcvGK4TTVodGnf1pg47lNKOqTjNVGwAkjKtHOGcwieYyHi IRXI79bhJ+Pmx+hb67Sfw42RENcQ/QEDB7gdcr3xT0nFTRbXGuUvPm2F3M+wMFebLSBA e4Xk1BogVu9Isv2R7jnrmcWLmgrkmndy40ODliJ6D9PQXwUZhTvYTEFiEJPyJJCrirtW Ji1g== MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr627699igr.22.1443813052055; Fri, 02 Oct 2015 12:10:52 -0700 (PDT) Received: by 10.36.46.15 with HTTP; Fri, 2 Oct 2015 12:10:51 -0700 (PDT) In-Reply-To: <1443809080.13078.13.camel@me.com> References: <35a0f1b6-0236-4b0e-b919-00cab07429be@me.com> <5427AC7C-1B0B-4273-B758-DB0C1BDF656F@bsdimp.com> <1443064383.14580.3.camel@me.com> <1443809080.13078.13.camel@me.com> Date: Fri, 2 Oct 2015 12:10:51 -0700 Message-ID: Subject: Re: svn commit: r287934 - head/sys/boot/efi/loader From: Adrian Chadd To: Rui Paulo Cc: Warner Losh , John Baldwin , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2015 19:10:53 -0000 On 2 October 2015 at 11:04, Rui Paulo wrote: > On Thu, 2015-09-24 at 08:29 -0700, Adrian Chadd wrote: >> ... I'm confused about the "load it by hand" stuff in net80211. Why >> don't we just do the kldload at that point? >> > > I was talking about ieee80211_load_module. net80211 module auto > loading doesn't work probably because kern_kldload() can't be called > from certain contexts. hm, can we do it from a taskqueue? -a