Module Name: src Committed By: msaitoh Date: Mon Jun 26 04:22:47 UTC 2017
Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Make new wm_phy_post_reset() and use this function at all location after reseting phy. - Move the location of calling wm_get_hw_control. Same as Linux. - Add I219 specific wokaround for legacy interrupt. From OpenBSD. - Move the location of calling wm_lplu_d0_disable(). - Fix latency calculation in wm_platform_pm_pch_lpt(). - Set OBFF water mark and enable OBFF on PCH_LPT and newer. To generate a diff of this commit: cvs rdiff -u -r1.516 -r1.517 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.99 -r1.100 src/sys/dev/pci/if_wmreg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.