From owner-cvs-src-old@FreeBSD.ORG Tue Feb 24 00:13:17 2009 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 295D8106568E for ; Tue, 24 Feb 2009 00:13:17 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1353E8FC16 for ; Tue, 24 Feb 2009 00:13:17 +0000 (UTC) (envelope-from sam@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n1O0DGDl045980 for ; Tue, 24 Feb 2009 00:13:16 GMT (envelope-from sam@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n1O0DGqg045979 for cvs-src-old@freebsd.org; Tue, 24 Feb 2009 00:13:16 GMT (envelope-from sam@repoman.freebsd.org) Message-Id: <200902240013.n1O0DGqg045979@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sam@repoman.freebsd.org using -f From: Sam Leffler Date: Tue, 24 Feb 2009 00:12:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath if_ath.c if_athvar.h src/sys/dev/ath/ath_hal ah.h ah_internal.h src/sys/dev/ath/ath_hal/ar5210 ar5210.h ar5210_misc.c src/sys/dev/ath/ath_hal/ar5211 ar5211.h ar5211_misc.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: Tue, 24 Feb 2009 00:13:17 -0000 sam 2009-02-24 00:12:16 UTC FreeBSD src repository Modified files: sys/dev/ath if_ath.c if_athvar.h sys/dev/ath/ath_hal ah.h ah_internal.h sys/dev/ath/ath_hal/ar5210 ar5210.h ar5210_misc.c sys/dev/ath/ath_hal/ar5211 ar5211.h ar5211_misc.c sys/dev/ath/ath_hal/ar5212 ar5212.h ar5212_gpio.c sys/dev/ath/ath_hal/ar5312 ar5312.h ar5312_gpio.c ar5315_gpio.c sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_gpio.c Log: SVN rev 188974 on 2009-02-24 00:12:16Z by sam 5416 and later parts mux the gpio outputs; extend the api to include a signal type that's used to select the appropriate mux Revision Changes Path 1.5 +18 -1 src/sys/dev/ath/ath_hal/ah.h 1.9 +2 -2 src/sys/dev/ath/ath_hal/ah_internal.h 1.3 +2 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210.h 1.3 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c 1.4 +2 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211.h 1.4 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c 1.5 +2 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212.h 1.2 +2 -2 src/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c 1.4 +4 -2 src/sys/dev/ath/ath_hal/ar5312/ar5312.h 1.2 +2 -2 src/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c 1.2 +2 -2 src/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c 1.5 +2 -1 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.2 +2 -2 src/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c 1.238 +8 -4 src/sys/dev/ath/if_ath.c 1.80 +2 -2 src/sys/dev/ath/if_athvar.h