Page MenuHomeFreeBSD

D5089.id12908.diff
No OneTemporary

D5089.id12908.diff

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

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)

Event Timeline