From owner-svn-src-head@FreeBSD.ORG Fri May 23 04:16:32 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A9281605; Fri, 23 May 2014 04:16:32 +0000 (UTC) Received: from mail-qc0-x234.google.com (mail-qc0-x234.google.com [IPv6:2607:f8b0:400d:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 273A82D9A; Fri, 23 May 2014 04:16:32 +0000 (UTC) Received: by mail-qc0-f180.google.com with SMTP id i17so7213335qcy.39 for ; Thu, 22 May 2014 21:16:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=0RweWvY4GDHZrwx8r7VN5DPGaNXJWTlujwccKq+xm6s=; b=UWke4S0NLhM3zawJoCSBAf6wAn3sy+KlUiHzx/AtE5TypA35wbyiImfhLNKImPiTf7 Jd4z7xiJRhBKbyeu42jFOTfmGR1UZz+bxNJqmSwq1Hyzq5kssHUNqupY+iCB0GAXSAfr j1z+kUftaBkkvXhQNUy/NzfsAulNkkaKFVOr7LGwZ+bBeiPUqbtGIxLsGdZvTjPoOasp 2KVPZQPTebTvVveqAPjAr4pNOgj8AqdVnXabEpToiLeXfdwvGrBdiz1K1TjJOhU1kQ1q cqjmWQGdf5z7453LNbZTUboWpB7ip5wzJwOnVrpXdAhgv9PooegVYCGXFZg2XhRCISgX 09Hw== MIME-Version: 1.0 X-Received: by 10.140.96.51 with SMTP id j48mr2882652qge.24.1400818591316; Thu, 22 May 2014 21:16:31 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.191.201 with HTTP; Thu, 22 May 2014 21:16:31 -0700 (PDT) In-Reply-To: <20140523040747.GH50679@FreeBSD.org> References: <201405221456.s4MEuYkb095774@svn.freebsd.org> <20140523040658.GG50679@FreeBSD.org> <20140523040747.GH50679@FreeBSD.org> Date: Thu, 22 May 2014 21:16:31 -0700 X-Google-Sender-Auth: pLQ9DV27hgKxdUqvugb7m5Rays8 Message-ID: Subject: Re: svn commit: r266544 - head/sys/dev/iwn From: Adrian Chadd To: Gleb Smirnoff Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" , Edward Tomasz Napierala X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 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, 23 May 2014 04:16:32 -0000 On 22 May 2014 21:07, Gleb Smirnoff wrote: > On Fri, May 23, 2014 at 08:06:58AM +0400, Gleb Smirnoff wrote: > T> On Thu, May 22, 2014 at 02:56:34PM +0000, Edward Tomasz Napierala wrote: > T> E> Author: trasz > T> E> Date: Thu May 22 14:56:34 2014 > T> E> New Revision: 266544 > T> E> URL: http://svnweb.freebsd.org/changeset/base/266544 > T> E> > T> E> Log: > T> E> Make iwn(4) able to get itself back into working condition after > T> E> "fatal firmware error" happens. Previously it was neccessary to reset > T> E> it manually, using "/etc/rc.d/netif restart". > T> > T> Do we really need a full kernel thread for that task? > T> > T> Why not to use taskqueue(9) task and post it to standard thread taskqueue? > > Nice :) Your next commit does that :) Yup. I asked him to do that. He just committed the wrong revision. :) -a