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 f1cc23caf091..c7455239f374 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.1.2.2 2006/12/23 07:14:42 fjoe 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.1.2.2 2006/12/23 07:14:42 fjoe 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..92b6e08fb583 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 2005/04/18 18:47:36 damien 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..787dbc7c8534 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 2005/04/18 18:47:36 damien 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 adbf0a031041..5f19c78d4fdc 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.9.2.3 2007/03/31 22:02:42 sam 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.9.2.3 2007/03/31 22:02:42 sam Exp $"); /*- * Ralink Technology RT2560 chipset driver diff --git a/sys/dev/ral/rt2560reg.h b/sys/dev/ral/rt2560reg.h index 6b1cf0d09bd3..fb5bb1428078 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.1.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2560var.h b/sys/dev/ral/rt2560var.h index 2f202b6621c7..123b7b514889 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.2.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005, 2006 diff --git a/sys/dev/ral/rt2661.c b/sys/dev/ral/rt2661.c index 49cd5f70a781..580e6fced345 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.10.2.3 2007/03/31 22:03:04 sam Exp $ */ /*- * Copyright (c) 2006 @@ -18,7 +18,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/dev/ral/rt2661.c,v 1.10.2.3 2007/03/31 22:03:04 sam 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..e34aa109ee83 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.2.1 2006/12/23 07:14:42 fjoe 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 d79f9264260e..5967390e4ac4 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.1.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2006 diff --git a/sys/dev/ral/rt2661var.h b/sys/dev/ral/rt2661var.h index 9d95ca63f103..a2909b87d26b 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.2.2.1 2006/12/23 07:14:42 fjoe Exp $ */ /*- * Copyright (c) 2005 |