Re: accesing drivers on different IRQ levels
- From: "Eric" <spam@xxxxxxx>
- Date: Sun, 29 Jan 2006 12:27:52 -0500
"Don Burn" <burn@xxxxxxxxxxxxxxxx> wrote in message news:Of4MbUPJGHA.1424@xxxxxxxxxxxxxxxxxxxxxxx
> You are confused here, first I would recomend Walter Oney's book.
>
> Do you really have two drivers? If so why. You discussion seems to be
> about IRQL not drivers.
>
> What do you mean by "only access a function that doesn't give me IRP"?
> Properly done the buffer for the IRP should be available at any IRQL.
>
> KeWaitXXX can only wait at less than DISPATCH_LEVEL.
>
>
The function is some kind of callback from the driver. That callback and irp is created
from other driver I guess by IoBuildDeviceControlRequest. I am setting my function
through a dll. Maybe there's some good way to get an irp.
My other drivers' work strictly depends on that function data.
I don't know - I've never written so complex drivers so far.
thanks anyway
E
.
- References:
- accesing drivers on different IRQ levels
- From: Eric
- Re: accesing drivers on different IRQ levels
- From: Don Burn
- accesing drivers on different IRQ levels
- Prev by Date: Re: accesing drivers on different IRQ levels
- Next by Date: Re: How to check if a spin lock has been freed or released?
- Previous by thread: Re: accesing drivers on different IRQ levels
- Index(es):
Relevant Pages
|
|