Queue

Hi,

I want to queue IRPs of read, write and internal io control in my PCI board driver. Many samples show that I must start next IRP in the DPC from a ISR. But, my driver doesn’t have a ISR.

So, can I start next IRP in the completion routine?

Thanks for any helps.

Ray Yang
xxxxx@yahoo.com
2001-09-25
b???.???????&?v?'?ׯj?.n?Qyȩf??]?:.?˛???m??֛???zf???%y?ޞ?^?˛??^r*Lzfެ?…???l??ܢ

Surely you can.
Use KexxxDeviceQueue to do the work.

Max

----- Original Message -----
From: “Ray Yang”
To: “NT Developers Interest List”
Sent: Tuesday, September 25, 2001 5:42 AM
Subject: [ntdev] Queue

> Hi,
>
> I want to queue IRPs of read, write and internal io control in my PCI
board driver. Many samples show that I must start next IRP in the DPC from a
ISR. But, my driver doesn’t have a ISR.
>
> So, can I start next IRP in the completion routine?
>
> Thanks for any helps.
>
> Ray Yang
> xxxxx@yahoo.com
> 2001-09-25
> b‹š­ç.®·§¶\¬¹??Þv?µ×¯jÉš?¬¶ŠÚç+iû\¢dèº{.n?‰·¬zwZnV§‘隊[h•æ¯z{]zþxØyb²Û
(²·(


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Really? Thanks!
I’ll try.

-Ray Yang
xxxxx@yahoo.com
----- Original Message -----
From: “Maxim S. Shatskih”
To: “NT Developers Interest List”
Sent: Tuesday, September 25, 2001 7:49 PM
Subject: [ntdev] Re: Queue

> Surely you can.
> Use KexxxDeviceQueue to do the work.
>
> Max
>
> ----- Original Message -----
> From: “Ray Yang”
> To: “NT Developers Interest List”
> Sent: Tuesday, September 25, 2001 5:42 AM
> Subject: [ntdev] Queue
>
>
> > Hi,
> >
> > I want to queue IRPs of read, write and internal io control in my PCI
> board driver. Many samples show that I must start next IRP in the DPC from
a
> ISR. But, my driver doesn’t have a ISR.
> >
> > So, can I start next IRP in the completion routine?
> >
> > Thanks for any helps.
> >
> > Ray Yang
> > xxxxx@yahoo.com
> > 2001-09-25
> > b‹š­ç.®·§¶\¬¹??Þv?µ×¯jÉš?¬¶ŠÚç+iû\¢dèº{.n?‰·¬zwZnV§‘隊[h•æ¯z{]zþxØyb²Û
> (²·(
>
>
> —
> You are currently subscribed to ntdev as: xxxxx@yahoo.com
> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com