Module Name: src Committed By: yamaguchi Date: Wed Dec 11 10:03:08 UTC 2019
Modified Files: src/sys/dev/pci: if_ixl.c Log Message: Fix to detect link state down Link status event that is used to update link status sometimes is not notified when link down. So, use Get Link Status response that has the same information with the event. The handling of the event is needed to detect link state up because the response sometimes does not notify link up. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/pci/if_ixl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.