From owner-cvs-src-old@FreeBSD.ORG Wed Mar 3 17:32:56 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 749EC1065674 for ; Wed, 3 Mar 2010 17:32:56 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F42B8FC1C for ; Wed, 3 Mar 2010 17:32:56 +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 o23HWuOo071022 for ; Wed, 3 Mar 2010 17:32:56 GMT (envelope-from rpaulo@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o23HWu5W071021 for cvs-src-old@freebsd.org; Wed, 3 Mar 2010 17:32:56 GMT (envelope-from rpaulo@repoman.freebsd.org) Message-Id: <201003031732.o23HWu5W071021@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to rpaulo@repoman.freebsd.org using -f From: Rui Paulo Date: Wed, 3 Mar 2010 17:32:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ath/ath_hal ah_debug.h ah_decode.h ah_devid.h ah_eeprom.h ah_eeprom_v1.c ah_eeprom_v1.h ah_eeprom_v3.h ah_soc.h src/sys/dev/ath/ath_hal/ar5210 ar5210_beacon.c ar5210_keycache.c ar5210_power.c ar5210_recv.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: Wed, 03 Mar 2010 17:32:56 -0000 rpaulo 2010-03-03 17:32:32 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal ah_debug.h ah_decode.h ah_devid.h ah_eeprom.h ah_eeprom_v1.c ah_eeprom_v1.h ah_eeprom_v3.h ah_soc.h sys/dev/ath/ath_hal/ar5210 ar5210_beacon.c ar5210_keycache.c ar5210_power.c ar5210_recv.c ar5210desc.h ar5210phy.h ar5210reg.h ar5k_0007.ini sys/dev/ath/ath_hal/ar5211 ar5211_beacon.c ar5211_keycache.c ar5211_power.c ar5211_recv.c ar5211desc.h ar5211phy.h ar5211reg.h boss.ini sys/dev/ath/ath_hal/ar5212 ar5212.ini ar5212_beacon.c ar5212_eeprom.c ar5212_keycache.c ar5212desc.h ar5212phy.h ar5311reg.h sys/dev/ath/ath_hal/ar5312 ar5312_eeprom.c ar5312_interrupts.c ar5312_misc.c ar5312_power.c ar5312phy.h ar5312reg.h Log: SVN rev 204644 on 2010-03-03 17:32:32Z by rpaulo Replace Id keyword with FreeBSD keyword and set the svn props correctly. No functional change. Revision Changes Path 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_debug.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_decode.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_devid.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_eeprom.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_eeprom_v1.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_eeprom_v1.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_eeprom_v3.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ah_soc.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_power.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210desc.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210phy.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5210reg.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5210/ar5k_0007.ini 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_power.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211desc.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211phy.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/ar5211reg.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5211/boss.ini 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212.ini 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212desc.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5212phy.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5212/ar5311reg.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312_power.c 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312phy.h 1.2 +1 -1 src/sys/dev/ath/ath_hal/ar5312/ar5312reg.h