Module Name: src Committed By: msaitoh Date: Wed Oct 20 08:10:27 UTC 2021
Modified Files: src/sys/dev/pci: if_wm.c Log Message: Use wm_flush_desc_rings() more. - Use wm_flush_desc_rings() for newer than PCH_SPT, too. Same as other OSes. It seems that some devices has no this errata, but we don't know how to identify it. So just use >= PCH_SPT. - Use wm_flush_desc_rings() before chip reset in wm_resume(), too. To generate a diff of this commit: cvs rdiff -u -r1.714 -r1.715 src/sys/dev/pci/if_wm.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.