I am developing an intermediate NDIS driver for window CE(Pocket PC).
The first time when I reboot the Pocket PC, after the
miniportInitializate(), it will not call MiniportQueryInformation for
OID_GEN_NETWORK_LAYER_ADDRESSES. ProtocolBindAdapter will return
NDIS_STATUS_SUCCESS and DriverEntry looks like passing everything. But
the result, it is not calling my intermediate NDIS driver anymore.
When I reboot the PC again, it will call MiniportQueryInformation for
OID_GEN_NETWORK_LAYER_ADDRESSES. This time, the network is using my
intermediate NDIS driver.
The Network card is NE2000. If you have any idea, please help me!!

Re: ProtocolBindAdapter is not working by stewo68

stewo68
Wed Jul 09 15:31:01 CDT 2003

Run WHQL's NDISTest against your IM.

Stephan
---
On 4 Jul 2003 14:28:39 -0700, bwebtemp@yahoo.ca (Bryan) wrote:

>I am developing an intermediate NDIS driver for window CE(Pocket PC).
>The first time when I reboot the Pocket PC, after the
>miniportInitializate(), it will not call MiniportQueryInformation for
>OID_GEN_NETWORK_LAYER_ADDRESSES. ProtocolBindAdapter will return
>NDIS_STATUS_SUCCESS and DriverEntry looks like passing everything. But
>the result, it is not calling my intermediate NDIS driver anymore.
> When I reboot the PC again, it will call MiniportQueryInformation for
>OID_GEN_NETWORK_LAYER_ADDRESSES. This time, the network is using my
>intermediate NDIS driver.
> The Network card is NE2000. If you have any idea, please help me!!

Re: ProtocolBindAdapter is not working by stewo68

stewo68
Thu Jul 10 15:04:39 CDT 2003

Check the July 15th issue of the WD-3 online magazine
(http://www.wd-3.com). Subscribe to WD-3 so you won't miss any
upcoming issues (http://www.wd-3.com/wd3Subscribe.htm).

Stephan
---
On 10 Jul 2003 05:43:59 -0700, bwebtemp@yahoo.ca (Bryan) wrote:

>Sorry that I never used WHQL's NDISTest. Can you tell me where can I
>get it and how to set up it. Thank you!!
>
>Bryan
>
>
>stewo68@hotmail.com (Stephan Wolf) wrote in message news:<3f0c7b00.26681255@news.t-online.de>...
>> Run WHQL's NDISTest against your IM.
>>
>> Stephan
>> ---
>> On 4 Jul 2003 14:28:39 -0700, bwebtemp@yahoo.ca (Bryan) wrote:
>>
>> >I am developing an intermediate NDIS driver for window CE(Pocket PC).
>> >The first time when I reboot the Pocket PC, after the
>> >miniportInitializate(), it will not call MiniportQueryInformation for
>> >OID_GEN_NETWORK_LAYER_ADDRESSES. ProtocolBindAdapter will return
>> >NDIS_STATUS_SUCCESS and DriverEntry looks like passing everything. But
>> >the result, it is not calling my intermediate NDIS driver anymore.
>> > When I reboot the PC again, it will call MiniportQueryInformation for
>> >OID_GEN_NETWORK_LAYER_ADDRESSES. This time, the network is using my
>> >intermediate NDIS driver.
>> > The Network card is NE2000. If you have any idea, please help me!!