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:
Navdeep Parhar 2014-03-21 00:56:56 +00:00
parent 6fc621c22c
commit 8b3f42d52d

View file

@ -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: