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]

Question about cyg_pci_translate_interrupt


Is this function allowed to be called multiple times? I have a particular device for which the driver is broken into two modules. Each uses the standard pci probe and print logic from the pci1 test file. The interrupt routine gets attached by the second module. However, when I got the latest CVS, the device now reports to the second module that it does not generate interrupts. I assume the problem was introduced with this change (http://sources.redhat.com/ml/ecos-patches/2004-08/msg00080.html). And I can re-write my code (basically not check the interrupt vector in the first module) to work. But wanted to make sure that was a desired effect of the change. The problem may also be my specific device, in which case it make perfect sense for me to solve it on my end.

Thanks
David Brennan

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