sysfs-bus-mdio 1.0 KB

1234567891011121314151617181920212223242526272829
  1. What: /sys/bus/mdio_bus/devices/.../phy_id
  2. Date: November 2012
  3. KernelVersion: 3.8
  4. Contact: netdev@vger.kernel.org
  5. Description:
  6. This attribute contains the 32-bit PHY Identifier as reported
  7. by the device during bus enumeration, encoded in hexadecimal.
  8. This ID is used to match the device with the appropriate
  9. driver.
  10. What: /sys/bus/mdio_bus/devices/.../phy_interface
  11. Date: February 2014
  12. KernelVersion: 3.15
  13. Contact: netdev@vger.kernel.org
  14. Description:
  15. This attribute contains the PHY interface as configured by the
  16. Ethernet driver during bus enumeration, encoded in string.
  17. This interface mode is used to configure the Ethernet MAC with the
  18. appropriate mode for its data lines to the PHY hardware.
  19. What: /sys/bus/mdio_bus/devices/.../phy_has_fixups
  20. Date: February 2014
  21. KernelVersion: 3.15
  22. Contact: netdev@vger.kernel.org
  23. Description:
  24. This attribute contains the boolean value whether a given PHY
  25. device has had any "fixup" workaround running on it, encoded as
  26. a boolean. This information is provided to help troubleshooting
  27. PHY configurations.