summaryrefslogtreecommitdiff
path: root/sys/dev/cx
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
committerKen Smith <kensmith@FreeBSD.org>2008-12-31 22:57:14 +0000
commit8d4eb975d2e49f56d057a19aac09bcb92b3e71f7 (patch)
tree1b808490e2ba26bfe983f82bd41a2b36a6127322 /sys/dev/cx
parenta1fc2b0c89a1dd2ca090ae990ab45b21363ab76e (diff)
Diffstat (limited to 'sys/dev/cx')
-rw-r--r--sys/dev/cx/cronyxfw.h2
-rw-r--r--sys/dev/cx/csigma.c2
-rw-r--r--sys/dev/cx/csigmafw.h2
-rw-r--r--sys/dev/cx/cxddk.c2
-rw-r--r--sys/dev/cx/cxddk.h2
-rw-r--r--sys/dev/cx/cxreg.h2
-rw-r--r--sys/dev/cx/if_cx.c2
-rw-r--r--sys/dev/cx/machdep.h2
-rw-r--r--sys/dev/cx/ng_cx.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/cx/cronyxfw.h b/sys/dev/cx/cronyxfw.h
index 56b2033b09ab..564c53cb5d50 100644
--- a/sys/dev/cx/cronyxfw.h
+++ b/sys/dev/cx/cronyxfw.h
@@ -12,7 +12,7 @@
* all derivative works or modified versions.
*
* Cronyx Id: cronyxfw.h,v 1.1.2.1 2003/11/12 17:09:49 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/cronyxfw.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $
*/
#define CRONYX_DAT_MAGIC 2001107011L /* firmware file magic */
diff --git a/sys/dev/cx/csigma.c b/sys/dev/cx/csigma.c
index e880b88cbef0..1775ab3f1a4c 100644
--- a/sys/dev/cx/csigma.c
+++ b/sys/dev/cx/csigma.c
@@ -12,7 +12,7 @@
* all derivative works or modified versions.
*
* Cronyx Id: csigma.c,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/csigma.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $
*/
#include <dev/cx/machdep.h>
#include <dev/cx/cxddk.h>
diff --git a/sys/dev/cx/csigmafw.h b/sys/dev/cx/csigmafw.h
index a5e4e05d7542..34f2634a0f2a 100644
--- a/sys/dev/cx/csigmafw.h
+++ b/sys/dev/cx/csigmafw.h
@@ -4,7 +4,7 @@
* from the file `csigma.dat'
*
* Cronyx Id: csigmafw.h,v 1.1 2002/06/03 10:19:39 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/csigmafw.h,v 1.1.30.1 2008/11/25 02:59:29 kensmith Exp $
*/
long csigma_fw_len = 131234;
diff --git a/sys/dev/cx/cxddk.c b/sys/dev/cx/cxddk.c
index bbcc904051e8..87a34598f209 100644
--- a/sys/dev/cx/cxddk.c
+++ b/sys/dev/cx/cxddk.c
@@ -17,7 +17,7 @@
* Cronyx Id: cxddk.c,v 1.1.2.2 2003/11/27 14:24:50 rik Exp $
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/cx/cxddk.c,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $");
#include <dev/cx/machdep.h>
#include <dev/cx/cxddk.h>
diff --git a/sys/dev/cx/cxddk.h b/sys/dev/cx/cxddk.h
index 69f069364af3..69a41ad26886 100644
--- a/sys/dev/cx/cxddk.h
+++ b/sys/dev/cx/cxddk.h
@@ -15,7 +15,7 @@
* all derivative works or modified versions.
*
* Cronyx Id: cxddk.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/cxddk.h,v 1.2.10.1.2.1 2008/11/25 02:59:29 kensmith Exp $
*/
#ifndef port_t
diff --git a/sys/dev/cx/cxreg.h b/sys/dev/cx/cxreg.h
index 70a937d11280..e27cd4b29c06 100644
--- a/sys/dev/cx/cxreg.h
+++ b/sys/dev/cx/cxreg.h
@@ -13,7 +13,7 @@
* all derivative works or modified versions.
*
* Cronyx Id: cxreg.h,v 1.1.2.1 2003/11/12 17:13:41 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/cxreg.h,v 1.2.18.1 2008/11/25 02:59:29 kensmith Exp $
*/
#define REVCL_MIN 7 /* CD2400 min. revision number G */
#define REVCL_MAX 13 /* CD2400 max. revision number M */
diff --git a/sys/dev/cx/if_cx.c b/sys/dev/cx/if_cx.c
index be164bd425cd..983eb51dff54 100644
--- a/sys/dev/cx/if_cx.c
+++ b/sys/dev/cx/if_cx.c
@@ -23,7 +23,7 @@
*/
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
+__FBSDID("$FreeBSD: src/sys/dev/cx/if_cx.c,v 1.57.2.2.2.1 2008/11/25 02:59:29 kensmith Exp $");
#include <sys/param.h>
diff --git a/sys/dev/cx/machdep.h b/sys/dev/cx/machdep.h
index a425af5b717d..c2d624c96b3e 100644
--- a/sys/dev/cx/machdep.h
+++ b/sys/dev/cx/machdep.h
@@ -15,7 +15,7 @@
* all derivative works or modified versions.
*
* Cronyx Id: machdep.h,v 1.3.4.3 2003/11/27 14:21:58 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/machdep.h,v 1.5.18.1 2008/11/25 02:59:29 kensmith Exp $
*/
/*
diff --git a/sys/dev/cx/ng_cx.h b/sys/dev/cx/ng_cx.h
index 30b3c14daa4e..3cac1051d5b2 100644
--- a/sys/dev/cx/ng_cx.h
+++ b/sys/dev/cx/ng_cx.h
@@ -13,7 +13,7 @@
* works or modified versions.
*
* Cronyx Id: ng_cx.h,v 1.1.2.3 2004/01/27 14:39:11 rik Exp $
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/cx/ng_cx.h,v 1.3.18.1 2008/11/25 02:59:29 kensmith Exp $
*/
#ifdef NETGRAPH