Module Name: src Committed By: msaitoh Date: Wed Jun 17 09:11:13 UTC 2020
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: Add missing callout_stop() for recovery_mode_timer. NOTE: One of the difference between the local_timer and recovery_mode_timer is that local_timer runs only when IFF_UP and recovery_mode_timer always runs (it's enabled on attach). To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 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.