Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115444554
D31869.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
557 B
Referenced Files
None
Subscribers
None
D31869.diff
View Options
diff --git a/sys/dev/ixgbe/if_ix.c b/sys/dev/ixgbe/if_ix.c
--- a/sys/dev/ixgbe/if_ix.c
+++ b/sys/dev/ixgbe/if_ix.c
@@ -919,6 +919,15 @@
goto err_pci;
}
+ if (hw->mac.ops.fw_recovery_mode && hw->mac.ops.fw_recovery_mode(hw)) {
+ device_printf(dev, "Firmware recovery mode detected. Limiting "
+ "functionality.\nRefer to the Intel(R) Ethernet Adapters "
+ "and Devices User Guide for details on firmware recovery "
+ "mode.");
+ error = ENOSYS;
+ goto err_pci;
+ }
+
if (hw->mbx.ops.init_params)
hw->mbx.ops.init_params(hw);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 24, 9:58 PM (17 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17767766
Default Alt Text
D31869.diff (557 B)
Attached To
Mode
D31869: ixgbe: Check for fw_recovery
Attached
Detach File
Event Timeline
Log In to Comment