Module Name: src Committed By: msaitoh Date: Tue Jul 30 08:44:28 UTC 2019
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: ixgbe_setup_low_power_mode() calls ixgbe_stop() in it. ixgbe_detach() first called ixgbe_stop() and then called ixgbe_setup_low_power_mode() which resulted in calling ixgbe_stop() twice. Call only ixgbe_setup_low_power_mode() first to remove extra ixgbe_stop() call. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.