svn commit: r312188 - stable/10/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Sat Jan 14 15:53:00 UTC 2017
Author: np
Date: Sat Jan 14 15:52:59 2017
New Revision: 312188
URL: https://svnweb.freebsd.org/changeset/base/312188
Log:
MFC r311848:
cxgbe(4): Attach to the 2x25 debug card. This is for internal use only.
Modified:
stable/10/sys/dev/cxgbe/t4_main.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/cxgbe/t4_main.c
==============================================================================
--- stable/10/sys/dev/cxgbe/t4_main.c Sat Jan 14 15:52:56 2017 (r312187)
+++ stable/10/sys/dev/cxgbe/t4_main.c Sat Jan 14 15:52:59 2017 (r312188)
@@ -611,6 +611,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-stable
mailing list