diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/an | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'sys/dev/an')
-rw-r--r-- | sys/dev/an/if_aironet_ieee.h | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an_isa.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an_pccard.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_an_pci.c | 2 | ||||
-rw-r--r-- | sys/dev/an/if_anreg.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/an/if_aironet_ieee.h b/sys/dev/an/if_aironet_ieee.h index 28e4f72148e96..30a2ffc18b986 100644 --- a/sys/dev/an/if_aironet_ieee.h +++ b/sys/dev/an/if_aironet_ieee.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/an/if_aironet_ieee.h,v 1.15.24.1 2010/02/10 00:26:20 kensmith Exp $ */ #ifndef _IF_AIRONET_IEEE_H diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index db88e0c9ed1d7..1748013648247 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an.c,v 1.84.2.2.8.1 2010/02/10 00:26:20 kensmith Exp $"); /* * The Aironet 4500/4800 series cards come in PCMCIA, ISA and PCI form. diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c index 80933b18ada1e..ebdc646ac91ca 100644 --- a/sys/dev/an/if_an_isa.c +++ b/sys/dev/an/if_an_isa.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_isa.c,v 1.17.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pccard.c b/sys/dev/an/if_an_pccard.c index b475265d84b02..5f48a4bdf4e5a 100644 --- a/sys/dev/an/if_an_pccard.c +++ b/sys/dev/an/if_an_pccard.c @@ -38,7 +38,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pccard.c,v 1.31.12.1 2010/02/10 00:26:20 kensmith Exp $"); #include "opt_inet.h" diff --git a/sys/dev/an/if_an_pci.c b/sys/dev/an/if_an_pci.c index a284c8a5787ad..c1bb06f392e09 100644 --- a/sys/dev/an/if_an_pci.c +++ b/sys/dev/an/if_an_pci.c @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/an/if_an_pci.c,v 1.28.10.1 2010/02/10 00:26:20 kensmith Exp $"); /* * This is a PCI shim for the Aironet PC4500/4800 wireless network diff --git a/sys/dev/an/if_anreg.h b/sys/dev/an/if_anreg.h index 0a96ee30f3f05..eee09a40f4f12 100644 --- a/sys/dev/an/if_anreg.h +++ b/sys/dev/an/if_anreg.h @@ -29,7 +29,7 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF * THE POSSIBILITY OF SUCH DAMAGE. * - * $FreeBSD$ + * $FreeBSD: src/sys/dev/an/if_anreg.h,v 1.23.10.1.8.1 2010/02/10 00:26:20 kensmith Exp $ */ #define AN_TIMEOUT 65536 |