Date: Thu, 24 Jan 2019 17:31:04 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r343404 - in stable: 11/sys/dev/cxgbe 12/sys/dev/cxgbe Message-ID: <201901241731.x0OHV4Pu051991@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/12/sys/dev/cxgbe/t4_main.c Directory Properties: stable/12/ (props changed) Changes in other areas also in this revision: Modified: stable/11/sys/dev/cxgbe/t4_main.c Directory Properties: stable/11/ (props changed) Modified: stable/12/sys/dev/cxgbe/t4_main.c ============================================================================== --- stable/12/sys/dev/cxgbe/t4_main.c Thu Jan 24 16:47:18 2019 (r343403) +++ stable/12/sys/dev/cxgbe/t4_main.c Thu Jan 24 17:31:03 2019 (r343404) @@ -666,6 +666,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 */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901241731.x0OHV4Pu051991>