Module Name: src Committed By: msaitoh Date: Fri Oct 30 18:52:16 UTC 2015
Modified Files: src/sys/dev/pci: if_wm.c Log Message: - Fix a problem that wm_gate_hw_phy_config_ich8lan() isn't called in wm_reset() on PCH2. - Clear WMREG_WUC in wm_reset() if the chip >= 82544. This might fix the behavior on suspend/resume. - Fix logic of wm_check_reset_block() on ICH* and PCH*. This change might fix a problem that PHY's read/write functions can't get semaphore. - Fix wm_check_mng_mode_ich8lan(). This function is used only when WM_WOL is defined and it's disabled by default. - KNF. To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 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.