Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Re: Query on NdisMResetComplete

Reply
Thread Tools Display Modes

Re: Query on NdisMResetComplete

 
 
Pavel A.
Guest
Posts: n/a

 
      04-28-2010
Does the arg 2 (A pointer to Miniport block) really point to your device?
--pa

"Naresh" <> wrote in message
news:bbe40073-db22-4a53-a841-...
> Hi,
>
> When i try to complete a Pending Reset with NdisMResetComplete, the
> system / verifier bugchecks with
> ***NDIS*** : Miniport (null) - Completing reset when one is not
> pending.
>
> The AddressingReset value is set to FALSE and always return
> NDIS_STATUS_PENDING from the MiniportResetEx handler.
>
> I try to complete the reset from a workitem.
>
> Any help on this will be greatly appreciated.
>
> This is the bug check code. (0x0000007c)
>
> BUGCODE_NDIS_DRIVER (7c)
> This is the NDIS Driver Bugcheck for Windows Server 2003 and later.
> For Windows 2000 and Windows XP, see 0xD2, BUGCODE_ID_DRIVER.
> Arguments:
> Arg1: 000000000000000f, A Miniport driver is calling
> NdisMResetComplete without
> any pending reset request.
> Arg2: fffffa801bf25000, A pointer to Miniport block. !ndiskd.miniport
> on
> this pointer for more info.
> Arg3: 0000000000000000, Reset status.
> Arg4: 0000000000000000, AddressingReset BOOLEAN. (not much of a use).
>
> Regards,
> Naresh
> (Microsoft India Community Star)


 
Reply With Quote
 
 
 
 
Pavel A.
Guest
Posts: n/a

 
      04-29-2010
"Naresh" <> wrote in message
news:044efa79-836f-428c-8ddb-...
> On Apr 29, 4:34 am, "Pavel A." <pave...@12fastmail34.fm> wrote:
>> Does the arg 2 (A pointer to Miniport block) really point to your device?
>> --pa
>>
>> "Naresh" <nar...@gmail.com> wrote in message
>>
>> news:bbe40073-db22-4a53-a841-...
>>
>> > Hi,

>>
>> > When i try to complete a Pending Reset with NdisMResetComplete, the
>> > system / verifier bugchecks with
>> > ***NDIS*** : Miniport (null) - Completing reset when one is not
>> > pending.

>>
>> > The AddressingReset value is set to FALSE and always return
>> > NDIS_STATUS_PENDING from the MiniportResetEx handler.

>>
>> > I try to complete the reset from a workitem.

>>
>> > Any help on this will be greatly appreciated.

>>
>> > This is the bug check code. (0x0000007c)

>>
>> > BUGCODE_NDIS_DRIVER (7c)
>> > This is the NDIS Driver Bugcheck for Windows Server 2003 and later.
>> > For Windows 2000 and Windows XP, see 0xD2, BUGCODE_ID_DRIVER.
>> > Arguments:
>> > Arg1: 000000000000000f, A Miniport driver is calling
>> > NdisMResetComplete without
>> > any pending reset request.
>> > Arg2: fffffa801bf25000, A pointer to Miniport block. !ndiskd.miniport
>> > on
>> > this pointer for more info.
>> > Arg3: 0000000000000000, Reset status.
>> > Arg4: 0000000000000000, AddressingReset BOOLEAN. (not much of a use).

>>
>> > Regards,
>> > Naresh
>> > (Microsoft India Community Star)

>
> Pa,
>
> Thanks for the reply.
>
> Yes the arg2 points to my ethernet adapter.


Then maybe you actually call NdisMResetComplete twice, because the work item
runs on two CPUs, or don't clear some flag, and so on.

-- pa

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Building custom reports - Need help with sql query Björn Axéll Update Services 15 03-31-2010 02:54 PM
Re: DC with "Windows cannot obtain the domain controller name for your computer network" Danny Sanders Active Directory 0 01-21-2010 02:26 PM
2nd Domain in a 2 domain forest cannot be contacted David Alge DNS Server 30 01-21-2010 05:26 AM
DNS query basics Valdas Adomaitis DNS Server 3 11-29-2009 03:17 PM
The global query block list and Event ID 6268... Dave Onex DNS Server 1 11-10-2009 07:54 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59