LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Kernel (https://www.linuxquestions.org/questions/linux-kernel-70/)
-   -   serial driever irq problem (https://www.linuxquestions.org/questions/linux-kernel-70/serial-driever-irq-problem-651048/)

stuff42 06-23-2008 08:52 AM

serial driever irq problem
 
Hi,
I'm working on a "stand alone" (not registered with serial.core) serial driver and i can't get m irq handler to e called.
I register the irq line (4) with irq_register() and don't get an error code.
I then activate the irq on the serial port and generate traffic on the line but my irq handler is never called.

I have seen in the boot log that the acpi was doing something with the irq 4 so I disabled it (acpi=off as kernel boot parameter) but it seems to have no effect.

I actually work on a 2.6.24 kernel with the 8250 driver compiled as module (i unload it before trying my module)

can someone help me ?
thanks in advance,


All times are GMT -5. The time now is 07:09 PM.