diff options
| author | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
|---|---|---|
| committer | Ken Smith <kensmith@FreeBSD.org> | 2009-05-01 02:51:58 +0000 |
| commit | b205d83df7763ca1f099bce5ac12a05862a626c4 (patch) | |
| tree | f30d11bce592433d73cbb079c6db2d3428a52cf5 /sys/dev/ixgbe | |
| parent | 54055718ff5134ddd61afc4c5f01440022040a06 (diff) | |
Diffstat (limited to 'sys/dev/ixgbe')
| -rw-r--r-- | sys/dev/ixgbe/LICENSE | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe.h | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_82598.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_82599.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_api.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_api.h | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_common.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_common.h | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_osdep.h | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_phy.c | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_phy.h | 2 | ||||
| -rw-r--r-- | sys/dev/ixgbe/ixgbe_type.h | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/sys/dev/ixgbe/LICENSE b/sys/dev/ixgbe/LICENSE index 39264e087beb..61e1145a89d9 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.2.1 2009/04/15 03:14:26 kensmith Exp $*/ diff --git a/sys/dev/ixgbe/ixgbe.c b/sys/dev/ixgbe/ixgbe.c index e2827f4c4a45..6f30d22a93e3 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.2.1 2009/04/15 03:14:26 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..37602ed7ecd4 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.2.1 2009/04/15 03:14:26 kensmith Exp $*/ #ifndef _IXGBE_H_ diff --git a/sys/dev/ixgbe/ixgbe_82598.c b/sys/dev/ixgbe/ixgbe_82598.c index fd90d16302fa..756d354ce8c1 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.2.1 2009/04/15 03:14:26 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..13129983a2e8 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.2.1 2009/04/15 03:14:26 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..ccef075a665a 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.2.1 2009/04/15 03:14:26 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..de76fd3d95c7 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.2.1 2009/04/15 03:14:26 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..d6f923e78aee 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.2.1 2009/04/15 03:14:26 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..9d3159660407 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.2.1 2009/04/15 03:14:26 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..3cd41c04d02d 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.2.1 2009/04/15 03:14:26 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..2e3fe2017ad2 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.2.1 2009/04/15 03:14:26 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..16d180e58ca7 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.2.1 2009/04/15 03:14:26 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..8c7100cec0b9 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.2.1 2009/04/15 03:14:26 kensmith Exp $*/ #ifndef _IXGBE_TYPE_H_ #define _IXGBE_TYPE_H_ |
