This is the mail archive of the ecos-discuss@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: bug in mips arch code ????


"HG" <henri@broadbandnetdevices.com> writes:

> Whatever is the process that acknowledges the interrupt (its not
> HAL_INTERRUPT_ACKNOWLEDGE )
> stops working (intreq signal stays low)
> small file transfers are ok but long ones have more chances for this
> event to happen . Apps that use the timer tick by themselves (no irq
> produced by networking) are ok
> 

It looks like your platform has fallen into a gap between those that
acknowledge interrupts in the interrupt controller, and those that do
it in the device. Adding the device driver acknowledge macros may do
the trick.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


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


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