This is the mail archive of the ecos-patches@sources.redhat.com 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: PHY - New abstractions and better device support


> On Tue, Aug 26, 2003 at 11:56:36AM -0600, Gary Thomas wrote:
> 
> +externC bool _eth_phy_init(eth_phy_access_t *f);
> +externC void _eth_phy_reset(eth_phy_access_t *f);
> +externC int  _eth_phy_state(eth_phy_access_t *f);
> +externC int  _eth_phy_cfg(eth_phy_access_t *f, int mode);

I still think these should be cyg_eth_phy_*. 

Is this stable enough to properly document now? Some sgml would be
great. 

       Thanks
          Andrew


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