FreeBSD Bugzilla – Attachment 171751 Details for
Bug 150249
[ixgbe] Media type detection broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add 10 GbE twinax media (Passive infiniband)
patch-ixgbe_phy-c (text/plain), 576 bytes, created by
Borja Marcos
on 2016-06-24 13:17:22 UTC
(
hide
)
Description:
Patch to add 10 GbE twinax media (Passive infiniband)
Filename:
MIME Type:
Creator:
Borja Marcos
Created:
2016-06-24 13:17:22 UTC
Size:
576 bytes
patch
obsolete
>--- ixgbe_phy.c.orig 2016-06-24 13:41:33.842844000 +0200 >+++ ixgbe_phy.c 2016-06-24 13:52:21.470473000 +0200 >@@ -1661,6 +1661,8 @@ > physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_SR; > else if (comp_codes_10g & IXGBE_SFF_10GBASELR_CAPABLE) > physical_layer = IXGBE_PHYSICAL_LAYER_10GBASE_LR; >+ else if (comp_codes_10g & IXGBE_SFF_INFINIBAND_PASSIVE) >+ physical_layer = IXGBE_PHYSICAL_LAYER_SFP_PLUS_CU; > else if (comp_codes_1g & IXGBE_SFF_1GBASET_CAPABLE) > physical_layer = IXGBE_PHYSICAL_LAYER_1000BASE_T; > else if (comp_codes_1g & IXGBE_SFF_1GBASESX_CAPABLE)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 150249
:
171652
|
171751
|
171752
|
171974