diff options
author | arybchik <arybchik@FreeBSD.org> | 2016-06-04 14:23:11 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2016-06-04 14:23:11 +0000 |
commit | a78493aeebfba16ca696dd3a6b20c55ed12fbc2c (patch) | |
tree | 741624f8bfcea24a736601ddf92927a27203c463 /sys/dev/sfxge/common/efx_impl.h | |
parent | 3a1d18486e6dcd41821a7d7a161a3b49c8df8d9b (diff) | |
download | FreeBSD-src-a78493aeebfba16ca696dd3a6b20c55ed12fbc2c.zip FreeBSD-src-a78493aeebfba16ca696dd3a6b20c55ed12fbc2c.tar.gz |
MFC r299254
sfxge(4): remove EFSYS_OPT_PCIE_TUNE
With the removal of Falcon support, this is now dead code.
Submitted by: Andy Moreton <amoreton at solarflare.com>
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'sys/dev/sfxge/common/efx_impl.h')
-rw-r--r-- | sys/dev/sfxge/common/efx_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/sfxge/common/efx_impl.h b/sys/dev/sfxge/common/efx_impl.h index 9e831c7..f917ba1 100644 --- a/sys/dev/sfxge/common/efx_impl.h +++ b/sys/dev/sfxge/common/efx_impl.h @@ -667,9 +667,6 @@ struct efx_nic_s { const uint8_t *enu_forced_cfg; #endif /* EFSYS_OPT_FALCON_NIC_CFG_OVERRIDE */ uint8_t enu_mon_devid; -#if EFSYS_OPT_PCIE_TUNE - unsigned int enu_nlanes; -#endif /* EFSYS_OPT_PCIE_TUNE */ uint16_t enu_board_rev; boolean_t enu_internal_sram; uint8_t enu_sram_num_bank; |