Module Name: src Committed By: msaitoh Date: Wed Dec 15 09:19:35 UTC 2021
Modified Files: src/sys/dev/pci/ixgbe: ixgbe_phy.c ixgbe_type.h Log Message: Match X550_PHY_ID correctly on X550. - Sync with FreeBSD ix-3.3.18. - phy_id's revision field is cleared, so use new X550_PHY_ID. - Before this commit, phy_id was set to ixgbe_phy_cu_unknown on X550. Now it's set to ixgbe_phy_aq. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pci/ixgbe/ixgbe_phy.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/ixgbe/ixgbe_type.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.