public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Interrupts disabled during cyg_net_init()?
@ 2005-08-05 10:14 David Vrabel
  2005-08-05 11:57 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: David Vrabel @ 2005-08-05 10:14 UTC (permalink / raw)
  To: ecos-discuss

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()?

David Vrabel
-- 
David Vrabel, Design Engineer

Arcom, Clifton Road           Tel: +44 (0)1223 411200 ext. 3233
Cambridge CB1 7EA, UK         Web: http://www.arcom.com/

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] Interrupts disabled during cyg_net_init()?
  2005-08-05 10:14 [ECOS] Interrupts disabled during cyg_net_init()? David Vrabel
@ 2005-08-05 11:57 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2005-08-05 11:57 UTC (permalink / raw)
  To: David Vrabel; +Cc: ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-08-05 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-05 10:14 [ECOS] Interrupts disabled during cyg_net_init()? David Vrabel
2005-08-05 11:57 ` Andrew Lunn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).