diff options
| author | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2023-08-16 17:54:36 +0000 |
| commit | 685dc743dc3b5645e34836464128e1c0558b404b (patch) | |
| tree | 39ec624f59d1c16f70e670cb77f8a87ec8a2b30a /sys/dev/igc | |
| parent | e5d258c9e599d2b2fe642e678091cac5da8a10d1 (diff) | |
Diffstat (limited to 'sys/dev/igc')
| -rw-r--r-- | sys/dev/igc/if_igc.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_api.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_base.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_i225.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_mac.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_nvm.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_phy.c | 2 | ||||
| -rw-r--r-- | sys/dev/igc/igc_txrx.c | 2 |
8 files changed, 0 insertions, 16 deletions
diff --git a/sys/dev/igc/if_igc.c b/sys/dev/igc/if_igc.c index 70f1aa2d2239..03c366207ff0 100644 --- a/sys/dev/igc/if_igc.c +++ b/sys/dev/igc/if_igc.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "if_igc.h" #include <sys/sbuf.h> #include <machine/_inttypes.h> diff --git a/sys/dev/igc/igc_api.c b/sys/dev/igc/igc_api.c index 6aafc9898df8..9e91e7a4c73f 100644 --- a/sys/dev/igc/igc_api.c +++ b/sys/dev/igc/igc_api.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_api.h" /** diff --git a/sys/dev/igc/igc_base.c b/sys/dev/igc/igc_base.c index 2029184ce66a..de48303a9c7c 100644 --- a/sys/dev/igc/igc_base.c +++ b/sys/dev/igc/igc_base.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_hw.h" #include "igc_i225.h" #include "igc_mac.h" diff --git a/sys/dev/igc/igc_i225.c b/sys/dev/igc/igc_i225.c index 91d221cee06b..ba09f7609146 100644 --- a/sys/dev/igc/igc_i225.c +++ b/sys/dev/igc/igc_i225.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static s32 igc_init_nvm_params_i225(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_mac.c b/sys/dev/igc/igc_mac.c index 0355e54682bc..ab49708837cc 100644 --- a/sys/dev/igc/igc_mac.c +++ b/sys/dev/igc/igc_mac.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static void igc_config_collision_dist_generic(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_nvm.c b/sys/dev/igc/igc_nvm.c index f5de77ae49c0..d86e04ffa0dc 100644 --- a/sys/dev/igc/igc_nvm.c +++ b/sys/dev/igc/igc_nvm.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static void igc_reload_nvm_generic(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_phy.c b/sys/dev/igc/igc_phy.c index 3911e1ff6fa2..34640e7acd2d 100644 --- a/sys/dev/igc/igc_phy.c +++ b/sys/dev/igc/igc_phy.c @@ -5,8 +5,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "igc_api.h" static s32 igc_wait_autoneg(struct igc_hw *hw); diff --git a/sys/dev/igc/igc_txrx.c b/sys/dev/igc/igc_txrx.c index 2b441da098e0..7601513a709e 100644 --- a/sys/dev/igc/igc_txrx.c +++ b/sys/dev/igc/igc_txrx.c @@ -28,8 +28,6 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); - #include "if_igc.h" #ifdef RSS |
