From owner-freebsd-hackers@FreeBSD.ORG Mon May 19 21:32:45 2014 Return-Path: Delivered-To: freebsd-hackers@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 AC9E9A5C; Mon, 19 May 2014 21:32:45 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (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 56B382A88; Mon, 19 May 2014 21:32:45 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id la4so10576649vcb.27 for ; Mon, 19 May 2014 14:32:43 -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:from:date:message-id :subject:to:cc:content-type; bh=Oj9vrR/sxfvBMFP1OnssbQmKAUMrllGCz6sfcsFtaI8=; b=lUPn8VB1PB+6IpRtK4EfmfJ4V6pJWNBw4y2AP7rWj2d99LC6WIPfT5Rf/5n523Gwyc XYT7ywA2tl4QIf3F77q4xqNwVl4tBEfnj1MEj0O7OpAR8W7hh551KaJD75QPZSiyqGhc KU9yiw7ZBkQ3nbykmTdZRMOVzsrtZN84jWUOXsuHbfhU7s6Vv44lojtU4bROom6wDGfc rMxuO8vuNqJBxAVkqjKGtSQsGDTOvXufPtvDO4UydbJREefAJ7YU7zWo+oH4cSA+yWtB U2J4Evs5Ubzv+kh/T9RYSypDloO9dHD4aW3jGV7+4Z9C3Ew2kenzMAbuhvMJHXZBYLhB JpWw== X-Received: by 10.52.94.47 with SMTP id cz15mr309429vdb.0.1400535163709; Mon, 19 May 2014 14:32:43 -0700 (PDT) MIME-Version: 1.0 Sender: cochard@gmail.com Received: by 10.58.2.225 with HTTP; Mon, 19 May 2014 14:32:23 -0700 (PDT) In-Reply-To: <6AA5A8C5-F105-4806-AF94-A4D0064DBF9B@freebsd.org> References: <8FB7D6BF-005A-41A1-9DCE-C8B09EA338EE@FreeBSD.org> <6AA5A8C5-F105-4806-AF94-A4D0064DBF9B@freebsd.org> From: =?ISO-8859-1?Q?Olivier_Cochard=2DLabb=E9?= Date: Mon, 19 May 2014 23:32:23 +0200 X-Google-Sender-Auth: 9gm4bqv0SR0BCXoIwh1juOJl2E0 Message-ID: Subject: Re: Workaround for "fatal firmware error" iwn(4) problem. To: =?ISO-8859-2?Q?Edward_Tomasz_Napiera=B3a?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 21:32:45 -0000 On Mon, May 19, 2014 at 8:38 PM, Edward Tomasz Napiera=C5=82a wrote: > > Thanks! Can you test with this one: > > http://people.freebsd.org/~trasz/iwn3.diff > A lot's better ! Now it reset correctly iwn without generate a panic. Thanks, Olivier