Re: Getting serial.c to share it's interrupts.

Alan Cox (alan@lxorguk.ukuu.org.uk)
Wed, 1 Apr 1998 21:02:21 +0100 (BST)


> The chip set I'm working with, (the SMC IrCC controller) has 2 16550
> based ACE's, and a MIR/FIR SCE. The SCE shares the interrupt with one
> of the ACE's.

ACE/SCE ??

I can't help on the shared IRQ one, although its a case of 'how to implement'
not 'can it be'. One warning with driving the UARTs that fast (apart from
the obvious dropped byte issues) the Linux kernel buffers serial data into
'flip buffers' it processes every timer tick. With 960Kbit+ you fill the
buffers before you get a timer tick, so may want to fix that up a bit or
bump HZ up

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu