mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFC 208312: Correctly identify some twinax cables, which report
a media type of 1
This commit is contained in:
parent
8588559569
commit
6ac1a72de0
1 changed files with 2 additions and 1 deletions
|
|
@ -2781,7 +2781,8 @@ static struct mxge_media_type mxge_sfp_media_types[] =
|
|||
{0, (1 << 7), "Reserved"},
|
||||
{IFM_10G_LRM, (1 << 6), "10GBASE-LRM"},
|
||||
{IFM_10G_LR, (1 << 5), "10GBASE-LR"},
|
||||
{IFM_10G_SR, (1 << 4), "10GBASE-SR"}
|
||||
{IFM_10G_SR, (1 << 4), "10GBASE-SR"},
|
||||
{IFM_10G_TWINAX,(1 << 0), "10GBASE-Twinax"}
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Reference in a new issue