svn commit: r312187 - stable/11/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Sat Jan 14 15:52:57 UTC 2017


Author: np
Date: Sat Jan 14 15:52:56 2017
New Revision: 312187
URL: https://svnweb.freebsd.org/changeset/base/312187

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

Modified:
  stable/11/sys/dev/cxgbe/t4_main.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/dev/cxgbe/t4_main.c
==============================================================================
--- stable/11/sys/dev/cxgbe/t4_main.c	Sat Jan 14 15:43:31 2017	(r312186)
+++ stable/11/sys/dev/cxgbe/t4_main.c	Sat Jan 14 15:52:56 2017	(r312187)
@@ -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 */


More information about the svn-src-all mailing list