Module Name: src Committed By: martin Date: Tue Mar 6 10:59:04 UTC 2018
Modified Files: src/sys/dev/pci [netbsd-8]: if_wm.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #604): sys/dev/pci/if_wm.c: revision 1.565-1.566 - Fix a bug that wm_pll_workaround_i210() is not called on some cases. As I wrote in if_wm.c rev 1.329's commit message, There are three cases: a) Chip is I211 b) Chip is I210 and it uses INVM (not FLASH) c) Chip is I210 (it uses FLASH) and NVM image version < 3.25 Before this commit, the workaround function was not called on a) and b). - Rename function. Do wm_reset_mdicnfg_82580() on 82580 only. To generate a diff of this commit: cvs rdiff -u -r1.508.4.15 -r1.508.4.16 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.