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

Navdeep Parhar np at FreeBSD.org
Sun Dec 30 01:57:12 UTC 2018


Author: np
Date: Sun Dec 30 01:57:11 2018
New Revision: 342603
URL: https://svnweb.freebsd.org/changeset/base/342603

Log:
  cxgbe(4): Attach to two T540 variants.
  
  MFC after:	1 week

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

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Sun Dec 30 00:27:28 2018	(r342602)
+++ head/sys/dev/cxgbe/t4_main.c	Sun Dec 30 01:57:11 2018	(r342603)
@@ -736,6 +736,10 @@ struct {
 	{0x5419,  "Chelsio T540-LP-BT"},	/* 4 x 10GBaseT */
 	{0x541a,  "Chelsio T540-SO-BT"},	/* 4 x 10GBaseT, nomem */
 	{0x541b,  "Chelsio T540-SO-CR"},	/* 4 x 10G, nomem */
+
+	/* Custom */
+	{0x5483, "Custom T540-CR"},
+	{0x5484, "Custom T540-BT"},
 }, t6_pciids[] = {
 	{0xc006, "Chelsio Terminator 6 FPGA"},	/* T6 PE10K6 FPGA (PF0) */
 	{0x6400, "Chelsio T6-DBG-25"},		/* 2 x 10/25G, debug */


More information about the svn-src-head mailing list