From owner-freebsd-current@freebsd.org Sun Jul 10 17:53:18 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9EB6BB830AF for ; Sun, 10 Jul 2016 17:53:18 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from saturn.lyxys.ka.sub.org (saturn.lyxys.ka.sub.org [217.29.35.151]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 24E60154F; Sun, 10 Jul 2016 17:53:17 +0000 (UTC) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (juno.lyx [IPv6:fd2a:89ca:7d54:0:240:caff:fe92:4f47]) by saturn.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id u6AHr19q070757 (version=TLSv1 cipher=DHE-RSA-AES128-SHA bits=128 verify=FAIL); Sun, 10 Jul 2016 19:53:02 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: from juno.lyxys.ka.sub.org (localhost [127.0.0.1]) by juno.lyxys.ka.sub.org (8.15.2/8.15.2) with ESMTPS id u6AHr1lM029069 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 10 Jul 2016 19:53:01 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) Received: (from wolfgang@localhost) by juno.lyxys.ka.sub.org (8.15.2/8.15.2/Submit) id u6AHr1ZY029068; Sun, 10 Jul 2016 19:53:01 +0200 (CEST) (envelope-from wolfgang@lyxys.ka.sub.org) X-Authentication-Warning: juno.lyx: wolfgang set sender to wolfgang@lyxys.ka.sub.org using -f Date: Sun, 10 Jul 2016 19:53:00 +0200 From: Wolfgang Zenker To: Adrian Chadd Cc: freebsd-current Subject: Re: ath (AR9460) no longer works after going to 11-STABLE r302483 Message-ID: <20160710175300.GB29034@lyxys.ka.sub.org> References: <20160709190147.GA6767@lyxys.ka.sub.org> <20160710174746.GA29034@lyxys.ka.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160710174746.GA29034@lyxys.ka.sub.org> Organization: private site User-Agent: Mutt/1.6.1 (2016-04-27) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (saturn.lyxys.ka.sub.org [IPv6:fd2a:89ca:7d54:1:200:24ff:feca:b4cc]); Sun, 10 Jul 2016 19:53:02 +0200 (CEST) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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, 10 Jul 2016 17:53:18 -0000 * Wolfgang Zenker [160710 19:47]: > * Adrian Chadd [160709 21:33]: >> There weren't any changes in net80211 between those times, and ath(4) >> only has some changes for locationing; nothing that should cause that >> particular issue. >> I'll go update to the latest -head on something with that NIC and test >> it out some more. >> Try reverting sys/dev/ath/ and sys/contrib/dev/ath/ back to r302387 >> and test? (but leave the rest of the kernel as-is.) > using a kernel with sys/dev/ath/ and sys/contrib/dev/ath/ from r302387 > and the rest at r302483 the nic does not work either, same symptoms. > Any other things to test? I noticed one more thing: after a while I get this message on console: ath0: ath_edma_recv_tasklet: sc_inreset_cnt > 0; skipping Wolfgang