Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Jan 2009 00:15:35 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r187804 - in user/sam/wifi/sys/dev/ath/ath_hal: . ar5210 ar5211 ar5212 ar5312 ar5416
Message-ID:  <200901280015.n0S0FZe8001957@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Wed Jan 28 00:15:35 2009
New Revision: 187804
URL: http://svn.freebsd.org/changeset/base/187804

Log:
  fix $FreeBSD$

Modified:
  user/sam/wifi/sys/dev/ath/ath_hal/ah.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c
  user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h
  user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c
  user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416desc.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416phy.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
  user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar9160_attach.c

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 
 #ifndef _ATH_AH_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_debug.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_DEBUG_H_
 #define _ATH_AH_DEBUG_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_decode.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_DECODE_H_
 #define _ATH_AH_DECODE_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_desc.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 
 #ifndef _DEV_ATH_DESC_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_devid.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 
 #ifndef _DEV_ATH_DEVID_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_EEPROM_H_
 #define _ATH_AH_EEPROM_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v1.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_EEPROM_V1_H_
 #define _ATH_AH_EEPROM_V1_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v14.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _AH_EEPROM_V14_H_
 #define _AH_EEPROM_V14_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_eeprom_v3.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_EEPROM_V3_H_
 #define _ATH_AH_EEPROM_V3_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_regdomain.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -15,7 +15,7 @@
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ah_soc.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AH_SOC_H_
 #define _ATH_AH_SOC_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5210_H_
 #define _ATH_AR5210_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_beacon.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_interrupts.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_keycache.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_power.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_recv.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210desc.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5210DESC_H
 #define _DEV_ATH_AR5210DESC_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210phy.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5210PHY_H
 #define _DEV_ATH_AR5210PHY_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5210/ar5210reg.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5210REG_H
 #define _DEV_ATH_AR5210REG_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5211_H_
 #define _ATH_AR5211_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_beacon.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_interrupts.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_keycache.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_power.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211desc.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5211DESC_H
 #define _DEV_ATH_AR5211DESC_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211phy.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5211PHY_H
 #define _DEV_ATH_AR5211PHY_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5211/ar5211reg.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5211REG_H
 #define _DEV_ATH_AR5211REG_H

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2316.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2317.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2413.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar2425.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5112.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5212_H_
 #define _ATH_AR5212_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_beacon.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_gpio.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_interrupts.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_keycache.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_power.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212desc.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5212_DESC_H_
 #define _ATH_AR5212_DESC_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212phy.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5212PHY_H_
 #define _DEV_ATH_AR5212PHY_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5212reg.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5212REG_H_
 #define _DEV_ATH_AR5212REG_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5311reg.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5311REG_H_
 #define _DEV_ATH_AR5311REG_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5212/ar5413.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_eeprom.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_gpio.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_interrupts.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_misc.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_power.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312_reset.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312phy.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5312PHY_H_
 #define _DEV_ATH_AR5312PHY_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5312reg.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _DEV_ATH_AR5312REG_H_
 #define _DEV_ATH_AR5312REG_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5312/ar5315_gpio.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar2133.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5416_H_
 #define _ATH_AR5416_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_beacon.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal.h	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #ifndef _ATH_AR5416_CAL_H_
 #define _ATH_AR5416_CAL_H_

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcdc.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_adcgain.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_cal_iq.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_keycache.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_power.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"
 

Modified: user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c
==============================================================================
--- user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c	Tue Jan 27 23:48:13 2009	(r187803)
+++ user/sam/wifi/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c	Wed Jan 28 00:15:35 2009	(r187804)
@@ -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.
  *
- * $FreeBSD
+ * $FreeBSD$
  */
 #include "opt_ah.h"

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901280015.n0S0FZe8001957>