We have a case were an attach is failing because the device being attached
to has its DO_DEVICE_INITIALIZING bit set. How does this bit get reset when
a device is created. Is it true that “This bit needs to be cleared
explicitly after Device Object initialization if the DEVICE_OBJECT is
created in a Dispatch Routine. When created in DriverEntry, it gets cleared
by the I/O Manager”.
Thanks,
Ken
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hi Ken,
You need to clear DO_DEVICE_INITIALIZING bit
explicitly.Pnp Manager checks that the flag is clear
after return from Addevice()
Regards,
Gurpreet
— Ken Galipeau wrote:
> We have a case were an attach is failing because the
> device being attached
> to has its DO_DEVICE_INITIALIZING bit set. How does
> this bit get reset when
> a device is created. Is it true that “This bit needs
> to be cleared
> explicitly after Device Object initialization if the
> DEVICE_OBJECT is
> created in a Dispatch Routine. When created in
> DriverEntry, it gets cleared
> by the I/O Manager”.
>
> Thanks,
> Ken
>
>
>
>
> —
> You are currently subscribed to ntfsd as:
> xxxxx@yahoo.com
> To unsubscribe send a blank email to
> leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
>
__________________________________________________
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
—
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Exactly so.
----- Original Message -----
From: Ken Galipeau
To: File Systems Developers
Sent: Saturday, September 29, 2001 1:18 AM
Subject: [ntfsd] Attach Failing.
We have a case were an attach is failing because the device being attached to has its DO_DEVICE_INITIALIZING bit set. How does this bit get reset when a device is created. Is it true that “This bit needs to be cleared explicitly after Device Object initialization if the DEVICE_OBJECT is created in a Dispatch Routine. When created in DriverEntry, it gets cleared by the I/O Manager”.
Thanks,
Ken
You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com