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



Carl van Schaik <carl@leg.uct.ac.za> writes:

> 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.
> 
> /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?

Well yes, I guess we have.  But if you just want to get it working, put in
a dummy that does nothing; it shouldn't be called in normal use by eCos'
TCPIP stack.

(It's used to use the driver in a polled mode for debug stubs, with no
interrupts.  Like, you call send, then repeatedly poll until you're done,
and call it from time to time in idle time &c, instead of interrupts).

HTH,
	- Huge

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