From owner-freebsd-stable@FreeBSD.ORG Fri Apr 24 06:43:10 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AAE834F for ; Fri, 24 Apr 2015 06:43:10 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2349D1CE3 for ; Fri, 24 Apr 2015 06:43:10 +0000 (UTC) Received: by qcbii10 with SMTP id ii10so21310745qcb.2 for ; Thu, 23 Apr 2015 23:43:09 -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=hkxOTo0fYiSXwFqnEgstrKtA9oG8jhx0EJd44bJfjw0=; b=q7Nzqud53LcqW3N5onkobOAfQ+FWYZZXLdGmbIONdZcPZC3wmUfGaiAb+qgE+yE74x K1Tqapwo6qOjZlGJSdVRG1NMdDQeFvUcsyUgEQzmX2XdVKmb9oxddRtL7TjFysmOjGoZ y6UL2TDrWbCURQmKpIJ235/F6ePCNNNEvBKFvSWIDcPYpceBLI7FJUWQcb5UZp0Rzn9a c3If3FF/ICCnU3yYnmQ018XpNfZFPSoqz8kRG9KH4tu7ZtvXYEIRM/j5eEGmvXKvsp5h rxFbTHqzDlkr8NUXnyOTzqtWdjefbu7npd9EogC/fQeiaV0ujpaF7H2bvnqxPkDLl0MH LzeA== MIME-Version: 1.0 X-Received: by 10.140.231.16 with SMTP id b16mr7780936qhc.22.1429857789255; Thu, 23 Apr 2015 23:43:09 -0700 (PDT) Received: by 10.229.182.3 with HTTP; Thu, 23 Apr 2015 23:43:09 -0700 (PDT) In-Reply-To: <20150424063231.GB1953@adventure.bsdes.net> References: <20150424063231.GB1953@adventure.bsdes.net> Date: Fri, 24 Apr 2015 09:43:09 +0300 Message-ID: Subject: Re: Need help with diagnostics From: Michael BlackHeart To: Victor Balada Diaz Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2015 06:43:10 -0000 Thanks. I do really have in kernel options ATH_DEBUG options ATH_DIAGAPI and I've got D-Link WiFi card with Atheros chip ath0@pci0:3:0:0: class=0x028000 card=0x3a7e1186 chip=0x0030168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR9300 Wireless LAN adaptor' class = network bar [10] = type Memory, range 64, base 0xf7ee0000, size 131072, enabled cap 01[40] = powerspec 3 supports D0 D1 D3 current D0 cap 05[50] = MSI supports 4 messages, 64 bit, vector masks cap 10[70] = PCI-Express 2 endpoint max data 128(128) link x1(x1) speed 2.5(2.5) ASPM disabled(L0s/L1) ecap 0001[100] = AER 1 0 fatal 0 non-fatal 1 corrected ecap 0002[140] = VC 1 max VC0 ecap 0003[300] = Serial 1 0000000000000000 If you say that's nothing bad than OK. I just get a little worried 'cos I never expieirnced this debug output for at least 2 years of using this card. Probably last kernel/system update to 1001510 r280164 stable bring this up. 2015-04-24 9:32 GMT+03:00 Victor Balada Diaz : > On Sun, Apr 12, 2015 at 12:11:42PM +0300, Michael BlackHeart wrote: > > In a log > > > > Apr 11 10:10:23 diablo kernel: Seq: 17600 swtry: 0 ADDBAW?: 1 DOBAW?: 1 > > [ lots of trimmed log entries ] > > > > > First time I see this and do not know what is it and how to handle it. > > There's no kernel debug symbols. > > > > Do you have ATH_DEBUG enabled in your kernel? This seems to be printed > by an Atheros card[1] where the driver is compiled with debug support. > As this seems to be debugging information, I don't think there is anything > you need to do with it. > > [1]: http://fxr.watson.org/fxr/source/dev/ath/if_ath_debug.c#L161 > -- amd_miek Think different. Just superior.