From owner-freebsd-current@FreeBSD.ORG Sun Jan 12 15:44:16 2014 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2680A7C5 for ; Sun, 12 Jan 2014 15:44:16 +0000 (UTC) Received: from mail-qe0-x235.google.com (mail-qe0-x235.google.com [IPv6:2607:f8b0:400d:c02::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D9E311AB0 for ; Sun, 12 Jan 2014 15:44:15 +0000 (UTC) Received: by mail-qe0-f53.google.com with SMTP id t7so6206563qeb.26 for ; Sun, 12 Jan 2014 07:44:15 -0800 (PST) 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=J1NPF3D75jTAdcfcSHe+ydr6c1iDGQVspdTsMzYQ2qc=; b=a1Q8+u/fzIGcQJyFNZ0H4PFq3vWgpDYahCY+ZAMLQoOqWpYEXkGeSf3Bk3esZVA8LH vbvLK6dLnjFw4N4cFlPns8nnst8Q4M/90gQDH2JNrSIFz+RrdaQSB+SE99ZVNySLFG5Z +4Ycx1OU246xqELqyc+bX9cHMqmgttQPKwBcHjM/CpAtYQJkE+BENgc2S1iM83ubAVNt j3mRv8lzztqWZZqjEpRJvdNqwHBsximBlzptFTdJotyuOKiqVzuJitkTPTZb/7IxVXii rAOTyc5cpnvx7saJUczzmDc6W7jSk8xqhpbVSc/8FErvJMIUKhQo5hOhTYzYeUZdwat7 8CPg== MIME-Version: 1.0 X-Received: by 10.224.13.147 with SMTP id c19mr15323292qaa.76.1389541455155; Sun, 12 Jan 2014 07:44:15 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.52.8 with HTTP; Sun, 12 Jan 2014 07:44:15 -0800 (PST) In-Reply-To: References: Date: Sun, 12 Jan 2014 07:44:15 -0800 X-Google-Sender-Auth: N4hcOArm_5IgxVazowTIqm4phYo Message-ID: Subject: Re: iwn0: iwn_intr: fatal firmware error (10-STABLE + iwn2230) From: Adrian Chadd To: Oliver Pinter 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: Sun, 12 Jan 2014 15:44:16 -0000 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"