Re: Should I use Linux to develop driver for specialized ISA card?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 4 Sep 2001 16:15:02 +0100 (BST)


> The moving parts of the plotter are controlled by ISA card that generates
> (and responds to) interrupts on each movement or printing event.
> The interrupts can be generated quite fast; up to frequency of 4kHz.

Thats fine. The issue you might need to consider is how long you can wait
between an irq and actually excuting the handler. If that is very tight then
you may want Victor Yodaiken's rtlinux
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/