[ECOS] Multicast support in AT91 EMAC Ethernet driver

Andrew Lunn andrew@lunn.ch
Fri Jun 13 10:10:00 GMT 2008


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



More information about the Ecos-discuss mailing list