[ECOS] Interrupts disabled during cyg_net_init()?

Andrew Lunn andrew@lunn.ch
Fri Aug 5 11:57:00 GMT 2005


On Fri, Aug 05, 2005 at 11:14:35AM +0100, David Vrabel wrote:
> Hi,
> 
> I have an ethernet driver that requires working interrupts during
> initialization.  However, it appears the the interrupt ISR isn't called
> until after cyg_net_init() is complete.  e.g., a snippet of the message
> log looks like this:
> 
> ...
> [cyg_net_init] Done
> ix_isr()
> ix_dsr()
> 
> Are interrupts not enabled during cyg_net_init()?

I think interrupts are only enabled once the schedular starts.

        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