svn commit: r343404 - in stable: 11/sys/dev/cxgbe 12/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Thu Jan 24 17:31:05 UTC 2019
Author: np
Date: Thu Jan 24 17:31:03 2019
New Revision: 343404
URL: https://svnweb.freebsd.org/changeset/base/343404
Log:
MFC r342603:
cxgbe(4): Attach to two T540 variants.
Sponsored by: Chelsio Communications
Modified:
stable/11/sys/dev/cxgbe/t4_main.c
Directory Properties:
stable/11/ (props changed)
Changes in other areas also in this revision:
Modified:
stable/12/sys/dev/cxgbe/t4_main.c
Directory Properties:
stable/12/ (props changed)
Modified: stable/11/sys/dev/cxgbe/t4_main.c
==============================================================================
--- stable/11/sys/dev/cxgbe/t4_main.c Thu Jan 24 16:47:18 2019 (r343403)
+++ stable/11/sys/dev/cxgbe/t4_main.c Thu Jan 24 17:31:03 2019 (r343404)
@@ -677,6 +677,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-stable
mailing list