Re: When will PNP manager do not allocate resources for PCI card. by Doron
Doron
Tue Dec 27 09:57:23 CST 2005
if the pnp manager cannot assign resources to your driver, the device will
never get a start device irp. you will go from the AddDevice state ->
IRP_MN_REMOVE_DEVICE.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"sudhakar" <sudhakar@discussions.microsoft.com> wrote in message
news:52EFB200-EA8A-4AED-8B07-E5A9CD1C00BA@microsoft.com...
>I am using pci card, PNP manager allocate resources for that PCI card, in
> start device, i use this resource for read as write operation. IN worst
> case
> what are the possiblities PNP manager not to allocate resources for my pci
> card. How i test this situation in MY pc.
>
> Regards;
> B.sudhakar.