diff options
Diffstat (limited to 'sys/dev/ral')
| -rw-r--r-- | sys/dev/ral/if_ral_pci.c | 4 | ||||
| -rw-r--r-- | sys/dev/ral/if_ralrate.c | 2 | ||||
| -rw-r--r-- | sys/dev/ral/if_ralrate.h | 2 | ||||
| -rw-r--r-- | sys/dev/ral/rt2560.c | 4 | ||||
| -rw-r--r-- | sys/dev/ral/rt2560reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/ral/rt2560var.h | 2 | ||||
| -rw-r--r-- | sys/dev/ral/rt2661.c | 4 | ||||
| -rw-r--r-- | sys/dev/ral/rt2661_ucode.h | 2 | ||||
| -rw-r--r-- | sys/dev/ral/rt2661reg.h | 2 | ||||
| -rw-r--r-- | sys/dev/ral/rt2661var.h | 2 |
10 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ral/if_ral_pci.c b/sys/dev/ral/if_ral_pci.c index 2ceafe4a97ae..6cb998f01c99 100644 --- a/sys/dev/ral/if_ral_pci.c +++ b/sys/dev/ral/if_ral_pci.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/if_ral_pci.c,v 1.7.10.1 2010/02/10 00:26:20 kensmith Exp $"); /* * PCI/Cardbus front-end for the Ralink RT2560/RT2561/RT2561S/RT2661 driver. diff --git a/sys/dev/ral/if_ralrate.c b/sys/dev/ral/if_ralrate.c index b8922ba0da04..d558fabc9422 100644 --- a/sys/dev/ral/if_ralrate.c +++ b/sys/dev/ral/if_ralrate.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.c,v 1.1.22.1 2010/02/10 00:26:20 kensmith Exp $ */ /* $NetBSD: ieee80211_rssadapt.c,v 1.9 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/if_ralrate.h b/sys/dev/ral/if_ralrate.h index 50eee4429bc3..4ffa1243ca71 100644 --- a/sys/dev/ral/if_ralrate.h +++ b/sys/dev/ral/if_ralrate.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/if_ralrate.h,v 1.1.22.1 2010/02/10 00:26:20 kensmith Exp $ */ /* $NetBSD: ieee80211_rssadapt.h,v 1.4 2005/02/26 22:45:09 perry Exp $ */ /*- * Copyright (c) 2003, 2004 David Young. All rights reserved. diff --git a/sys/dev/ral/rt2560.c b/sys/dev/ral/rt2560.c index 16e946e9d852..a2c5178eab0e 100644 --- a/sys/dev/ral/rt2560.c +++ b/sys/dev/ral/rt2560.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560.c,v 1.17.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/rt2560.c,v 1.17.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); /*- * Ralink Technology RT2560 chipset driver diff --git a/sys/dev/ral/rt2560reg.h b/sys/dev/ral/rt2560reg.h index bab455d440b3..4fc7a38d3f83 100644 --- a/sys/dev/ral/rt2560reg.h +++ b/sys/dev/ral/rt2560reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560reg.h,v 1.2.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2560var.h b/sys/dev/ral/rt2560var.h index 1f68311dc69d..3ac0498dfa0d 100644 --- a/sys/dev/ral/rt2560var.h +++ b/sys/dev/ral/rt2560var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2560var.h,v 1.3.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index 44a66127832f..d4e47f2e4d27 100644 --- a/sys/dev/ral/rt2661.c +++ b/sys/dev/ral/rt2661.c @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661.c,v 1.17.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/rt2661.c,v 1.17.2.1.6.1 2010/02/10 00:26:20 kensmith Exp $"); /*- * Ralink Technology RT2561, RT2561S and RT2661 chipset driver diff --git a/sys/dev/ral/rt2661_ucode.h b/sys/dev/ral/rt2661_ucode.h index 556ac5f03b23..cd7429c1a3b8 100644 --- a/sys/dev/ral/rt2661_ucode.h +++ b/sys/dev/ral/rt2661_ucode.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661_ucode.h,v 1.1.12.1 2010/02/10 00:26:20 kensmith Exp $ */ /* OpenBSD: microcode.h,v 1.1 2006/01/09 20:03:40 damien Exp */ /*- diff --git a/sys/dev/ral/rt2661reg.h b/sys/dev/ral/rt2661reg.h index b4325b053d33..32472fff697a 100644 --- a/sys/dev/ral/rt2661reg.h +++ b/sys/dev/ral/rt2661reg.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661reg.h,v 1.2.12.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/ral/rt2661var.h b/sys/dev/ral/rt2661var.h index 9f12a15fca61..7cef2a66c790 100644 --- a/sys/dev/ral/rt2661var.h +++ b/sys/dev/ral/rt2661var.h @@ -1,4 +1,4 @@ -/* $FreeBSD$ */ +/* $FreeBSD: src/sys/dev/ral/rt2661var.h,v 1.3.10.1 2010/02/10 00:26:20 kensmith Exp $ */ /*- * Copyright (c) 2005 |
