hi,<br><br>When using the function:<br>int request_irq (unsigned int&nbsp; &nbsp;&nbsp;&nbsp; irq,<br>&nbsp;&nbsp;&nbsp;&nbsp; irq_handler_t&nbsp; &nbsp;&nbsp;&nbsp; handler,<br>&nbsp;&nbsp;&nbsp;&nbsp; unsigned long&nbsp; &nbsp;&nbsp;&nbsp; irqflags,<br>&nbsp;&nbsp;&nbsp;&nbsp; const char *&nbsp; &nbsp;&nbsp;&nbsp; devname,<br>&nbsp;&nbsp;&nbsp;&nbsp; void *&nbsp; &nbsp;&nbsp;&nbsp; dev_id);<br><br>
To connect an ISR to one of the processor&#39;s<br>peripherals irq (SCC in my case).<br><br>Which value I should use for irqflags,<br>from the list in: interrupt.h file.<br><br>Kernel 2.6.24<br>Processor: MPC8272<br><br>Thanks,<br>
Liran.<br><br><br>