From owner-freebsd-net@FreeBSD.ORG Thu Oct 6 05:02:42 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BC24106566C for ; Thu, 6 Oct 2011 05:02:42 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3D0428FC15 for ; Thu, 6 Oct 2011 05:02:41 +0000 (UTC) Received: by ywp17 with SMTP id 17so2859008ywp.13 for ; Wed, 05 Oct 2011 22:02:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=TkhG1B6duwuRokCdYLmBX8TCLjSp3vNwkLZu2LVjhio=; b=Nvw/JDbflrk+ZD+RvpmViGqqCbuO1/UGIanAuluQMnnMBAJ766QaIHRzTEYGgEejT+ Vj1uz3+yb4lIFwtWXZOs4HnU+7VjueUPzVFz22PVp7cdPCi5Y1B3mRrxvYOqzOpPPrLj nhMWj+wRFT1XOTrNsth9CmU8g336e34TBqL78= MIME-Version: 1.0 Received: by 10.236.201.200 with SMTP id b48mr1089675yho.105.1317877361498; Wed, 05 Oct 2011 22:02:41 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.236.111.42 with HTTP; Wed, 5 Oct 2011 22:02:41 -0700 (PDT) In-Reply-To: <201110052356.41724.break19@gmail.com> References: <201110042008.48915.break19@gmail.com> <201110051850.58888.break19@gmail.com> <201110052356.41724.break19@gmail.com> Date: Thu, 6 Oct 2011 13:02:41 +0800 X-Google-Sender-Auth: OM0NdKOfsdHeSpBWQR9IR4UxyYI Message-ID: From: Adrian Chadd To: Chuck Burns Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-net@freebsd.org Subject: Re: [urtw] Wifi link dying randomly. reboot required to reconnect. X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Oct 2011 05:02:42 -0000 Can you please do some changes: * reconfigure the console to be 80x50 or 80x60? That way we can see the whole panic message * can you please add some printfs() ? Just so we know the value of the parameters being passed into that function? It sounds like once the NIC goes into a "funny" state, it's corrupting something (which may be the symptom; may be the problem) and free'ing the TX/RX buffer ring contents is failing. Adrian