mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
cxgbe(4): Fix the name of the 2 x 10/25 OCP card.
Reported by: Sony Arpita Das @ Chelsio
Fixes: 5c15094916 cxgbe(4): Update the board names of the T6 OCP cards.
MFC after: 1 week
Sponsored by: Chelsio Communications
This commit is contained in:
parent
e090646d6f
commit
878413d559
1 changed files with 1 additions and 1 deletions
|
|
@ -936,7 +936,7 @@ struct {
|
|||
{0x6403, "Chelsio T6425-CR"}, /* 4 x 10/25G */
|
||||
{0x6404, "Chelsio T6425-SO-CR"}, /* 4 x 10/25G, nomem */
|
||||
{0x6405, "Chelsio T6225-SO-OCP3"}, /* 2 x 10/25G, nomem */
|
||||
{0x6406, "Chelsio T62100-OCP3"}, /* 2 x 10/25G */
|
||||
{0x6406, "Chelsio T6225-OCP3"}, /* 2 x 10/25G */
|
||||
{0x6407, "Chelsio T62100-LP-CR"}, /* 2 x 40/50/100G */
|
||||
{0x6408, "Chelsio T62100-SO-CR"}, /* 2 x 40/50/100G, nomem */
|
||||
{0x6409, "Chelsio T6210-BT"}, /* 2 x 10GBASE-T */
|
||||
|
|
|
|||
Loading…
Reference in a new issue