Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Mar 2014 00:56:56 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r263457 - head/sys/dev/cxgbe
Message-ID:  <201403210056.s2L0uuTm018098@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403210056.s2L0uuTm018098>