summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
diff options
context:
space:
mode:
authorKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
committerKen Smith <kensmith@FreeBSD.org>2010-03-21 01:30:13 +0000
commit9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch)
treea9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /sys/dev/ixgbe
parent1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff)
Diffstat (limited to 'sys/dev/ixgbe')
-rw-r--r--sys/dev/ixgbe/LICENSE2
-rw-r--r--sys/dev/ixgbe/ixgbe.c2
-rw-r--r--sys/dev/ixgbe/ixgbe.h2
-rw-r--r--sys/dev/ixgbe/ixgbe_82598.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_82599.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_api.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_api.h2
-rw-r--r--sys/dev/ixgbe/ixgbe_common.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_common.h2
-rw-r--r--sys/dev/ixgbe/ixgbe_osdep.h2
-rw-r--r--sys/dev/ixgbe/ixgbe_phy.c2
-rw-r--r--sys/dev/ixgbe/ixgbe_phy.h2
-rw-r--r--sys/dev/ixgbe/ixgbe_type.h2
13 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ixgbe/LICENSE b/sys/dev/ixgbe/LICENSE
index 39264e087beb..d8cb4201b7e7 100644
--- a/sys/dev/ixgbe/LICENSE
+++ b/sys/dev/ixgbe/LICENSE
@@ -30,4 +30,4 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/LICENSE,v 1.1.2.2.4.1 2010/02/10 00:26:20 kensmith Exp $*/
diff --git a/sys/dev/ixgbe/ixgbe.c b/sys/dev/ixgbe/ixgbe.c
index e2827f4c4a45..b2bc960437b1 100644
--- a/sys/dev/ixgbe/ixgbe.c
+++ b/sys/dev/ixgbe/ixgbe.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe.c,v 1.4.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifdef HAVE_KERNEL_OPTION_HEADERS
#include "opt_device_polling.h"
diff --git a/sys/dev/ixgbe/ixgbe.h b/sys/dev/ixgbe/ixgbe.h
index 820f73ae0db6..fe0222f4b7a6 100644
--- a/sys/dev/ixgbe/ixgbe.h
+++ b/sys/dev/ixgbe/ixgbe.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_H_
diff --git a/sys/dev/ixgbe/ixgbe_82598.c b/sys/dev/ixgbe/ixgbe_82598.c
index fd90d16302fa..ba0f4e100c2c 100644
--- a/sys/dev/ixgbe/ixgbe_82598.c
+++ b/sys/dev/ixgbe/ixgbe_82598.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_82598.c,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#include "ixgbe_type.h"
#include "ixgbe_api.h"
diff --git a/sys/dev/ixgbe/ixgbe_82599.c b/sys/dev/ixgbe/ixgbe_82599.c
index 4f438a2a8f8e..97ffca0e2170 100644
--- a/sys/dev/ixgbe/ixgbe_82599.c
+++ b/sys/dev/ixgbe/ixgbe_82599.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_82599.c,v 1.1.2.1.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#include "ixgbe_type.h"
#include "ixgbe_api.h"
diff --git a/sys/dev/ixgbe/ixgbe_api.c b/sys/dev/ixgbe/ixgbe_api.c
index a3e7b3595342..0cf070d6fdb2 100644
--- a/sys/dev/ixgbe/ixgbe_api.c
+++ b/sys/dev/ixgbe/ixgbe_api.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_api.c,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#include "ixgbe_api.h"
#include "ixgbe_common.h"
diff --git a/sys/dev/ixgbe/ixgbe_api.h b/sys/dev/ixgbe/ixgbe_api.h
index ba987edb0a2e..5e077a04ac80 100644
--- a/sys/dev/ixgbe/ixgbe_api.h
+++ b/sys/dev/ixgbe/ixgbe_api.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_api.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_API_H_
#define _IXGBE_API_H_
diff --git a/sys/dev/ixgbe/ixgbe_common.c b/sys/dev/ixgbe/ixgbe_common.c
index 030605c481cd..9fa1407a7d51 100644
--- a/sys/dev/ixgbe/ixgbe_common.c
+++ b/sys/dev/ixgbe/ixgbe_common.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_common.c,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#include "ixgbe_common.h"
#include "ixgbe_api.h"
diff --git a/sys/dev/ixgbe/ixgbe_common.h b/sys/dev/ixgbe/ixgbe_common.h
index 0c535751880b..d855fc633115 100644
--- a/sys/dev/ixgbe/ixgbe_common.h
+++ b/sys/dev/ixgbe/ixgbe_common.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_common.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_COMMON_H_
#define _IXGBE_COMMON_H_
diff --git a/sys/dev/ixgbe/ixgbe_osdep.h b/sys/dev/ixgbe/ixgbe_osdep.h
index 53b64f531ca8..657d2b02cbcb 100644
--- a/sys/dev/ixgbe/ixgbe_osdep.h
+++ b/sys/dev/ixgbe/ixgbe_osdep.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_osdep.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_OS_H_
#define _IXGBE_OS_H_
diff --git a/sys/dev/ixgbe/ixgbe_phy.c b/sys/dev/ixgbe/ixgbe_phy.c
index afd30eee806f..49ac34eb01d8 100644
--- a/sys/dev/ixgbe/ixgbe_phy.c
+++ b/sys/dev/ixgbe/ixgbe_phy.c
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_phy.c,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#include "ixgbe_api.h"
#include "ixgbe_common.h"
diff --git a/sys/dev/ixgbe/ixgbe_phy.h b/sys/dev/ixgbe/ixgbe_phy.h
index 047d31d0c7d8..4be47bcec408 100644
--- a/sys/dev/ixgbe/ixgbe_phy.h
+++ b/sys/dev/ixgbe/ixgbe_phy.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_phy.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_PHY_H_
#define _IXGBE_PHY_H_
diff --git a/sys/dev/ixgbe/ixgbe_type.h b/sys/dev/ixgbe/ixgbe_type.h
index 595a8637e7c4..87092a8d9b74 100644
--- a/sys/dev/ixgbe/ixgbe_type.h
+++ b/sys/dev/ixgbe/ixgbe_type.h
@@ -30,7 +30,7 @@
POSSIBILITY OF SUCH DAMAGE.
******************************************************************************/
-/*$FreeBSD$*/
+/*$FreeBSD: src/sys/dev/ixgbe/ixgbe_type.h,v 1.3.2.4.4.1 2010/02/10 00:26:20 kensmith Exp $*/
#ifndef _IXGBE_TYPE_H_
#define _IXGBE_TYPE_H_