On Mon, 30 Oct 2000, Tim Waugh wrote:
> On Mon, Oct 30, 2000 at 11:06:59AM -0800, [EMAIL PROTECTED] wrote:
>
> > I'm new at this myself, but how about creating a minor number for each
> > ISR? When the BH runs, it wakes up the processing waiting on the
> > device for that ISR.
>
> ... which wo
At 17:23 30/10/2000, Brett Smith wrote:
>We have written a char driver for our proprietary h/w. This driver
>handles a multitude of interrupts from the h/w in the following
>fashion: The ISR reads/saves the status register (indication of which int
>was hit) in
>global, and the marks the BH to
On Mon, Oct 30, 2000 at 11:06:59AM -0800, [EMAIL PROTECTED] wrote:
> I'm new at this myself, but how about creating a minor number for each
> ISR? When the BH runs, it wakes up the processing waiting on the
> device for that ISR.
... which won't get run until after the interrupt is processed, b
I'm new at this myself, but how about creating a minor number for each
ISR? When the BH runs, it wakes up the processing waiting on the
device for that ISR. The user code opens as whatever devices it's
interested in and waits for interrupts using select.
robert
* Brett Smith ([EMAIL PROTECTED
4 matches
Mail list logo