From owner-svn-src-head@FreeBSD.ORG Thu Jul 12 12:35:04 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2503106566B; Thu, 12 Jul 2012 12:35:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigknife-pt.tunnel.tserv9.chi1.ipv6.he.net [IPv6:2001:470:1f10:75::2]) by mx1.freebsd.org (Postfix) with ESMTP id 90B538FC17; Thu, 12 Jul 2012 12:35:04 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E2510B926; Thu, 12 Jul 2012 08:35:03 -0400 (EDT) From: John Baldwin To: Adrian Chadd Date: Thu, 12 Jul 2012 07:42:58 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p17; KDE/4.5.5; amd64; ; ) References: <201207111210.q6BCAEFk042562@svn.freebsd.org> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201207120742.58379.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Thu, 12 Jul 2012 08:35:04 -0400 (EDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r238364 - head/sys/dev/ath X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 12:35:04 -0000 On Wednesday, July 11, 2012 6:17:07 pm Adrian Chadd wrote: > .. hm, interesting. I didn't catch this. The tinderbox was complaining for over a day. A make tinderbox showed these errors as well. > Maybe I should whack the ATH_KTR_* things outside of the #ifdef ATH_DEBUG .. ? Feel free to fix it that way if you wish. I had guessed as to what you wanted to happen since you had moved them inside ATH_DEBUG. My goal was to get universe building again. -- John Baldwin