Module Name: src Committed By: msaitoh Date: Wed Oct 11 15:05:26 UTC 2023
Modified Files: src/sys/dev/pci: if_wm.c if_wmvar.h Log Message: wm(4): Add a new workaround for Tiger Lake and newer. - Define new WM_T_PCH_TGP and use it for Tiger Lake and newer. Note that we don't define WM_T_PCH_ADP because we have no any Alder Lake specific workaround yet. - Add new workaround for Tiger Lake (and newer) in wm_init_locked() to avoid packet loss. To generate a diff of this commit: cvs rdiff -u -r1.789 -r1.790 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pci/if_wmvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.