Re: serial interrupts on 2.2.7

tytso@mit.edu
Sun, 23 May 1999 21:03:45 -0400


Date: Tue, 18 May 1999 21:14:36 -0300 (EST)
From: christian <crr@freemail.com.br>

Running 2.2.7 here, I often run into this problem: my serial ports, though
detected perfectly by setserial, fail to show interrupts in
/proc/interrupts. This happens with my soundcard as well, occasionally
(though right now it does have an interrupt - none for the serials
though).

This isn't a problem, it's standard behaviour. /proc/interrupts show
which interrupts are currently active and registered with the kernel.
The serial driver releases the IRQ if there are no ports open using that
IRQ. This allows the IRQ to be shared by other devices (normally other
serial devices).

- Ted

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/