From owner-freebsd-current@FreeBSD.ORG Fri Mar 14 17:30:08 2014 Return-Path: Delivered-To: current@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 34F0F87A; Fri, 14 Mar 2014 17:30:08 +0000 (UTC) Received: from mail-ob0-x235.google.com (mail-ob0-x235.google.com [IPv6:2607:f8b0:4003:c01::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E7C9D843; Fri, 14 Mar 2014 17:30:07 +0000 (UTC) Received: by mail-ob0-f181.google.com with SMTP id wp4so2894036obc.12 for ; Fri, 14 Mar 2014 10:30:07 -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=T70qjNgaCNImC488ntw5xiiCW3Me9tUUIqvCK0LrGxM=; b=qF1poyBfuMgcggzpYJSLUaneyvxc9D/ra/73u+fP6ytAdp2XGwnlrrW2iLccbE9D31 /h8MM+e9vQ+c9w8oVGF+H8GyEXcrB23uf+B77Wh/43ZGzt17cMJuHUC9jRggYWWtVqiT jt9xyYxbVfAb+y6nOU0revO3eC2FVZ82o2jOy68q+Eov5h1XhwVYBHfc/WOVsQ+wq91F +JK6Mlm98Ay6mhRGD5kHBi9XWz+fE+AARAe7+fuikde1qngj/xnogL0h7UpEHz9B1+oa cXup+/sO/tr3fumV8TyNbovwPgSIq4a/w98Wxy4a5SPmsfLt/k+tAIPGJLCUV2Awqmyq kiLA== MIME-Version: 1.0 X-Received: by 10.182.233.228 with SMTP id tz4mr3287663obc.56.1394818207390; Fri, 14 Mar 2014 10:30:07 -0700 (PDT) Received: by 10.182.80.7 with HTTP; Fri, 14 Mar 2014 10:30:07 -0700 (PDT) In-Reply-To: References: Date: Fri, 14 Mar 2014 18:30:07 +0100 Message-ID: Subject: Re: iwn0: iwn_intr: fatal firmware error (10-STABLE + iwn2230) From: Oliver Pinter To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: "current@freebsd.org" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2014 17:30:08 -0000 No change. Same like before. On 1/12/14, Adrian Chadd wrote: > Just try copying the whole iwn driver from -head to -10. > > -a > > > On 12 January 2014 05:27, Oliver Pinter wrote: >> Hi all! >> >> I got this firmware crash with 10-STABLE + backported iwn patches from >> CURRENT: >> >> iwn0: device timeout >> wlan0: link state changed to UP >> wlan0: link state changed to DOWN >> wlan0: link state changed to UP >> iwn0: device timeout >> iwn0: iwn_intr: fatal firmware error >> firmware error log: >> error type = "UNKNOWN" (0x0000102C) >> program counter = 0x0000D978 >> source line = 0x000006A4 >> error data = 0x000000FE00000000 >> branch link = 0x0000D88A0000D88A >> interrupt link = 0x0000EC7A00000000 >> time = 17657601 >> driver status: >> tx ring 0: qid=0 cur=2 queued=2 >> tx ring 1: qid=1 cur=0 queued=0 >> tx ring 2: qid=2 cur=0 queued=0 >> tx ring 3: qid=3 cur=0 queued=0 >> tx ring 4: qid=4 cur=0 queued=0 >> tx ring 5: qid=5 cur=0 queued=0 >> tx ring 6: qid=6 cur=0 queued=0 >> tx ring 7: qid=7 cur=0 queued=0 >> tx ring 8: qid=8 cur=0 queued=0 >> tx ring 9: qid=9 cur=18 queued=0 >> tx ring 10: qid=10 cur=0 queued=0 >> tx ring 11: qid=11 cur=0 queued=0 >> tx ring 12: qid=12 cur=0 queued=0 >> tx ring 13: qid=13 cur=0 queued=0 >> tx ring 14: qid=14 cur=0 queued=0 >> tx ring 15: qid=15 cur=0 queued=0 >> tx ring 16: qid=16 cur=0 queued=0 >> tx ring 17: qid=17 cur=0 queued=0 >> tx ring 18: qid=18 cur=0 queued=0 >> tx ring 19: qid=19 cur=0 queued=0 >> rx ring: cur=36 >> wlan0: link state changed to DOWN >> wlan0: link state changed to UP >> wlan0: link state changed to DOWN >> iwn0: device timeout >> >> The hardware is: >> >> iwn0@pci0:4:0:0: class=0x028000 card=0x40628086 chip=0x08878086 >> rev=0xc4 hdr=0x00 >> vendor = 'Intel Corporation' >> device = 'Centrino Wireless-N 2230' >> class = network >> >> Attached the patch, that I use to support 2230 in 10-STABLE. >> >> And attached the output of: >> git diff op/stable/10/iwn origin/master -- sys/dev/iwn/ as >> iwn_-_10_-_current.diff >> and >> git diff op/stable/10/iwn origin/master -- sys/dev/net80211/ as >> net80211_-_10_-_current.diff >> >> The git repo mirrored from FreeBSD's github repo. >> >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to >> "freebsd-current-unsubscribe@freebsd.org" >