mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
cxgbe(4): Recognize the "spider" configuration where a T5 card's 40G
QSFP port is presented as 4 distinct 10G SFP+ ports to the driver. MFC after: 2 weeks
This commit is contained in:
parent
6fc621c22c
commit
8b3f42d52d
1 changed files with 1 additions and 0 deletions
|
|
@ -2669,6 +2669,7 @@ build_medialist(struct port_info *pi)
|
|||
ifmedia_set(media, m | IFM_10G_CX4);
|
||||
break;
|
||||
|
||||
case FW_PORT_TYPE_QSFP_10G:
|
||||
case FW_PORT_TYPE_SFP:
|
||||
case FW_PORT_TYPE_FIBER_XFI:
|
||||
case FW_PORT_TYPE_FIBER_XAUI:
|
||||
|
|
|
|||
Loading…
Reference in a new issue