Puzzled about MDIO issue
bill
bill_carson at 126.com
Thu Jul 14 05:08:57 EDT 2011
Hi, All
I've been reading MDIO code, tiny though but it still puzzled me for its usage.
MDIO is an hardware interface for the MAC to set/get PHY configuration/status.
Linux manipulates MDIO through:
struct net_device ->do_ioctl -> mdio_mii_ioctl -> mdio_read/mdio_write
Question:
A: Turn an NIC from cold state to running state, is this ioctl must be used to configure the PHY?
If so , how?
B: what's the usage of this net device ioctl?
I found an user-space package mii-tool create a socket first and then use the socket handle for ioctl
to query lots of PHY information.
Is there any other typical usage of it?
thanks
bill
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20110714/6580ae3e/attachment.html
More information about the Kernelnewbies
mailing list