Hi,
My AddDevice routine is called and
I get an IRP_START_DEVICE sent to
my device even when my adaptor
card isn’t present, is that a normal behavior ?
Tomer Goldberg wrote:
My AddDevice routine is called and
I get an IRP_START_DEVICE sent to
my device even when my adaptor
card isn’t present, is that a normal behavior ?
I your AddDevice routine is called the system thinks
you have a device present. Check the resources you
recieve for the card, and see what the system thinks
it is giving you.
Additionally, folllow the steps for debugging PnP described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314743
Don Burn
Egenera, Inc
Thats how I found it in the first place
the pointer for the resource list is NULL.
-----Original Message-----
From: Don Burn [mailto:xxxxx@acm.org]
Sent: Monday, October 14, 2002 2:03 PM
To: NT Developers Interest List
Subject: [ntdev] Re: START_DEVICE when device isn’t presentTomer Goldberg wrote:
> My AddDevice routine is called and
> I get an IRP_START_DEVICE sent to
> my device even when my adaptor
> card isn’t present, is that a normal behavior ?I your AddDevice routine is called the system thinks
you have a device present. Check the resources you
recieve for the card, and see what the system thinks
it is giving you.Additionally, folllow the steps for debugging PnP described in:
http://support.microsoft.com/default.aspx?scid=kb;en-us;Q314743Don Burn
Egenera, Inc
You are currently subscribed to ntdev as: xxxxx@royatech.com
To unsubscribe send a blank email to %%email.unsub%%
Tomer Goldberg wrote:
Thats how I found it in the first place
the pointer for the resource list is NULL.
Have you possibly used the Add Hardware wizard to force installation of
a driver for a device that’s really Plug and Play? If so, you can expect
exactly this behavior. The right way to proceed is to let the system
detect your hardware and then prompt you for the location of the driver.
–
Walter Oney, Consulting and Training
Basic and Advanced Driver Programming Seminars
Now teaming with John Hyde for USB Device Engineering Seminars
Check out our schedule at http://www.oneysoft.com