mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ixgbe: Add support for 1Gbit Active DAC links
1Gbit also emperically works on Active DACs. Sponsored by: BBOX.io (cherry picked from commit e38f9257c3fac5cb5a62f62c424a976446ae1220)
This commit is contained in:
parent
eafa5426bb
commit
52d464bae9
1 changed files with 2 additions and 1 deletions
|
|
@ -1437,7 +1437,8 @@ s32 ixgbe_identify_sfp_module_generic(struct ixgbe_hw *hw)
|
|||
(comp_codes_10g & IXGBE_SFF_10GBASESR_CAPABLE)) ||
|
||||
((comp_codes_1g & IXGBE_SFF_1GBASELX_CAPABLE) &&
|
||||
(comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE)) ||
|
||||
(cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE))
|
||||
(cable_tech & IXGBE_SFF_DA_PASSIVE_CABLE) ||
|
||||
(cable_tech & IXGBE_SFF_DA_ACTIVE_CABLE))
|
||||
hw->phy.multispeed_fiber = true;
|
||||
|
||||
/* Determine PHY vendor */
|
||||
|
|
|
|||
Loading…
Reference in a new issue