This is the mail archive of the ecos-devel@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: NPE on xscale ixp425


Hello All, 

I am looking out for NPE driver on ECOS. Just went
through the mails on this thread. Is there a licensing
issue on porting the Intel libraries ??

Apologies if my understanding is wrong, In general
would we require to port the libraries ? In the
if_npe.c, we could probably install the "ISR" and use
the "npe_poll" function, modified to call
"npe_rx_callback" & "npe_tx_callback" depending on the
ISR triggered. Should we install the
"CYGNUM_HAL_INTERRUPT_QM1",or
"CYGNUM_HAL_INTERRUPT_NPEA/B".
The above mentioned call backs in turn call the 
"(sc->funs->eth_drv->recv)(sc, m->m_len)" and 
"(sc->funs->eth_drv->tx_done)(sc, m->m_key, 1)" as
mentioned in the ETH_DRV_SC device driver
documentation.

Further inputs and suggestions requested. 
Warm Regards,
Raghu





		
__________________________________ 
Do you Yahoo!? 
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/ 


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