RE: [NTDev] Whistler problems with a 2000 driver ...

Elyas,

I just stepped through the code, from the FDO call to the completion routine
in the PDO, and IoStatus.Information is never changed by the driver code.
And still no START_DEVICE. :frowning:

Gary G. Little
Sr. Staff Engineer
Broadband Storage, LLC
xxxxx@broadstor.com
xxxxx@delphieng.com

-----Original Message-----
From: Eliyas Yakub [mailto:xxxxx@microsoft.com]
Sent: Saturday, March 10, 2001 9:41 AM
To: NT Developers Interest List
Subject: RE: [ntdev] [NTDev] Whistler problems with a 2000 driver …

Make sure you are not resetting the Irp->IoStatus.Information field to zero.

-Eliyas

-----Original Message-----
From: Gary Little
Sent: Fri 3/9/2001 6:09 PM
To: NT Developers Interest List
Cc:
Subject: [ntdev] [NTDev] Whistler problems with a 2000 driver …

I have a function driver that installs under Whistler, and loads, but never
gets an IRP_MN_START_DEVICE. The last thing it gets is an
IRP_MN_FILTER_RESOURCE_REQUIREMENTS, which I am handling according to the
docs. The function driver passes it down to the bus driver which completes
it with STATUS_SUCCESS.

Does Whistler require something else, other than what 2000 requires in this
IRP?

Gary G. Little
Sr. Staff Engineer
Broadband Storage, LLC
xxxxx@broadstor.com
xxxxx@delphieng.com


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


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