Module Name: src Committed By: msaitoh Date: Thu Nov 9 09:33:28 UTC 2017
Modified Files: src/sys/dev/pci/ixgbe: ixgbe.c Log Message: On device which has SFP(+) cage and a module is inserted, hw->phy.id is not MII PHY id but SFF 8024 ID. So checking hw->phy.id with 0 doesn't work. Print PHY ID only for copper PHY. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/dev/pci/ixgbe/ixgbe.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.