svn commit: r263457 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Fri Mar 21 00:56:56 UTC 2014


Author: np
Date: Fri Mar 21 00:56:56 2014
New Revision: 263457
URL: http://svnweb.freebsd.org/changeset/base/263457

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

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Fri Mar 21 00:19:20 2014	(r263456)
+++ head/sys/dev/cxgbe/t4_main.c	Fri Mar 21 00:56:56 2014	(r263457)
@@ -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:


More information about the svn-src-all mailing list