Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151635447
D5089.id12908.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
441 B
Referenced Files
None
Subscribers
None
D5089.id12908.diff
View Options
Index: head/sys/dev/ixgbe/ixgbe_common.c
===================================================================
--- head/sys/dev/ixgbe/ixgbe_common.c
+++ head/sys/dev/ixgbe/ixgbe_common.c
@@ -199,9 +199,12 @@
break;
}
- ERROR_REPORT2(IXGBE_ERROR_UNSUPPORTED,
+ if (!supported) {
+ ERROR_REPORT2(IXGBE_ERROR_UNSUPPORTED,
"Device %x does not support flow control autoneg",
hw->device_id);
+ }
+
return supported;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 10, 4:20 PM (6 h, 39 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31234881
Default Alt Text
D5089.id12908.diff (441 B)
Attached To
Mode
D5089: Fix ixgbe flow control autoneg reporting
Attached
Detach File
Event Timeline
Log In to Comment