HwScsiReset () call

Hello All,
Whenever miniport driver receives HwScsiReset(),is it
necessary for the miniport driver to complete all the
pending IOS on all the PathIds or we can just complete
the pending Ios on the PathId for which the reset came
and then reset the bus.
And when the reset will come for the other Pathid we
can do the same.

Thanks in Advance,
Regards,
Gurpreet


Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions!
http://auctions.yahoo.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

Only the pathid specified.

Complete all your outstanding requests by calling
ScsiPortCompleteRequest with the appropriate pathid, and then reset your
bus, for whatever that means, and then return TRUE. If you can’t do any
part of that, then return FALSE.

=====================
Mark Roddy
Windows XP/2000/NT Consulting
Hollis Technology Solutions 603-321-1032
www.hollistech.com
xxxxx@hollistech.com
For Windows Device Driver Training: see www.azius.com

-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Gurpreet Anand
Sent: Thursday, January 31, 2002 9:20 PM
To: NT Developers Interest List
Subject: [ntdev] HwScsiReset () call

Hello All,
Whenever miniport driver receives HwScsiReset(),is it
necessary for the miniport driver to complete all the
pending IOS on all the PathIds or we can just complete
the pending Ios on the PathId for which the reset came
and then reset the bus.
And when the reset will come for the other Pathid we
can do the same.

Thanks in Advance,
Regards,
Gurpreet


Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions!
http://auctions.yahoo.com


You are currently subscribed to ntdev as: xxxxx@hollistech.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