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: Multicast support in AT91 EMAC Ethernet driver


On Fri, Jun 13, 2008 at 11:08:58AM +0200, J?rgen Lambrecht wrote:
> Hello,
>
> we are busy adding multicast support to the AT91 EMAC Ethernet driver.
>
> As code size is often important for eCos users, I was thinking to add an  
> #ifdef around the multicast code.
> The setting is in /io/eth/current/cdl/eth_drivers.cdl:   
> CYGINT_IO_ETH_MULTICAST.

This is an interface variable, not a configuration option. See

http://ecos.sourceware.org/docs-latest/cdl-guide/language.interface.html

What you probably want to add is a 

CYGBLD_DEVS_ETH_ARM_AT91_MULTICAST

which when enabled includes multicast support and implements the 
CYGINT_IO_ETH_MULTICAST interface.

         Andrew

-- 
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]