BindAdapterHandler for WDM/ NDIS protocol driver not called

Posted: 09-19-2003, 07:00 PM
On XP, I have a WDM driver which uses the PnP mechanism to load. Once
loaded, I called NdisRegisterProtocol to register the protocol portion of
the driver with NDIS. The problem I am having is the my
BindAdapterHandler() is not being called. The PnpEventHandler() is being
called with NetPnpEvent->NetEvent set to NetEventBindsComplete (i.e. NDIS
tells me that all bindings for this protocol have been performed).

A BindsComplete indication without any BindAdapterHandler() callbacks is
what I would expect if I had not installed the protocol in the system.
However, I have a separate INF file in which I install the protocol.
BindView shows this that my protocol is installed and bound to the NIC card.

The only thing I can think of is that protocol identifier in the INF file
does not match the protocol name I gave to NdisRegisterProtocol().

Any ideas?

((&-<





Reply With Quote

Responses to "BindAdapterHandler for WDM/ NDIS protocol driver not called"

QuasiCodo
Guest
Posts: n/a
 
Re: BindAdapterHandler for WDM/ NDIS protocol driver not called
Posted: 09-22-2003, 10:18 PM
Changing the protocol name in the NdisRegisterProtocol to the service name
in the registry worked.


Reply With Quote
QuasiCodo
Guest
Posts: n/a
 
Re: BindAdapterHandler for WDM/ NDIS protocol driver not called
Posted: 09-22-2003, 10:18 PM
Changing the protocol name in the NdisRegisterProtocol to the service name
in the registry worked.


Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
STOP 0x0000001D or STOP 0x000000A Stop Error Occurs in Ndis.sys Eric Poelma Windows XP Device Drivers 1 09-21-2003 10:18 AM
Protocol driver bind problem ! Sajith Raman Windows XP Embedded 1 07-23-2003 12:14 PM
RDP Protocol only uses IP? No IPX or NB suppport? Mark Chandler Windows XP Work Remotely 1 07-15-2003 01:08 AM
RPD protocol info Chuong Windows XP Work Remotely 0 07-12-2003 06:03 AM
Protocol Driver Installation on XP Embe Ajay Agrawal Windows XP Embedded 1 07-10-2003 08:11 PM