From owner-svn-src-head@FreeBSD.ORG Fri Jan 29 10:07:18 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5A54D106566C; Fri, 29 Jan 2010 10:07:18 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 47EDA8FC22; Fri, 29 Jan 2010 10:07:18 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o0TA7Ic2025823; Fri, 29 Jan 2010 10:07:18 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o0TA7IaD025812; Fri, 29 Jan 2010 10:07:18 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201001291007.o0TA7IaD025812@svn.freebsd.org> From: Rui Paulo Date: Fri, 29 Jan 2010 10:07:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r203158 - head/sys/dev/ath/ath_hal/ar5416 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: Fri, 29 Jan 2010 10:07:18 -0000 Author: rpaulo Date: Fri Jan 29 10:07:17 2010 New Revision: 203158 URL: http://svn.freebsd.org/changeset/base/203158 Log: Replace Id keyword with the FreeBSD keyword. Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c head/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c head/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c head/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_beacon.c,v 1.8 2008/11/11 01:03:12 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_cal_adcdc.c,v 1.2 2008/11/11 17:43:23 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_cal_adcgain.c,v 1.2 2008/11/11 17:43:23 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_cal_iq.c,v 1.2 2008/11/11 17:43:23 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_eeprom.c,v 1.6 2008/11/10 04:08:04 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_keycache.c,v 1.3 2008/11/10 04:08:04 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_misc.c,v 1.12 2008/11/27 22:30:07 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_phy.c,v 1.4 2008/11/27 22:30:08 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416_recv.c,v 1.7 2008/11/11 20:46:06 sam Exp $ + * $FreeBSD$ */ #include "opt_ah.h" Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h ============================================================================== --- head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Fri Jan 29 10:04:00 2010 (r203157) +++ head/sys/dev/ath/ath_hal/ar5416/ar5416desc.h Fri Jan 29 10:07:17 2010 (r203158) @@ -14,7 +14,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: ar5416desc.h,v 1.7 2008/11/11 00:11:30 sam Exp $ + * $FreeBSD$ */ #ifndef _ATH_AR5416_DESC_H_ #define _ATH_AR5416_DESC_H