From owner-cvs-src-old@FreeBSD.ORG Thu Jul 8 14:08:20 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A3E5106564A for ; Thu, 8 Jul 2010 14:08:20 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id F3D328FC1A for ; Thu, 8 Jul 2010 14:08:19 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o68E8JH8058317 for ; Thu, 8 Jul 2010 14:08:19 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o68E8Ja2058316 for cvs-src-old@freebsd.org; Thu, 8 Jul 2010 14:08:19 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201007081408.o68E8Ja2058316@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 8 Jul 2010 14:08:03 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2010 14:08:20 -0000 adrian 2010-07-08 14:08:03 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c Log: SVN rev 209799 on 2010-07-08 14:08:03Z by adrian Extend the ath debugging a little to log the interface name. Some devices have >1 atheros card and the current debug prints make it impossible to tell which interface is being unhappy. Revision Changes Path 1.275 +1 -1 src/sys/dev/ath/if_ath.c