From owner-freebsd-wireless@FreeBSD.ORG Sun Aug 18 14:56:13 2013 Return-Path: Delivered-To: freebsd-wireless@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 ESMTP id CC49E478 for ; Sun, 18 Aug 2013 14:56:13 +0000 (UTC) (envelope-from julio@meroh.net) Received: from mail-lb0-f180.google.com (mail-lb0-f180.google.com [209.85.217.180]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 469B32AFB for ; Sun, 18 Aug 2013 14:56:12 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id a16so20495lbj.25 for ; Sun, 18 Aug 2013 07:56:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Bp8oIK1xhtPQ979jVcxB1KljiBaDqEUGsps9iDjVU84=; b=YgdZYpMUhii+Y40wE2ajnhZ7LXPxTeC+pvWG3jZANpb9oXMhUT/WTf7sgkXEmJsVSr nTW8i0ob9PpU9pCz/bHR+pe9t0/vvwN9YIX7U6xHj9pyrlP6UwgLrN0zS5oio9KMEb2D XrzCW1I/JlYw9kHPLHfoWk+a3wpCvbrc7isJnzNsskfLaWQlMlly4eiD+rC4JQAf+s8W qYTVK9VHPgDjKorENeXvePOArFK1rab8r+Ok/qojC+lvwV4+OU7J6K192bQ8ZceES1Vm aWQNR0gM08ayrEW98cQzejX9tkBRsZ8wzUd0lYCxvbgo1lSpJfQuD+krS8d2Yu/wec9g +AYQ== X-Gm-Message-State: ALoCoQlBmfDVvZCptqk9S/47S8s2EyrlaKvjBoC0aZQo5GIubZf7AR0xyZoAWVCskBekR/PXnNxF X-Received: by 10.152.19.70 with SMTP id c6mr2345269lae.25.1376837765074; Sun, 18 Aug 2013 07:56:05 -0700 (PDT) MIME-Version: 1.0 Received: by 10.112.149.2 with HTTP; Sun, 18 Aug 2013 07:55:45 -0700 (PDT) X-Originating-IP: [108.176.158.82] In-Reply-To: References: <201308111650.r7BGo1Qt048071@freefall.freebsd.org> <52099CF4.7050101@meroh.net> From: Julio Merino Date: Sun, 18 Aug 2013 10:55:45 -0400 Message-ID: Subject: Re: kern/181100: [bwi] Turning up bwi0 crashes / deadlocks the kernel To: Adrian Chadd Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-wireless@freebsd.org" X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Aug 2013 14:56:13 -0000 On Sat, Aug 17, 2013 at 7:03 PM, Adrian Chadd wrote: > yes, print out ring_idx That information is already in the panic message: panic: ring_idx 0 Also, init_tx_ring gets called with ring_idx set from 0 to 5. -- Julio Merino / @jmmv