Page MenuHomeFreeBSD

D5089.diff
No OneTemporary

D5089.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
Tue, Aug 4, 12:57 AM (11 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35921038
Default Alt Text
D5089.diff (441 B)

Event Timeline