This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to get Ethernet link status?


On 2008-12-16, damien millescamps <damien.millescamps@gmail.com> wrote:

> you need to call _eth_phy_state(eth_phy_access_t *f) The
> argument being a pointer to the structure handling the PHY
> read and write of your device.

I don't understand what is meant by "the structure handling the
PHY read and write".

In all the platforms I work with, the link status is
information internal to the Ethernet driver, and I don't see
anything in the Ethernet driver API that allows that
information to be read by applications.

-- 
Grant Edwards                   grante             Yow! I have accepted
                                  at               Provolone into my life!
                               visi.com            


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]