!miniport cmd (ndiskd) is broken??

Hi,

This post should have been sent to WinDbg list but I couldn’t remember the
address nor find an existing windbg message to reply. Sorry.

I’m using the ndiskd and found some problem with the command output. The
output of !miniport command doesn’t display correctly, for instance,
AdapterContext is zero, flags is zero which I’m pretty sure they aren’t.

My debugger is the latest 6.4.7.0, ndiskd is

C:\windbg\WINXP\ndiskd.dll: image 6.0.4071.0, API 5.0.6, built Tue Jul 06
10:57:16 2004 [path: C:\windbg\WINXP\ndiskd.dll]

I’m using free build ndis.sys with public symbol. I don’t think it is
causing the problem since my own kd extension can get those value correctly
with free buid ndis.

Thanks,
Calvin


Calvin Guan DDK MVP
Staff SW Engineer (NDIS)
Network Business Unit
Broadcom Corporation

1: kd> !miniport 863ff2c0
Miniport 863ff2c0 : Broadcom NetXtreme Gigabit Ethernet #4, v0.0

AdapterContext : 00000000
Flags : 00000000
NOT_BUS_MASTER, NOT_IGNORE_TOKEN_RING_ERRORS,
NOT_RESOURCES_AVAILABLE
NOT_SUPPORTS_MEDIA_SENSE, DOES_LOOPBACK,
NOT_MEDIA_CONNECTED
PnPFlags : 00000000
MiniportState : STATE_UNDEFINED
IfIndex : 0
Ndis5MiniportInNdis6Mode : 0
InternalResetCount : 0000
MiniportResetCount : 0000
References : 0
UserModeOpenReferences: 0
PnPDeviceState : PNP_DEVICE_ADDED
CurrentDevicePowerState : PowerDeviceUnspecified
[snip]