K 10 svn:author V 7 yongari K 8 svn:date V 27 2012-10-24T05:22:41.264015Z K 7 svn:log V 344 Ethernet@WireSpeed is defined for 1000baseT adapter to establish a link at a lower speed so enabling it for fiber adapters is wrong. Fix the issue by setting BGE_PHY_NO_WIRESPEED such that brgphy(4) wouldn't enable the feature. While I'm here move PHY specific feature/bug configuration to new location(just before mii attach) for readability. END