Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jan 2017 01:36:51 +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: r311848 - head/sys/dev/cxgbe
Message-ID:  <201701100136.v0A1aprG098342@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Tue Jan 10 01:36:50 2017
New Revision: 311848
URL: https://svnweb.freebsd.org/changeset/base/311848

Log:
  cxgbe(4): Attach to the 2x25 debug card.  This is for internal use only.
  
  MFC after:	3 days

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

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Tue Jan 10 01:31:26 2017	(r311847)
+++ head/sys/dev/cxgbe/t4_main.c	Tue Jan 10 01:36:50 2017	(r311848)
@@ -623,6 +623,7 @@ struct {
 #endif
 }, t6_pciids[] = {
 	{0xc006, "Chelsio Terminator 6 FPGA"},	/* T6 PE10K6 FPGA (PF0) */
+	{0x6400, "Chelsio T6225-DBG"},		/* 2 x 10/25G, debug */
 	{0x6401, "Chelsio T6225-CR"},		/* 2 x 10/25G */
 	{0x6402, "Chelsio T6225-SO-CR"},	/* 2 x 10/25G, nomem */
 	{0x6407, "Chelsio T62100-LP-CR"},	/* 2 x 40/50/100G */



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