Module Name: src Committed By: msaitoh Date: Fri May 22 03:15:43 UTC 2015
Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Currently, WM_F_EEE bit is not set on all chips. it's intened to not to use all of EEE fuction but wm_set_eee_i350() leaves IPCNFG_10BASE_TE bit and it causes link negotiation problem on some old switches. Disable 10BASE-Te function, too. - Call wm_set_eee_i350() on some chips, too. To generate a diff of this commit: cvs rdiff -u -r1.321 -r1.322 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.71 -r1.72 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.