aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/owi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/owi')
-rw-r--r--sys/dev/owi/if_ieee80211.h2
-rw-r--r--sys/dev/owi/if_owi.c2
-rw-r--r--sys/dev/owi/if_owi_pccard.c2
-rw-r--r--sys/dev/owi/if_wireg.h2
-rw-r--r--sys/dev/owi/if_wivar.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/sys/dev/owi/if_ieee80211.h b/sys/dev/owi/if_ieee80211.h
index 0e67c58a20f6..02900369e7ec 100644
--- a/sys/dev/owi/if_ieee80211.h
+++ b/sys/dev/owi/if_ieee80211.h
@@ -1,5 +1,5 @@
/* $NetBSD: if_ieee80211.h,v 1.5 2000/07/21 04:47:40 onoe Exp $ */
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/owi/if_ieee80211.h,v 1.1 2003/08/24 05:42:48 imp Exp $ */
#ifndef _NET_IF_IEEE80211_H_
#define _NET_IF_IEEE80211_H_
diff --git a/sys/dev/owi/if_owi.c b/sys/dev/owi/if_owi.c
index b0f546968348..73087a381cb4 100644
--- a/sys/dev/owi/if_owi.c
+++ b/sys/dev/owi/if_owi.c
@@ -100,7 +100,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/dev/owi/if_owi.c,v 1.9.2.3 2005/08/25 05:01:13 rwatson Exp $";
#endif
static void wi_intr(void *);
diff --git a/sys/dev/owi/if_owi_pccard.c b/sys/dev/owi/if_owi_pccard.c
index 65b49b2e969e..b6500292935f 100644
--- a/sys/dev/owi/if_owi_pccard.c
+++ b/sys/dev/owi/if_owi_pccard.c
@@ -71,7 +71,7 @@
#if !defined(lint)
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/sys/dev/owi/if_owi_pccard.c,v 1.6.2.1 2005/08/09 01:25:32 avatar Exp $";
#endif
static int wi_pccard_probe(device_t);
diff --git a/sys/dev/owi/if_wireg.h b/sys/dev/owi/if_wireg.h
index 697463fffcad..8dbf99196c41 100644
--- a/sys/dev/owi/if_wireg.h
+++ b/sys/dev/owi/if_wireg.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/owi/if_wireg.h,v 1.2 2005/01/06 01:43:01 imp Exp $
*/
#define WI_DELAY 5
diff --git a/sys/dev/owi/if_wivar.h b/sys/dev/owi/if_wivar.h
index dfdb6ea6bd84..004f194d1183 100644
--- a/sys/dev/owi/if_wivar.h
+++ b/sys/dev/owi/if_wivar.h
@@ -31,7 +31,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/owi/if_wivar.h,v 1.4 2005/06/10 16:49:12 brooks Exp $
*/
#define WICACHE /* turn on signal strength cache code */