returning SRB_STATUS_BUSY to scsiport

Hi, everyone!

The question i have is can i be shure that SrbExtension in Srb will be the same and will contain the same data when ScsiPort posts this srb to miniport for the second time after miniport completes this srb with SRB_STATUS_BUSY?

Thanks, Mikhail D.


Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!

no - in fact scsiport will probably zero it. It might even fail it back to the class driver if there have been enough busy requests. You should release any adapter resources you’ve acquired before you complete it.

once you complete an SRB it’s gone.

-p


From: Mikhail Sen [mailto:xxxxx@yahoo.com]
Sent: Thu 9/19/2002 5:11 AM
To: NT Developers Interest List
Subject: [ntdev] returning SRB_STATUS_BUSY to scsiport

Hi, everyone!

The question i have is can i be shure that SrbExtension in Srb will be the same and will contain the same data when ScsiPort posts this srb to miniport for the second time after miniport completes this srb with SRB_STATUS_BUSY?

Thanks, Mikhail D.


Do you Yahoo!?
New DSL Internet Access http:</http:> from SBC & Yahoo! — You are currently subscribed to ntdev as: xxxxx@microsoft.com To unsubscribe send a blank email to %%email.unsub%%

Kind of the same rule as an IRP … after its cpmpleted you cannpot safely
touch it.

Gary G. Little
Have Computer, will travel …
909-551-2105
909-608-3191

“Peter Wieland” wrote in message
news:xxxxx@ntdev…

no - in fact scsiport will probably zero it. It might even fail it back to
the class driver if there have been enough busy requests. You should
release any adapter resources you’ve acquired before you complete it.

once you complete an SRB it’s gone.

-p



From: Mikhail Sen [mailto:xxxxx@yahoo.com]
Sent: Thu 9/19/2002 5:11 AM
To: NT Developers Interest List
Subject: [ntdev] returning SRB_STATUS_BUSY to scsiport

Hi, everyone!

The question i have is can i be shure that SrbExtension in Srb will be the
same and will contain the same data when ScsiPort posts this srb to miniport
for the second time after miniport completes this srb with SRB_STATUS_BUSY?

Thanks, Mikhail D.



Do you Yahoo!?
New DSL Internet Access
http:</http:> from SBC & Yahoo! —
You are currently subscribed to ntdev as: xxxxx@microsoft.com To
unsubscribe send a blank email to %%email.unsub%%