This is the mail archive of the ecos-discuss@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]

RE: net and ecos cvs



On 16-Aug-2000 Carl van Schaik wrote:
> Hi
> 
> I'm designing a board using the CS8900A ethernet chip. The setup is much
> the same as the edb7xxx boards.
> 
> It seems that the if_edb7xxx.c file is out of sync with the net code.
> I have got todays CVS versions of ecos and net.
> 

Yes, there have been some changes recently and not all of the drivers have
caught up yet.

> /usr/local/ecos/ecos-1.3.1/packages/devs/eth/arm/venus/current/src/if_venus.c:96:
> macro `ETH_DRV_SC' used with only 9 args
> 
> it seems that an extra function "poll" was added. Has anyone written a
> "poll" function for the edb7xxx so I can update my sources?
> 

Just use 'cs8900_int' as the poll function.  Note: this routine (poll) is
only used outside of eCos, i.e. when the driver is being used by stand-alone code,
but needs to be there nonetheless.

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