summaryrefslogtreecommitdiff
path: root/sys/dev/nxge
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
committerKen Smith <kensmith@FreeBSD.org>2009-05-01 02:51:58 +0000
commitb205d83df7763ca1f099bce5ac12a05862a626c4 (patch)
treef30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/dev/nxge
parent54055718ff5134ddd61afc4c5f01440022040a06 (diff)
Diffstat (limited to 'sys/dev/nxge')
-rw-r--r--sys/dev/nxge/if_nxge.c2
-rw-r--r--sys/dev/nxge/if_nxge.h2
-rw-r--r--sys/dev/nxge/include/build-version.h2
-rw-r--r--sys/dev/nxge/include/version.h2
-rw-r--r--sys/dev/nxge/include/xge-debug.h2
-rw-r--r--sys/dev/nxge/include/xge-defs.h2
-rw-r--r--sys/dev/nxge/include/xge-list.h2
-rw-r--r--sys/dev/nxge/include/xge-os-pal.h2
-rw-r--r--sys/dev/nxge/include/xge-queue.h2
-rw-r--r--sys/dev/nxge/include/xgehal-channel.h2
-rw-r--r--sys/dev/nxge/include/xgehal-config.h2
-rw-r--r--sys/dev/nxge/include/xgehal-device.h2
-rw-r--r--sys/dev/nxge/include/xgehal-driver.h2
-rw-r--r--sys/dev/nxge/include/xgehal-event.h2
-rw-r--r--sys/dev/nxge/include/xgehal-fifo.h2
-rw-r--r--sys/dev/nxge/include/xgehal-mgmt.h2
-rw-r--r--sys/dev/nxge/include/xgehal-mgmtaux.h2
-rw-r--r--sys/dev/nxge/include/xgehal-mm.h2
-rw-r--r--sys/dev/nxge/include/xgehal-regs.h2
-rw-r--r--sys/dev/nxge/include/xgehal-ring.h2
-rw-r--r--sys/dev/nxge/include/xgehal-stats.h2
-rw-r--r--sys/dev/nxge/include/xgehal-types.h2
-rw-r--r--sys/dev/nxge/include/xgehal.h2
-rw-r--r--sys/dev/nxge/xge-osdep.h2
-rw-r--r--sys/dev/nxge/xgehal/xge-queue.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-channel-fp.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-channel.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-config.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-device-fp.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-device.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-driver.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-fifo-fp.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-fifo.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-mgmt.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-mgmtaux.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-mm.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-ring-fp.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-ring.c2
-rw-r--r--sys/dev/nxge/xgehal/xgehal-stats.c2
-rw-r--r--sys/dev/nxge/xgell-version.h2
40 files changed, 40 insertions, 40 deletions
diff --git a/sys/dev/nxge/if_nxge.c b/sys/dev/nxge/if_nxge.c
index 95f97a8923b4..c6f92c92ff77 100644
--- a/sys/dev/nxge/if_nxge.c
+++ b/sys/dev/nxge/if_nxge.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/if_nxge.c,v 1.3.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/if_nxge.h>
diff --git a/sys/dev/nxge/if_nxge.h b/sys/dev/nxge/if_nxge.h
index 1cc128691c52..f521e3ccc104 100644
--- a/sys/dev/nxge/if_nxge.h
+++ b/sys/dev/nxge/if_nxge.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/if_nxge.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef _IF_XGE_H
diff --git a/sys/dev/nxge/include/build-version.h b/sys/dev/nxge/include/build-version.h
index 33fb24d257f4..81be480f8382 100644
--- a/sys/dev/nxge/include/build-version.h
+++ b/sys/dev/nxge/include/build-version.h
@@ -1,6 +1,6 @@
#ifndef BUILD_VERSION_H
#define BUILD_VERSION_H
/* Do not edit! Automatically generated when released.*/
-/* $FreeBSD$ */
+/* $FreeBSD: src/sys/dev/nxge/include/build-version.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $ */
#define GENERATED_BUILD_VERSION "11230"
#endif /* BUILD_VERSION_H */
diff --git a/sys/dev/nxge/include/version.h b/sys/dev/nxge/include/version.h
index 47d4fc1bfdec..b55d23d2427b 100644
--- a/sys/dev/nxge/include/version.h
+++ b/sys/dev/nxge/include/version.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/version.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef VERSION_H
diff --git a/sys/dev/nxge/include/xge-debug.h b/sys/dev/nxge/include/xge-debug.h
index 74b9756040c2..7ac9780d4c33 100644
--- a/sys/dev/nxge/include/xge-debug.h
+++ b/sys/dev/nxge/include/xge-debug.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xge-debug.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_DEBUG_H
diff --git a/sys/dev/nxge/include/xge-defs.h b/sys/dev/nxge/include/xge-defs.h
index 17bc907b8a34..c48c93ddf440 100644
--- a/sys/dev/nxge/include/xge-defs.h
+++ b/sys/dev/nxge/include/xge-defs.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xge-defs.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_DEFS_H
diff --git a/sys/dev/nxge/include/xge-list.h b/sys/dev/nxge/include/xge-list.h
index 544a62304386..5b1ca98f02b7 100644
--- a/sys/dev/nxge/include/xge-list.h
+++ b/sys/dev/nxge/include/xge-list.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xge-list.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_LIST_H
diff --git a/sys/dev/nxge/include/xge-os-pal.h b/sys/dev/nxge/include/xge-os-pal.h
index 166cadb7f2a5..870ce2153cc8 100644
--- a/sys/dev/nxge/include/xge-os-pal.h
+++ b/sys/dev/nxge/include/xge-os-pal.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xge-os-pal.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_OS_PAL_H
diff --git a/sys/dev/nxge/include/xge-queue.h b/sys/dev/nxge/include/xge-queue.h
index c38ffb8ca349..fd1af24365a8 100644
--- a/sys/dev/nxge/include/xge-queue.h
+++ b/sys/dev/nxge/include/xge-queue.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xge-queue.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_QUEUE_H
diff --git a/sys/dev/nxge/include/xgehal-channel.h b/sys/dev/nxge/include/xgehal-channel.h
index d7866491f70e..e28f3c797f2c 100644
--- a/sys/dev/nxge/include/xgehal-channel.h
+++ b/sys/dev/nxge/include/xgehal-channel.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-channel.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_CHANNEL_H
diff --git a/sys/dev/nxge/include/xgehal-config.h b/sys/dev/nxge/include/xgehal-config.h
index c320b4a73660..029424ad4965 100644
--- a/sys/dev/nxge/include/xgehal-config.h
+++ b/sys/dev/nxge/include/xgehal-config.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-config.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_CONFIG_H
diff --git a/sys/dev/nxge/include/xgehal-device.h b/sys/dev/nxge/include/xgehal-device.h
index 31d99b4e94dd..f3dac658dd8c 100644
--- a/sys/dev/nxge/include/xgehal-device.h
+++ b/sys/dev/nxge/include/xgehal-device.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-device.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_DEVICE_H
diff --git a/sys/dev/nxge/include/xgehal-driver.h b/sys/dev/nxge/include/xgehal-driver.h
index 507031b00740..17fe20cfa117 100644
--- a/sys/dev/nxge/include/xgehal-driver.h
+++ b/sys/dev/nxge/include/xgehal-driver.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-driver.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_DRIVER_H
diff --git a/sys/dev/nxge/include/xgehal-event.h b/sys/dev/nxge/include/xgehal-event.h
index 1613aaeb5933..6fd72f60343a 100644
--- a/sys/dev/nxge/include/xgehal-event.h
+++ b/sys/dev/nxge/include/xgehal-event.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-event.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_EVENT_H
diff --git a/sys/dev/nxge/include/xgehal-fifo.h b/sys/dev/nxge/include/xgehal-fifo.h
index 5f082d6b8232..36d8fb036310 100644
--- a/sys/dev/nxge/include/xgehal-fifo.h
+++ b/sys/dev/nxge/include/xgehal-fifo.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-fifo.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_FIFO_H
diff --git a/sys/dev/nxge/include/xgehal-mgmt.h b/sys/dev/nxge/include/xgehal-mgmt.h
index 93e60a29186e..ac57c75ab64e 100644
--- a/sys/dev/nxge/include/xgehal-mgmt.h
+++ b/sys/dev/nxge/include/xgehal-mgmt.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-mgmt.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_MGMT_H
diff --git a/sys/dev/nxge/include/xgehal-mgmtaux.h b/sys/dev/nxge/include/xgehal-mgmtaux.h
index 93a9865f9c2d..0025d4fb351d 100644
--- a/sys/dev/nxge/include/xgehal-mgmtaux.h
+++ b/sys/dev/nxge/include/xgehal-mgmtaux.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-mgmtaux.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_MGMTAUX_H
diff --git a/sys/dev/nxge/include/xgehal-mm.h b/sys/dev/nxge/include/xgehal-mm.h
index 7b43de404e51..58f60d568b8e 100644
--- a/sys/dev/nxge/include/xgehal-mm.h
+++ b/sys/dev/nxge/include/xgehal-mm.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-mm.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_MM_H
diff --git a/sys/dev/nxge/include/xgehal-regs.h b/sys/dev/nxge/include/xgehal-regs.h
index a20e083c9233..78797e34d6eb 100644
--- a/sys/dev/nxge/include/xgehal-regs.h
+++ b/sys/dev/nxge/include/xgehal-regs.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-regs.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_REGS_H
diff --git a/sys/dev/nxge/include/xgehal-ring.h b/sys/dev/nxge/include/xgehal-ring.h
index 0e5b7e66e291..9aa7ed13f84b 100644
--- a/sys/dev/nxge/include/xgehal-ring.h
+++ b/sys/dev/nxge/include/xgehal-ring.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-ring.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_RING_H
diff --git a/sys/dev/nxge/include/xgehal-stats.h b/sys/dev/nxge/include/xgehal-stats.h
index ec093e7f7223..a1edbcce7035 100644
--- a/sys/dev/nxge/include/xgehal-stats.h
+++ b/sys/dev/nxge/include/xgehal-stats.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-stats.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_STATS_H
diff --git a/sys/dev/nxge/include/xgehal-types.h b/sys/dev/nxge/include/xgehal-types.h
index 58dd09187372..10b4c060d72c 100644
--- a/sys/dev/nxge/include/xgehal-types.h
+++ b/sys/dev/nxge/include/xgehal-types.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal-types.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_TYPES_H
diff --git a/sys/dev/nxge/include/xgehal.h b/sys/dev/nxge/include/xgehal.h
index c8645120edec..1afa5bb7e073 100644
--- a/sys/dev/nxge/include/xgehal.h
+++ b/sys/dev/nxge/include/xgehal.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/include/xgehal.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_HAL_H
diff --git a/sys/dev/nxge/xge-osdep.h b/sys/dev/nxge/xge-osdep.h
index 15adfe7b3847..0f0c9835a52a 100644
--- a/sys/dev/nxge/xge-osdep.h
+++ b/sys/dev/nxge/xge-osdep.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xge-osdep.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGE_OSDEP_H
diff --git a/sys/dev/nxge/xgehal/xge-queue.c b/sys/dev/nxge/xgehal/xge-queue.c
index a1a792e0b8a0..72878be2e577 100644
--- a/sys/dev/nxge/xgehal/xge-queue.c
+++ b/sys/dev/nxge/xgehal/xge-queue.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xge-queue.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xge-queue.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-channel-fp.c b/sys/dev/nxge/xgehal/xgehal-channel-fp.c
index 98c98103adec..8e5a8f9c197e 100644
--- a/sys/dev/nxge/xgehal/xgehal-channel-fp.c
+++ b/sys/dev/nxge/xgehal/xgehal-channel-fp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-channel-fp.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifdef XGE_DEBUG_FP
diff --git a/sys/dev/nxge/xgehal/xgehal-channel.c b/sys/dev/nxge/xgehal/xgehal-channel.c
index c1ca17bea733..b04538b6dce9 100644
--- a/sys/dev/nxge/xgehal/xgehal-channel.c
+++ b/sys/dev/nxge/xgehal/xgehal-channel.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-channel.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-channel.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-config.c b/sys/dev/nxge/xgehal/xgehal-config.c
index a937d5370e8c..65a6f94969d2 100644
--- a/sys/dev/nxge/xgehal/xgehal-config.c
+++ b/sys/dev/nxge/xgehal/xgehal-config.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-config.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-config.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-device-fp.c b/sys/dev/nxge/xgehal/xgehal-device-fp.c
index 2788e512883c..cd0a78fad727 100644
--- a/sys/dev/nxge/xgehal/xgehal-device-fp.c
+++ b/sys/dev/nxge/xgehal/xgehal-device-fp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-device-fp.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifdef XGE_DEBUG_FP
diff --git a/sys/dev/nxge/xgehal/xgehal-device.c b/sys/dev/nxge/xgehal/xgehal-device.c
index 882aaf7bcc44..8e7d69af5286 100644
--- a/sys/dev/nxge/xgehal/xgehal-device.c
+++ b/sys/dev/nxge/xgehal/xgehal-device.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-device.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-device.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-driver.c b/sys/dev/nxge/xgehal/xgehal-driver.c
index 430931c32f24..1559aba59cc3 100644
--- a/sys/dev/nxge/xgehal/xgehal-driver.c
+++ b/sys/dev/nxge/xgehal/xgehal-driver.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-driver.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-driver.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c
index efc4d377fb13..d4dd8bdc1a48 100644
--- a/sys/dev/nxge/xgehal/xgehal-fifo-fp.c
+++ b/sys/dev/nxge/xgehal/xgehal-fifo-fp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-fifo-fp.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifdef XGE_DEBUG_FP
diff --git a/sys/dev/nxge/xgehal/xgehal-fifo.c b/sys/dev/nxge/xgehal/xgehal-fifo.c
index 303afafbf7ce..55b9d22dd116 100644
--- a/sys/dev/nxge/xgehal/xgehal-fifo.c
+++ b/sys/dev/nxge/xgehal/xgehal-fifo.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-fifo.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-fifo.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-mgmt.c b/sys/dev/nxge/xgehal/xgehal-mgmt.c
index 7f8346bd0035..d91c76713f04 100644
--- a/sys/dev/nxge/xgehal/xgehal-mgmt.c
+++ b/sys/dev/nxge/xgehal/xgehal-mgmt.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-mgmt.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-mgmt.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c
index 00550d830f4b..e05de95023a1 100644
--- a/sys/dev/nxge/xgehal/xgehal-mgmtaux.c
+++ b/sys/dev/nxge/xgehal/xgehal-mgmtaux.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-mgmtaux.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-mgmt.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-mm.c b/sys/dev/nxge/xgehal/xgehal-mm.c
index a787dad67d8a..5e9fe09dd8f9 100644
--- a/sys/dev/nxge/xgehal/xgehal-mm.c
+++ b/sys/dev/nxge/xgehal/xgehal-mm.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-mm.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xge-os-pal.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-ring-fp.c b/sys/dev/nxge/xgehal/xgehal-ring-fp.c
index e25a2659f931..c5861961dafb 100644
--- a/sys/dev/nxge/xgehal/xgehal-ring-fp.c
+++ b/sys/dev/nxge/xgehal/xgehal-ring-fp.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-ring-fp.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifdef XGE_DEBUG_FP
diff --git a/sys/dev/nxge/xgehal/xgehal-ring.c b/sys/dev/nxge/xgehal/xgehal-ring.c
index 444e10c4f06d..54f7a3f38dcc 100644
--- a/sys/dev/nxge/xgehal/xgehal-ring.c
+++ b/sys/dev/nxge/xgehal/xgehal-ring.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-ring.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-ring.h>
diff --git a/sys/dev/nxge/xgehal/xgehal-stats.c b/sys/dev/nxge/xgehal/xgehal-stats.c
index c5f59b6a855d..d1b650eef784 100644
--- a/sys/dev/nxge/xgehal/xgehal-stats.c
+++ b/sys/dev/nxge/xgehal/xgehal-stats.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgehal/xgehal-stats.c,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#include <dev/nxge/include/xgehal-stats.h>
diff --git a/sys/dev/nxge/xgell-version.h b/sys/dev/nxge/xgell-version.h
index df724827ee50..7030f0a1c08e 100644
--- a/sys/dev/nxge/xgell-version.h
+++ b/sys/dev/nxge/xgell-version.h
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $FreeBSD: src/sys/dev/nxge/xgell-version.h,v 1.1.2.1.6.1 2009/04/15 03:14:26 kensmith Exp $
*/
#ifndef XGELL_VERSION_H