FreeBSD Bugzilla – Attachment 207168 Details for
Bug 240320
ixgbe: EEE state change causes core dump on X552
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to disable EEE support on X552 devices in the ix driver.
0001-X552-does-not-support-eee.diff (text/plain), 504 bytes, created by
Zach Vargas
on 2019-09-03 20:54:01 UTC
(
hide
)
Description:
Patch to disable EEE support on X552 devices in the ix driver.
Filename:
MIME Type:
Creator:
Zach Vargas
Created:
2019-09-03 20:54:01 UTC
Size:
504 bytes
patch
obsolete
>Index: sys/dev/ixgbe/if_ix.c >=================================================================== >--- sys/dev/ixgbe/if_ix.c (revision 350420) >+++ sys/dev/ixgbe/if_ix.c (working copy) >@@ -4468,8 +4468,6 @@ > case ixgbe_mac_X550EM_x: > adapter->feat_cap |= IXGBE_FEATURE_SRIOV; > adapter->feat_cap |= IXGBE_FEATURE_FDIR; >- if (adapter->hw.device_id == IXGBE_DEV_ID_X550EM_X_KR) >- adapter->feat_cap |= IXGBE_FEATURE_EEE; > break; > case ixgbe_mac_X550EM_a: > adapter->feat_cap |= IXGBE_FEATURE_SRIOV;
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 240320
: 207168