Module Name: src Committed By: msaitoh Date: Wed Dec 11 09:48:16 UTC 2019
Modified Files: src/sys/dev/pci: if_wm.c if_wmreg.h Log Message: - Set CTRL_ILOS(Invert loss of signal) bit correctly on 82580 port 1, 2, 3 and newer chips. This change fixes a bug that some fiber, serdes or SFP devices don't detect the link status correctly. XXX We should check for other NVM reads if they have the same problem. One of the solution to avoid this type of bug is to check the register layout in wm_nvm_read(). - Use __BIT() - Add comment To generate a diff of this commit: cvs rdiff -u -r1.653 -r1.654 src/sys/dev/pci/if_wm.c cvs rdiff -u -r1.116 -r1.117 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.