From owner-cvs-src-old@FreeBSD.ORG Thu Jun 23 06:55:42 2011 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 59290106564A for ; Thu, 23 Jun 2011 06:55:42 +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 2BBFC8FC17 for ; Thu, 23 Jun 2011 06:55:42 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p5N6tg6i036685 for ; Thu, 23 Jun 2011 06:55:42 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p5N6tg90036684 for cvs-src-old@freebsd.org; Thu, 23 Jun 2011 06:55:42 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201106230655.p5N6tg90036684@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Thu, 23 Jun 2011 06:55:29 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_internal.h ah_regdomain.c src/sys/dev/ath/ath_hal/ar5210 ar5210_attach.c src/sys/dev/ath/ath_hal/ar5211 ar5211_attach.c src/sys/dev/ath/ath_hal/ar5212 ar5112.c ar5212_attach.c src/sys/dev/ath/ath_hal/ar5312 ar5312_attach.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, 23 Jun 2011 06:55:42 -0000 adrian 2011-06-23 06:55:29 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_internal.h ah_regdomain.c sys/dev/ath/ath_hal/ar5210 ar5210_attach.c sys/dev/ath/ath_hal/ar5211 ar5211_attach.c sys/dev/ath/ath_hal/ar5212 ar5112.c ar5212_attach.c sys/dev/ath/ath_hal/ar5312 ar5312_attach.c sys/dev/ath/ath_hal/ar5416 ar5416_attach.c sys/dev/ath/ath_hal/ar9001 ar9130_attach.c ar9160_attach.c sys/dev/ath/ath_hal/ar9002 ar9280_attach.c ar9285_attach.c ar9287_attach.c Log: SVN rev 223466 on 2011-06-23 06:55:29Z by adrian Re-introduce a global ath_hal_debug again for now, whilst I figure out what to do about the few cases where the HAL state isn't available (regdomain) or isn't yet setup (probe/attach.) The global ath_hal_debug now affects all instances of the HAL. This also restores the ability for probe/attach debugging to work; as the sysctl tree may not be attached at that point. Users can just set the global "hw.ath.hal.debug" to a suitable value to enable probe/attach related debugging. Revision Changes Path 1.42 +20 -1 src/sys/dev/ath/ath_hal/ah_internal.h 1.12 +2 -2 src/sys/dev/ath/ath_hal/ah_regdomain.c 1.13 +2 -2 src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c 1.13 +2 -2 src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c 1.3 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5112.c 1.20 +2 -2 src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c 1.6 +2 -2 src/sys/dev/ath/ath_hal/ar5312/ar5312_attach.c 1.44 +2 -2 src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c 1.5 +2 -2 src/sys/dev/ath/ath_hal/ar9001/ar9130_attach.c 1.11 +2 -2 src/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c 1.24 +2 -2 src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c 1.23 +2 -2 src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c 1.5 +2 -2 src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c