Hi All,
I am adding a third party 802.1x supplicant to my device (CE 4.1) and have
little experience with NDIS. The supplicant is a NDIS protocol driver that
will bind to a 802.11b radio NDIS miniport driver. Currently, when I resume
from suspend I cannot re-establish communications. The first problem I
noticed is that my radio driver does not get unloaded and reloaded like it
does when I don't have the supplicant running. Enabling debug has shown that
on resume NDIS tries to unbind all protocols from the miniport however it
stops after doing the supplicant. It seems that an error occurs "ObjectCall:
Failed (2); h=0" after the protocol driver calls
NdisCompleteUnbindAdapter(). Would this type of error cause NDIS to fail
unloading the radio driver? Is the problem likely to be in the protocol
driver or somewhere else? I have attached debug code with and without the
protocol driver. (search for $$$ to find relevent parts of the code.
With the supplicant protocol driver.
4294921697 PID:208d3cbe TID:a0739ce2 Back from OEMPowerOff
4294921697 PID:208d3cbe TID:a0739ce2 Calling device manager power proc.
4294921697 PID:208d3cbe TID:a0739ce2 Calling GWES power proc.
4294921697 PID:752fa6 TID:a0739ce2 Returning to normally scheduled
programming.
4294921697 PID:752fa6 TID:a0739ce2 Setting Event 008d0176, phd = 808d0174
4294921697 PID:752fa6 TID:a0739ce2 Setting Event 208d019a, phd = 808d0198
4294921697 PID:752fa6 TID:a0739ce2 Setting Event e0739e26, phd = 80739e24
4294921697 PID:752fa6 TID:a0739ce2 Returning from PowerOnSetEvents.
4294921703 PID:208d3cbe TID:a084b952 0x80852a90: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294921736 PID:208d3cbe TID:a084b952 0x80852a90: PCMCIA:PcmciaPowerOn:
socket 1 powered up
4294921738 PID:208d3cbe TID:405ccf0e 0x80783664: NDIS:: PcmciaCallBack
Event=CE_PM_SUSPEND hSock=0
4294921739 PID:208d3cbe TID:405ccf0e S24NIC: CallBackFn: 0000000C
4294921739 PID:208d3cbe TID:405ccf0e 0x80783664: NDIS:: PcmciaCallBack
Event=CE_CARD_REMOVAL hSock=0
4294921740 PID:208d3cbe TID:405ccf0e S24NIC: CallBackFn: 00000005
4294921741 PID:208d3cbe TID:405ccf0e S24NIC: CE_CARD_REMOVAL
4294921741 PID:208d3cbe TID:405ccf0e S24NIC: @POWER DOWN = TRUE
4294921744 PID:208d3cbe TID:a0851662 0x80851400: PDCardSetSocket 1 bvd
4294921745 PID:208d3cbe TID:a0851662 0x80851400: PDCardSetSocket 1 cd rising
4294921746 PID:208d3cbe TID:a0851662 0x80851400: PDCardSetSocket 1 irq off
4294921752 PID:808f923e TID:a0739ce2 0x807888a8: FS: Got Power notif
0x00000001
4294921756 PID:208d3cbe TID:a063f002 0x80597a8c: +CHub(Root tier
0)::HandleDetach
4294921758 PID:208d3cbe TID:a063f002 0x80597a8c: CHub(Root tier
0)::HandleDetach - status change thread closed in 1 ms
4294921759 PID:208d3cbe TID:a063f002 0x80597a8c: +CHub(External tier
1)::HandleDetach
4294921769 PID:208d3cbe TID:a084b952 0x80852a90: PCMCIA:Leaving
PcmciaPowerOn
4294921771 PID:208d3cbe TID:a084b952 0x80852a90: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294921772 PID:208d3cbe TID:a084b952 0x80852a90: PCMCIA:Leaving
PcmciaPowerOn
4294921774 PID:208d3cbe TID:c075f242 0x807a40a8: NDIS:: PcmciaCallBack
Event=CE_PM_SUSPEND hSock=1
4294921775 PID:208d3cbe TID:c075f242 S24NIC: CallBackFn: 0000000C
4294921775 PID:208d3cbe TID:c075f242 0x807a40a8: NDIS:: PcmciaCallBack
Event=CE_CARD_REMOVAL hSock=1
4294921776 PID:208d3cbe TID:c075f242 S24NIC: CallBackFn: 00000005
4294921778 PID:208d3cbe TID:a063f002 0x80597a8c: CHub(External tier
1)::HandleDetach - status change thread closed in 18 ms
4294921777 PID:208d3cbe TID:c075f242 S24NIC: CE_CARD_REMOVAL
4294921782 PID:208d3cbe TID:c075f242 S24NIC: @POWER DOWN = TRUE
4294921789 PID:208d3cbe TID:c075f242 0x807a40a8: NDIS:
+ndisRemovePCCardDevice
$$$ tries to unbind
4294921790 PID:208d3cbe TID:c075f242 ==>ndisPnPRemoveDevice: Miniport
0004B838
4294921792 PID:208d3cbe TID:c075f242 ==>ndisCloseMiniportBindings, Miniport
0004B838
4294921795 PID:208d3cbe TID:c075f242 ==>ndisUnbindProtocol: Open 007C8590,
Notify 0
4294921797 PID:208d3cbe TID:c075f242 ==>ndisReferenceProtocol
4294921798 PID:208d3cbe TID:c075f242 Protocol:
4294921799 PID:208d3cbe TID:c075f242 MDC8021X
4294921801 PID:208d3cbe TID:c075f242 , RefCount: 3
4294921802 PID:208d3cbe TID:c075f242 <==ndisReferenceProtocol
4294921804 PID:208d3cbe TID:c075f242 ==>NdisCloseAdapter
4294921805 PID:208d3cbe TID:a063f002 0x80597a8c: +CFunction(tier
2)::HandleDetach
4294921806 PID:208d3cbe TID:c075f242 Protocol:
4294921808 PID:208d3cbe TID:c075f242 MDC8021X
4294921810 PID:208d3cbe TID:c075f242 is closing Adapter:
4294921811 PID:208d3cbe TID:c075f242 NETWLAN1
4294921812 PID:208d3cbe TID:c075f242
4294921814 PID:208d3cbe TID:c075f242 ==>ndisMKillOpen: Open 007C8590
4294921815 PID:208d3cbe TID:c075f242 !=0 Open 0x7c8590 References 0x1
4294921817 PID:208d3cbe TID:c075f242 - Open 0x7c8590 Reference 0x1
4294921819 PID:208d3cbe TID:c075f242 ==>ndisMFinishClose: MOpen 007C8590
4294921822 PID:208d3cbe TID:c075f242 ==>ndisDeQueueOpenOnProtocol
4294921823 PID:208d3cbe TID:c075f242 Protocol:
4294921824 PID:208d3cbe TID:c075f242 MDC8021X
4294921825 PID:208d3cbe TID:c075f242
4294921827 PID:208d3cbe TID:c075f242 <==ndisDeQueueOpenOnProtocol
4294921828 PID:208d3cbe TID:c075f242 ==>ndisDeQueueOpenOnMiniport: MOpen
007C8590, Miniport 0004B838
4294921830 PID:208d3cbe TID:c075f242 <==ndisDeQueueOpenOnMiniport: MOpen
007C8590, Miniport 0004B838
4294921832 PID:208d3cbe TID:c075f242 <==ndisMFinishClose: Mopen 007C8590
4294921833 PID:208d3cbe TID:c075f242 <==ndisMKillOpen: Open 007C8590, rc 0
4294921835 PID:208d3cbe TID:c075f242 <==NdisCloseAdapter
4294921832 PID:208d3cbe TID:876cc6 ndisWorkerThread: WorkItem 007C8654
4294921839 PID:208d3cbe TID:e0678f8e ==>ndisMQueuedFinishClose: Open
007C8590, Miniport 0004B838
$$$ failure occurs and we don't see it unbind from any other protocols
4294921841 PID:208d3cbe TID:e0678f8e ==>NdisCompleteUnbindAdapter
4294921843 PID:208d3cbe TID:e0678f8e 0x8079b8cc: ObjectCall: Failed (2): h=0
4294921858 PID:208d3cbe TID:e0678f8e 0x8079b8cc: Invalid handle: Set=4
Method=2
4294921860 PID:208d3cbe TID:e0678f8e <==NdisCompleteUnbindAdapter
4294921862 PID:208d3cbe TID:e0678f8e ==>ndisDereferenceProtocol
4294921863 PID:208d3cbe TID:e0678f8e Protocol:
4294921864 PID:208d3cbe TID:e0678f8e MDC8021X
4294921866 PID:208d3cbe TID:e0678f8e , RefCount: 2
4294921867 PID:208d3cbe TID:e0678f8e <==ndisDereferenceProtocol
4294921869 PID:208d3cbe TID:e0678f8e <==ndisMQueuedFinishClose: Open
007C8590, Miniport 0004B838
4294922384 PID:208d3cbe TID:8087c33e S24NIC: +NIC_COMMAND1: [00000011]
[0000F103] [00000000] [00000000]
4294923012 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294923014 PID:208d3cbe TID:8087c33e S24NIC: @FAILED Setting CR_INQUIRE in
Resd Group Info
4294923015 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294923017 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294923006 PID:208d3cbe TID:e0597fde ==>ndisMSwapOpenHandlers: Miniport
0004149C, FakeStatus c001000d, Flags 1
4294923020 PID:208d3cbe TID:e0597fde <==ndisMSwapOpenHandlers: Miniport
0004149C
4294923021 PID:208d3cbe TID:e0597fde ***NDIS*** (a, 830)
4294923023 PID:208d3cbe TID:e0597fde Calling miniport reset
4294923024 PID:208d3cbe TID:e0597fde ==>ndisMAbortPackets
4294923025 PID:208d3cbe TID:e0597fde <==ndisMAbortPackets
4294923027 PID:208d3cbe TID:e0597fde ==>ndisMAbortRequests
4294923028 PID:208d3cbe TID:e0597fde <==ndisMAbortRequests
4294923030 PID:208d3cbe TID:e0597fde ==>ndisMRestoreOpenHandlers: Miniport
0004149C, Current fake status c001000d, Flags 1
4294923031 PID:208d3cbe TID:e0597fde <==ndisMRestoreOpenHandlers: Miniport
0004149C
4294923033 PID:208d3cbe TID:e0597fde 0x80783664: ndisMResetCompleteStage2:
Internal reset
4294923034 PID:208d3cbe TID:e0597fde 0x80783664: NDIS:
ndisMResetCompleteStage2: RebindOnResume ASYNCMAC1 = 0
4294921977 PID:208d3cbe TID:808d0bb6 0x808bcdb4: PlatformLoadTimeouts:
ACUserIdle 10000, ACSystemIdle 10000, ACSuspend -20001, BattUserIdle 10000,
BattSystemIdle 10000, BattSuspend 280000
4294922137 PID:752fa6 TID:a0739ce2 0x807888a8: Back from PowerOffSystem.
4294922012 PID:40719f16 TID:8071ab26 0x8070c400: TekDTSvc: Port 0 connect,
DeviceID 8
4294923062 PID:40719f16 TID:8071ab26 0x8070c400: TekDTSvc: Port 1 disconnect
4294923383 PID:208d3cbe TID:8087c33e S24NIC: +NIC_COMMAND1: [00000011]
[0000F103] [00000000] [00000000]
4294923384 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294923385 PID:208d3cbe TID:8087c33e S24NIC: @FAILED Setting CR_INQUIRE in
Resd Group Info
4294923385 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294923386 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294923522 PID:208d3cbe TID:8087c33e S24NIC: +TrilogyCheckForHang
4294923523 PID:208d3cbe TID:8087c33e S24NIC: @FAIL CHECKFORHANG: 0000DEAD
4294923523 PID:208d3cbe TID:8087c33e ***NDIS*** (b, 2769)
4294923524 PID:208d3cbe TID:8087c33e ==>ndisMQueueWorkItem
4294923525 PID:208d3cbe TID:8087c33e ***NDIS*** (b, 2802)
4294923525 PID:208d3cbe TID:8087c33e <==ndisMQueueWorkItem
4294923526 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294923526 PID:208d3cbe TID:8087c33e Reset requested
4294923527 PID:208d3cbe TID:8087c33e ==>ndisMSwapOpenHandlers: Miniport
0004B838, FakeStatus c001000d, Flags 1
4294923529 PID:208d3cbe TID:8087c33e <==ndisMSwapOpenHandlers: Miniport
0004B838
4294923531 PID:208d3cbe TID:8087c33e Calling miniport reset
4294923532 PID:208d3cbe TID:8087c33e S24NIC: +RESET
4294923534 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294923546 PID:208d3cbe TID:8087c33e ==>ndisMAbortPackets
4294923546 PID:208d3cbe TID:8087c33e <==ndisMAbortPackets
4294923547 PID:208d3cbe TID:8087c33e ==>ndisMAbortRequests
4294923548 PID:208d3cbe TID:8087c33e <==ndisMAbortRequests
4294923548 PID:208d3cbe TID:8087c33e ==>ndisMRestoreOpenHandlers: Miniport
0004B838, Current fake status c001000d, Flags 1
4294923549 PID:208d3cbe TID:8087c33e <==ndisMRestoreOpenHandlers: Miniport
0004B838
4294923551 PID:208d3cbe TID:8087c33e 0x808fea60: ndisMResetCompleteStage2:
Internal reset
4294923551 PID:208d3cbe TID:8087c33e 0x808fea60: NDIS:
ndisMResetCompleteStage2: RebindOnResume NETWLAN1 = 0
4294923552 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294923553 PID:208d3cbe TID:80845662 ***NDIS*** (c, 318)
4294923561 PID:208d3cbe TID:80845662 ==>ndisMRequest
4294924250 PID:208d3cbe TID:60a482 0x80845400:
DEVICE!ActivateDeviceEx(Drivers\USB\LoadClients\Default\Default\3\PSION_Tekl
ogix_Hid_Class_Driver) entered
4294924254 PID:208d3cbe TID:60a482 0x80845400: PNP interface class
{f8a6ba98-087a-43ac-a9d8-b7f13c5bae31} (HID1:) ATTACH
4294924258 PID:208d3cbe TID:60a482 0x80845400: HidNewDevice, hDevice =
0x34D730, MaxPacketSize0: 8
4294924259 PID:208d3cbe TID:60a482 0x80845400: Interface: IFNum: 0, NumEP:
1, Class: 0x3, SubClass: 0x1, Protocol: 0x2
4294924259 PID:208d3cbe TID:60a482 0x80845400: HID Descriptor: bLength: 9,
bcdHID: 0x110, bCountryCode: 0x0
4294924260 PID:208d3cbe TID:60a482 0x80845400: bNumDescriptors: 1,
bClassDescriptorType: 0x22, wDescriptorLength: 72
4294924262 PID:208d3cbe TID:60a482 0x80845400: +USBD:OpenPipe, EP: 129,
MaxPkt: 4, Type: Interrupt
4294924263 PID:208d3cbe TID:60a482 0x80845400: CInterruptPipe::OpenPipe -
setting the poll interval to 8 ms instead of 10 ms
4294924265 PID:208d3cbe TID:60a482 0x80845400: -USBD:OpenPipe success, hPipe
= 34DA80
4294924269 PID:208d3cbe TID:60a482 0x80845400: -CHub(External tier
1)::AttachDevice - port = 3, fIsLowSpeed = 1, address = 2
4294924276 PID:208d3cbe TID:87c28a 0x8086fb84: TAPI:OldAddTapiDevice
RegQueryValueEx(Tsp) returned 2
4294924297 PID:208d3cbe TID:a05a9866 0x805eb940: Hid: Entered worker thread
4294924299 PID:208d3cbe TID:a05a9866 0x805eb940: HID: Parse error, FF is an
unsupported usage page
4294924301 PID:208d3cbe TID:a05a9866 0x805eb940: Parse error. Main before
Usage
4294924303 PID:208d3cbe TID:a05a9866 0x805eb940: Parse error. Main before
Usage
4294924382 PID:208d3cbe TID:8087c33e S24NIC: +NIC_COMMAND1: [00000011]
[0000F103] [00000000] [00000000]
4294924383 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294924384 PID:208d3cbe TID:8087c33e S24NIC: @FAILED Setting CR_INQUIRE in
Resd Group Info
4294924384 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294924385 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294925385 PID:208d3cbe TID:8087c33e S24NIC: +NIC_COMMAND1: [00000011]
[0000F103] [00000000] [00000000]
4294925386 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294925387 PID:208d3cbe TID:8087c33e S24NIC: @FAILED Setting CR_INQUIRE in
Resd Group Info
4294925387 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294925388 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294925517 PID:208d3cbe TID:8087c33e S24NIC: +TrilogyCheckForHang
4294925518 PID:208d3cbe TID:8087c33e S24NIC: @FAIL CHECKFORHANG: 0000DEAD
4294925518 PID:208d3cbe TID:8087c33e ***NDIS*** (b, 2769)
4294925519 PID:208d3cbe TID:8087c33e ==>ndisMQueueWorkItem
4294925520 PID:208d3cbe TID:8087c33e ***NDIS*** (b, 2802)
4294925520 PID:208d3cbe TID:8087c33e <==ndisMQueueWorkItem
4294925521 PID:208d3cbe TID:8087c33e ==>ndisMProcessDeferred
4294925521 PID:208d3cbe TID:8087c33e Reset requested
4294925522 PID:208d3cbe TID:8087c33e ==>ndisMSwapOpenHandlers: Miniport
0004B838, FakeStatus c001000d, Flags 1
4294925524 PID:208d3cbe TID:8087c33e <==ndisMSwapOpenHandlers: Miniport
0004B838
4294925526 PID:208d3cbe TID:8087c33e Calling miniport reset
4294925527 PID:208d3cbe TID:8087c33e S24NIC: +RESET
4294925529 PID:208d3cbe TID:8087c33e S24NIC: @POWER DOWN
4294925541 PID:208d3cbe TID:8087c33e ==>ndisMAbortPackets
4294925542 PID:208d3cbe TID:8087c33e <==ndisMAbortPackets
4294925542 PID:208d3cbe TID:8087c33e ==>ndisMAbortRequests
4294925543 PID:208d3cbe TID:8087c33e <==ndisMAbortRequests
4294925543 PID:208d3cbe TID:8087c33e ==>ndisMRestoreOpenHandlers: Miniport
0004B838, Current fake status c001000d, Flags 1
4294925544 PID:208d3cbe TID:8087c33e <==ndisMRestoreOpenHandlers: Miniport
0004B838
4294925546 PID:208d3cbe TID:8087c33e 0x808fea60: ndisMResetCompleteStage2:
Internal reset
4294925546 PID:208d3cbe TID:8087c33e 0x808fea60: NDIS:
ndisMResetCompleteStage2: RebindOnResume NETWLAN1 = 0
4294925547 PID:208d3cbe TID:8087c33e <==ndisMProcessDeferred
4294925550 PID:208d3cbe TID:80845662 ***NDIS*** (c, 318)
This the debug for a resume with no supplicant
4294872948 PID:208d3cbe TID:607353e2 Back from OEMPowerOff
4294872948 PID:208d3cbe TID:607353e2 Calling device manager power proc.
4294872948 PID:208d3cbe TID:607353e2 Calling GWES power proc.
4294872948 PID:2075d63e TID:607353e2 Returning to normally scheduled
programming.
4294872948 PID:2075d63e TID:607353e2 Setting Event a08d021e, phd = 808d021c
4294872948 PID:2075d63e TID:607353e2 Setting Event 208d0242, phd = 808d0240
4294872948 PID:2075d63e TID:607353e2 Setting Event a0735702, phd = 80735700
4294872948 PID:2075d63e TID:607353e2 Returning from PowerOnSetEvents.
4294872954 PID:208d3cbe TID:808525ee 0x808519e8: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294872987 PID:208d3cbe TID:808525ee 0x808519e8: PCMCIA:PcmciaPowerOn:
socket 1 powered up
4294872989 PID:208d3cbe TID:208f9686 0x8062bab4: NDIS:: PcmciaCallBack
Event=CE_PM_SUSPEND hSock=0
4294872990 PID:208d3cbe TID:208f9686 S24NIC: CallBackFn: 0000000C
4294872990 PID:208d3cbe TID:208f9686 0x8062bab4: NDIS:: PcmciaCallBack
Event=CE_CARD_REMOVAL hSock=0
4294872991 PID:208d3cbe TID:208f9686 S24NIC: CallBackFn: 00000005
4294872992 PID:208d3cbe TID:208f9686 S24NIC: CE_CARD_REMOVAL
4294872992 PID:208d3cbe TID:208f9686 S24NIC: @POWER DOWN = TRUE
4294872995 PID:208d3cbe TID:8085efc2 0x808b9da4: PDCardSetSocket 1 bvd
4294872996 PID:208d3cbe TID:8085efc2 0x808b9da4: PDCardSetSocket 1 cd rising
4294872997 PID:208d3cbe TID:8085efc2 0x808b9da4: PDCardSetSocket 1 irq off
4294873002 PID:808f923e TID:607353e2 0x80757000: FS: Got Power notif
0x00000001
4294873008 PID:208d3cbe TID:2084a756 0x80838950: +CHub(Root tier
0)::HandleDetach
4294873010 PID:208d3cbe TID:2084a756 0x80838950: CHub(Root tier
0)::HandleDetach - status change thread closed in 1 ms
4294873011 PID:208d3cbe TID:2084a756 0x80838950: +CHub(External tier
1)::HandleDetach
4294873020 PID:208d3cbe TID:808525ee 0x808519e8: PCMCIA:Leaving
PcmciaPowerOn
4294873022 PID:208d3cbe TID:808525ee 0x808519e8: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294873023 PID:208d3cbe TID:808525ee 0x808519e8: PCMCIA:Leaving
PcmciaPowerOn
4294873024 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:: PcmciaCallBack
Event=CE_PM_SUSPEND hSock=1
4294873025 PID:208d3cbe TID:2067ef96 S24NIC: CallBackFn: 0000000C
4294873026 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:: PcmciaCallBack
Event=CE_CARD_REMOVAL hSock=1
4294873027 PID:208d3cbe TID:2067ef96 S24NIC: CallBackFn: 00000005
4294873027 PID:208d3cbe TID:2067ef96 S24NIC: CE_CARD_REMOVAL
4294873029 PID:208d3cbe TID:2084a756 0x80838950: CHub(External tier
1)::HandleDetach - status change thread closed in 17 ms
4294873028 PID:208d3cbe TID:2067ef96 S24NIC: @POWER DOWN = TRUE
4294873038 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:
+ndisRemovePCCardDevice
4294873040 PID:208d3cbe TID:2067ef96 ==>ndisPnPRemoveDevice: Miniport
0004B738
4294873041 PID:208d3cbe TID:2067ef96 ==>ndisCloseMiniportBindings, Miniport
0004B738
4294873044 PID:208d3cbe TID:2067ef96 ==>ndisUnbindProtocol: Open 0035C1D0,
Notify 0
$$$ Starts unbinding from TCPIP
4294873047 PID:208d3cbe TID:2067ef96 ==>ndisReferenceProtocol
4294873048 PID:208d3cbe TID:2067ef96 Protocol:
4294873049 PID:208d3cbe TID:2067ef96 TCPIP
4294873051 PID:208d3cbe TID:2067ef96 , RefCount: 3
4294873052 PID:208d3cbe TID:2067ef96 <==ndisReferenceProtocol
4294873054 PID:208d3cbe TID:2067ef96 ***NDIS*** (c, 318)
4294873055 PID:208d3cbe TID:2067ef96 ==>ndisMRequest
4294873057 PID:208d3cbe TID:2067ef96 0x807a9924: *TakeNetDown: pDhcp
0x35ce40 IP FB70FEA9!
4294873060 PID:208d3cbe TID:2067ef96 0x807a9924: *FreeDhcpInfo: 35CE40
4294873062 PID:208d3cbe TID:2067ef96 0x807a9924:
+OpenIFConfig(Comm\NETWLAN1\Parms\TCPIP Handle 0x654F7A8)
4294873064 PID:208d3cbe TID:2067ef96 0x807a9924: Opened registry info for
Comm\NETWLAN1\Parms\TCPIP
4294873066 PID:208d3cbe TID:2067ef96
0x807a9924: -OpenIFConfig(Comm\NETWLAN1\Parms\TCPIP *Handle 0x654F7A8, BOOL
Ret: 1)
4294873067 PID:208d3cbe TID:2067ef96 0x807a9924: *CloseIFConfig(Handle
0xA9C80)
4294873069 PID:208d3cbe TID:2067ef96 0x807a9924: +IPNotifyClientsIPEvent
4294873070 PID:208d3cbe TID:2067ef96 0x807a9924: IPNotifyClientsIPEvent:
PendingIPGetIPEventRequest 6da10
4294873073 PID:208d3cbe TID:2067ef96 0x807a9924: IPNotifyClientsIPEvent:
PendingIrp 6da10
4294873074 PID:208d3cbe TID:2067ef96 0x807a9924: IPNotifyClientsIPEvent:
SetEvent
4294873076 PID:208d3cbe TID:2067ef96 Search Route #3: Route not found
4294873078 PID:208d3cbe TID:2067ef96 ==>NdisCloseAdapter
4294873079 PID:208d3cbe TID:2067ef96 Protocol:
4294873081 PID:208d3cbe TID:2067ef96 TCPIP
4294873082 PID:208d3cbe TID:2067ef96 is closing Adapter:
4294873084 PID:208d3cbe TID:2067ef96 NETWLAN1
4294873085 PID:208d3cbe TID:2067ef96
4294873086 PID:208d3cbe TID:2067ef96 ==>ndisMKillOpen: Open 0035C1D0
4294873088 PID:208d3cbe TID:2067ef96 !=0 Open 0x35c1d0 References 0x1
4294873089 PID:208d3cbe TID:2067ef96 - Open 0x35c1d0 Reference 0x1
4294873091 PID:208d3cbe TID:2067ef96 ==>ndisMFinishClose: MOpen 0035C1D0
4294873092 PID:208d3cbe TID:2067ef96 ==>ndisDeQueueOpenOnProtocol
4294873095 PID:208d3cbe TID:2067ef96 Protocol:
4294873110 PID:208d3cbe TID:2067ef96 TCPIP
4294873111 PID:208d3cbe TID:2067ef96
4294873112 PID:208d3cbe TID:2067ef96 <==ndisDeQueueOpenOnProtocol
4294873114 PID:208d3cbe TID:2067ef96 ==>ndisDeQueueOpenOnMiniport: MOpen
0035C1D0, Miniport 0004B738
4294873115 PID:208d3cbe TID:2067ef96 <==ndisDeQueueOpenOnMiniport: MOpen
0035C1D0, Miniport 0004B738
4294873117 PID:208d3cbe TID:2067ef96 <==ndisMFinishClose: Mopen 0035C1D0
4294873119 PID:208d3cbe TID:2067ef96 <==ndisMKillOpen: Open 0035C1D0, rc 0
4294873120 PID:208d3cbe TID:2067ef96 <==NdisCloseAdapter
4294873117 PID:208d3cbe TID:40875c36 ndisWorkerThread: WorkItem 0035C294
4294873124 PID:208d3cbe TID:20852182 ==>ndisMQueuedFinishClose: Open
0035C1D0, Miniport 0004B738
4294873127 PID:208d3cbe TID:20852182 ==>ndisDereferenceProtocol
4294873128 PID:208d3cbe TID:20852182 Protocol:
4294873130 PID:208d3cbe TID:20852182 TCPIP
4294873131 PID:208d3cbe TID:20852182 , RefCount: 2
4294873132 PID:208d3cbe TID:20852182 <==ndisDereferenceProtocol
4294873134 PID:208d3cbe TID:2067ef96 ==>ndisDereferenceProtocol
4294873136 PID:208d3cbe TID:2067ef96 Protocol:
4294873137 PID:208d3cbe TID:2067ef96 TCPIP
4294873138 PID:208d3cbe TID:2067ef96 , RefCount: 1
4294873140 PID:208d3cbe TID:2067ef96 <==ndisDereferenceProtocol
4294873141 PID:208d3cbe TID:2067ef96 <==ndisUnbindProtocol: Open 0035C1D0,
Notify 0, Status 0
$$$ Done unbinding from TCPIP and continues with unbinding NDISUIO
4294873143 PID:208d3cbe TID:2067ef96 ==>ndisUnbindProtocol: Open 00358BE0,
Notify 0
4294873144 PID:208d3cbe TID:2067ef96 ==>ndisReferenceProtocol
4294873146 PID:208d3cbe TID:2067ef96 Protocol:
4294873147 PID:208d3cbe TID:2067ef96 NDISUIO
4294873148 PID:208d3cbe TID:2067ef96 , RefCount: 3
4294873150 PID:208d3cbe TID:2067ef96 <==ndisReferenceProtocol
4294873152 PID:208d3cbe TID:2067ef96 ==>NdisCloseAdapter
4294873156 PID:208d3cbe TID:2067ef96 Protocol:
4294873158 PID:208d3cbe TID:2067ef96 NDISUIO
4294873160 PID:208d3cbe TID:2067ef96 is closing Adapter:
4294873161 PID:208d3cbe TID:2067ef96 NETWLAN1
4294873162 PID:208d3cbe TID:2067ef96
4294873163 PID:208d3cbe TID:2067ef96 ==>ndisMKillOpen: Open 00358BE0
4294873164 PID:208d3cbe TID:2067ef96 !=0 Open 0x358be0 References 0x1
4294873166 PID:208d3cbe TID:2067ef96 - Open 0x358be0 Reference 0x1
4294873167 PID:208d3cbe TID:2067ef96 ==>ndisMFinishClose: MOpen 00358BE0
4294873169 PID:208d3cbe TID:2067ef96 ==>ndisDeQueueOpenOnProtocol
4294873170 PID:208d3cbe TID:2067ef96 Protocol:
4294873171 PID:208d3cbe TID:2067ef96 NDISUIO
4294873173 PID:208d3cbe TID:2067ef96
4294873174 PID:208d3cbe TID:2067ef96 <==ndisDeQueueOpenOnProtocol
4294873176 PID:208d3cbe TID:2067ef96 ==>ndisDeQueueOpenOnMiniport: MOpen
00358BE0, Miniport 0004B738
4294873177 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:: Forced unblocking
MEDIA_CONNECT by [NDISUIO] on [NETWLAN1]
4294873179 PID:208d3cbe TID:2067ef96 <==ndisDeQueueOpenOnMiniport: MOpen
00358BE0, Miniport 0004B738
4294873180 PID:208d3cbe TID:2067ef96 <==ndisMFinishClose: Mopen 00358BE0
4294873182 PID:208d3cbe TID:2067ef96 <==ndisMKillOpen: Open 00358BE0, rc 0
4294873184 PID:208d3cbe TID:2067ef96 <==NdisCloseAdapter
4294873134 PID:208d3cbe TID:20852182 <==ndisMQueuedFinishClose: Open
0035C1D0, Miniport 0004B738
4294873181 PID:208d3cbe TID:40875c36 ndisWorkerThread: WorkItem 00358CA4
4294873191 PID:208d3cbe TID:e07b11ba ==>ndisMQueuedFinishClose: Open
00358BE0, Miniport 0004B738
4294873193 PID:208d3cbe TID:e07b11ba ==>ndisDereferenceProtocol
4294873194 PID:208d3cbe TID:e07b11ba Protocol:
4294873196 PID:208d3cbe TID:e07b11ba NDISUIO
4294873197 PID:208d3cbe TID:e07b11ba , RefCount: 2
4294873199 PID:208d3cbe TID:e07b11ba <==ndisDereferenceProtocol
4294873200 PID:208d3cbe TID:2067ef96 ==>ndisDereferenceProtocol
4294873202 PID:208d3cbe TID:2067ef96 Protocol:
4294873203 PID:208d3cbe TID:2067ef96 NDISUIO
4294873205 PID:208d3cbe TID:2067ef96 , RefCount: 1
4294873206 PID:208d3cbe TID:2067ef96 <==ndisDereferenceProtocol
4294873208 PID:208d3cbe TID:2067ef96 <==ndisUnbindProtocol: Open 00358BE0,
Notify 0, Status 0
4294873210 PID:208d3cbe TID:2067ef96 <==ndisCloseMiniportBindings, Miniport
0004B738
4294873211 PID:208d3cbe TID:2067ef96 ==>ndisMHaltMiniport: Miniport 0004B738
4294873213 PID:208d3cbe TID:2067ef96 ==>ndisMCommonHaltMiniport: Miniport
0004B738
4294873214 PID:208d3cbe TID:2067ef96 S24NIC: +HALT
$$$ Miniport is halted correctly. (We don't see this when the supplicant is
running)
4294873215 PID:208d3cbe TID:2067ef96 ***NDIS*** (a, 659)
4294873217 PID:208d3cbe TID:2067ef96 ==>NdisMDeregisterInterrupt: Miniport
0004B738
4294873219 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd
4294873220 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294873221 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294873223 PID:208d3cbe TID:2067ef96 ***NDIS*** (a, 728)
4294873225 PID:208d3cbe TID:2067ef96 <==NdisMDeregisterInterrupt: Miniport
0004B738
4294873201 PID:208d3cbe TID:e07b11ba <==ndisMQueuedFinishClose: Open
00358BE0, Miniport 0004B738
4294873231 PID:208d3cbe TID:a07b37fe 0x807b1b44: NotifyChange: Setting Event
8068B7A6
4294873233 PID:208d3cbe TID:a07b3822 0x807b3d94: ************DHCP MEDIA
STATUS************
4294873234 PID:208d3cbe TID:a07b3822 0x807b3d94: SeqNo: 31
4294873236 PID:208d3cbe TID:a07b3822 0x807b3d94: MediaStatus: 11027
4294873238 PID:208d3cbe TID:a07b3822 0x807b3d94: Context: 65535 - 65535
4294873239 PID:208d3cbe TID:a07b3822 0x807b3d94: AdapterName: NETWLAN1
4294873242 PID:208d3cbe TID:a07b3822 0x807b3d94: Media Status is:
IP_UNBIND_ADAPTER
4294873244 PID:208d3cbe TID:a07b3822 0x807b3d94: IPDispatchDeviceControl
returned Status 103
4294873247 PID:208d3cbe TID:a07a285e 0x807576e4: Hid: Leaving worker thread
4294873250 PID:208d3cbe TID:2084a756 0x80838950: -Hid DriverEntry
4294873252 PID:208d3cbe TID:2084a756 0x80838950: <<< Unloading module
usbhid.dll at address 0x03170000-0x03181000 (RW data at
0x01F26000-0x01F265E4)
Unloaded symbols for 'R:\753X\RELDIR\753X_HANDHELDDEBUG\USBHID.DLL'
4294873257 PID:208d3cbe TID:2084a756 0x80838950: -CFunction(tier
2)::HandleDetach
4294873258 PID:208d3cbe TID:2084a756 0x80838950: -CHub(External tier
1)::HandleDetach
4294873258 PID:208d3cbe TID:2084a756 0x80838950: -CHub(Root tier
0)::HandleDetach
4294873259 PID:208d3cbe TID:2084a756 0x80838950: +CDevice::DeInitialize
4294873261 PID:208d3cbe TID:2084a756 0x80838950: <<< Unloading module
usbd.dll at address 0x03600000-0x03610000 (RW data at 0x01F69000-0x01F695BC)
Unloaded symbols for 'R:\753X\RELDIR\753X_HANDHELDDEBUG\USBD.DLL'
4294873263 PID:208d3cbe TID:2084a756 0x80838950: -CDevice::DeInitialize
4294873266 PID:208d3cbe TID:2084a756 0x80838950: DMA buffer passed in from
PDD
4294873266 PID:208d3cbe TID:2084a756 0x80838950: CPhysMem Total Alloc Region
PhysAddr = 0x0806BC00, VirtAddr = 0x0052BC00, size = 32768
4294873268 PID:208d3cbe TID:2084a756 0x80838950: CPhysMem Special Alloc
Region PhysAddr = 0x0806BC00, VirtAddr = 0x0052BC00, size = 4096
4294873270 PID:208d3cbe TID:2084a756 0x80838950: CPhysMem HighPri Alloc
Region PhysAddr = 0x0806CC00, VirtAddr = 0x0052CC00, size = 16384
4294873272 PID:208d3cbe TID:2084a756 0x80838950: CPhysMem Normal Alloc
Region PhysAddr = 0x08070C00, VirtAddr = 0x00530C00, size = 12288
4294873273 PID:208d3cbe TID:2084a756 0x80838950: +CUhcd::Initialize. Entry
4294873274 PID:208d3cbe TID:2084a756 0x80838950: +CDevice::Initialize
4294873477 PID:208d3cbe TID:2067ef96 0x807a9924: CardReleaseWindow failed 29
4294874525 PID:208d3cbe TID:2067ef96 0x807a9924:
PCMCIA:CardModifyConfiguration succeeded
4294874527 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd off
4294874528 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294874529 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294874531 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOff (sock: 1, force: 0)
4294874532 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd off
4294874533 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294874535 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294874536 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:PcmciaPowerOff:
socket 1 powered down
4294874537 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:CardReleaseIRQ
failed 28
4294874539 PID:208d3cbe TID:2067ef96 0x807a9924: CardReleaseSocketMask
failed 11
4294874540 PID:208d3cbe TID:2067ef96 0x807a9924: CardReleaseExclusive failed
30
4294874542 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOff (sock: 0, force: 0)
4294874543 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOff (sock: 1, force: 0)
4294874545 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd off
4294874546 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294874547 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294874549 PID:208d3cbe TID:2067ef96 #######################
4294874551 PID:208d3cbe TID:2067ef96 DeAllocate - pPcmcia 34
4294874552 PID:208d3cbe TID:2067ef96 DeAllocate - pOddBoundaryBuffer 1 -
2000
4294874554 PID:208d3cbe TID:2067ef96 DeAllocate - BAP . Send SpinLock
4294874556 PID:208d3cbe TID:2067ef96 S24NIC: -HALT
4294874557 PID:208d3cbe TID:2067ef96 DeAllocate - pAdapter (halt) 4ab0
4294874558 PID:208d3cbe TID:2067ef96 ******************
4294874560 PID:208d3cbe TID:2067ef96 ==>ndisMAbortPackets
4294874561 PID:208d3cbe TID:2067ef96 <==ndisMAbortPackets
4294874563 PID:208d3cbe TID:2067ef96 ==>ndisMAbortRequests
4294874564 PID:208d3cbe TID:2067ef96 <==ndisMAbortRequests
4294874566 PID:208d3cbe TID:2067ef96 <==ndisMCommonHaltMiniport: Miniport
0004B738
4294874567 PID:208d3cbe TID:2067ef96
==>NdisMDeregisterAdapterShutdownHandler: Miniport 0004B738
4294874569 PID:208d3cbe TID:2067ef96
<==NdisMDeregisterAdapterShutdownHandler: Miniport 0004B738
4294874570 PID:208d3cbe TID:2067ef96 <==ndisMHaltMiniport: Miniport 0004B738
4294874572 PID:208d3cbe TID:2067ef96 <==ndisPnPRemoveDevice: Miniport
0004B738
4294874573 PID:208d3cbe TID:2067ef96 ndisDereferenceMiniport:Miniport
0004B738, Ref = 0
4294874575 PID:208d3cbe TID:2067ef96 ==>ndisIsMiniportStarted: Miniport
0004B738
4294874576 PID:208d3cbe TID:2067ef96 <==ndisIsMiniportStarted: Miniport
0004B738, Started 1
4294874578 PID:208d3cbe TID:2067ef96 ==>ndisDeQueueMiniportOnDriver,
Miniport 0004B738, MiniBlock 0004B540
4294874580 PID:208d3cbe TID:2067ef96 <==ndisDeQueueMiniportOnDriver:
Miniport 0004B738, MiniBlock 0004B540
4294874581 PID:208d3cbe TID:2067ef96
==>NdisMDeregisterAdapterShutdownHandler: Miniport 0004B738
4294874583 PID:208d3cbe TID:2067ef96
<==NdisMDeregisterAdapterShutdownHandler: Miniport 0004B738
4294874584 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:
+PcmciaReleaseAdapterResources
4294874586 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:CardReleaseIRQ
failed 28
4294874587 PID:208d3cbe TID:2067ef96 0x807a9924:
NDIS: -PcmciaReleaseAdapterResources
4294874519 PID:208d3cbe TID:60673f36 ==>ndisMSwapOpenHandlers: Miniport
0004149C, FakeStatus c001000d, Flags 1
4294874590 PID:208d3cbe TID:60673f36 <==ndisMSwapOpenHandlers: Miniport
0004149C
4294874592 PID:208d3cbe TID:60673f36 ***NDIS*** (a, 830)
4294874593 PID:208d3cbe TID:60673f36 Calling miniport reset
4294874594 PID:208d3cbe TID:60673f36 ==>ndisMAbortPackets
4294874596 PID:208d3cbe TID:60673f36 <==ndisMAbortPackets
4294874597 PID:208d3cbe TID:60673f36 ==>ndisMAbortRequests
4294874599 PID:208d3cbe TID:60673f36 <==ndisMAbortRequests
4294874600 PID:208d3cbe TID:60673f36 ==>ndisMRestoreOpenHandlers: Miniport
0004149C, Current fake status c001000d, Flags 1
4294874602 PID:208d3cbe TID:60673f36 <==ndisMRestoreOpenHandlers: Miniport
0004149C
4294874603 PID:208d3cbe TID:60673f36 0x8079ba60: ndisMResetCompleteStage2:
Internal reset
4294874604 PID:208d3cbe TID:60673f36 0x8079ba60: NDIS:
ndisMResetCompleteStage2: RebindOnResume ASYNCMAC1 = 0
4294874606 PID:208d3cbe TID:2067ef96 ==>ndisMUnload: DriverObject 0004B430
4294874609 PID:208d3cbe TID:2067ef96 ndisMUnload: MiniBlock 0004B540
4294874611 PID:208d3cbe TID:2067ef96 <==ndisMUnload: DriverObject 0004B430,
MiniBlock 0004B540
4294874613 PID:208d3cbe TID:2067ef96 S24NIC: NETWLAN: DLL_PROCESS_DETACH
4294874618 PID:208d3cbe TID:2067ef96 0x807a9924: <<< Unloading module
netwlan.dll at address 0x03070000-0x030BA000 (RW data at
0x01EFE000-0x01F18F7C)
Unloaded symbols for 'R:\753X\RELDIR\753X_HANDHELDDEBUG\NETWLAN.DLL'
4294874621 PID:208d3cbe TID:2067ef96 0x807a9924:
NDIS: -ndisRemovePCCardDevice
4294875633 PID:208d3cbe TID:2067ef96 0x807a9924: PNP interface class
{f8a6ba98-087a-43ac-a9d8-b7f13c5bae31} (NDS1:) DETACH
4294875637 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd off
4294875638 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294875639 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294874831 PID:208d3cbe TID:a0875f9a 0x8062bab4: CHub(Root tier
0)::HubStatusChangeThread - port 1, change = 0x0001, status = 0x0101
4294873336 PID:208d3cbe TID:8d0c5e 0x808bcd9c: PlatformLoadTimeouts:
ACUserIdle 10000, ACSystemIdle 10000, ACSuspend -20001, BattUserIdle 10000,
BattSystemIdle 10000, BattSuspend 280000
4294873435 PID:2075d63e TID:607353e2 0x80757000: Back from PowerOffSystem.
4294873341 PID:208d3cbe TID:c0779f5e 0x8078294c: ZCF:: Notification:: Event
[UNBIND] Adapter [NETWLAN1]
4294875656 PID:208d3cbe TID:a084a152 0x80845400: ZCF:: Cancelling timer
[NETWLAN1]: timeout: [60000] ms succssful.
4294875658 PID:208d3cbe TID:a084a152 Ndisuio:
4294875661 PID:208d3cbe TID:a084a152 SetOid: Open 00357240/210 is in invalid
state
4294875663 PID:208d3cbe TID:a084a152 0x80845400: ZCF:: IntfContext
[0x35d060] deleted..
4294873343 PID:208d3cbe TID:a069852a 0x8069c660: ETHMAN: Error updating
connection status
4294873347 PID:4071cb9a TID:e0700176 0x8070b000: TekDTSvc: Port 0 connect,
DeviceID 8
4294875673 PID:4071cb9a TID:e0700176 0x8070b000: TekDTSvc: Port 1 disconnect
4294875827 PID:208d3cbe TID:e07726ba 0x807294e8: NETUIQC: Could not find the
systray icon associated with the given window
4294875829 PID:208d3cbe TID:e07726ba 0x807294e8: NetUIQC - Could not get
systray icon for the specified hwnd
4294875831 PID:208d3cbe TID:e07726ba 0x807294e8: ETHMAN: Failed to close
property sheet if ready
4294875833 PID:208d3cbe TID:e07726ba 0x807294e8: NETUIQC: Could not find the
systray icon associated with the given window
4294875834 PID:208d3cbe TID:e07726ba 0x807294e8: NetUIQC - Could not get
systray icon for the specified hwnd
4294876391 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876424 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:PcmciaPowerOn:
socket 1 powered up
4294876431 PID:208d3cbe TID:c069866e 0x80838950: CHub(External tier
1)::HubStatusChangeThread - port 3, change = 0x0001, status = 0x0301
4294876457 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876458 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:I_MapWindow MAKE
SURE THIS PLATFORM'S PCMCIA MEMORY AREAS ARE SPECIFIED AS ACTUAL PHYSICAL
ADDRESSES
4294876458 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876459 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876460 PID:208d3cbe TID:2067ef96 0x807a9924: CardGetNextTuple failed 31
4294876461 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876461 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876462 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876463 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876465 PID:208d3cbe TID:2067ef96 0x807a9924: CardGetNextTuple failed 31
4294876466 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:I_MapWindow MAKE
SURE THIS PLATFORM'S PCMCIA MEMORY AREAS ARE SPECIFIED AS ACTUAL PHYSICAL
ADDRESSES
4294876468 PID:208d3cbe TID:2067ef96 0x807a9924: CreateFunction: Re-using
Tuple attribute window, Config registers @ 0x3003e0 for 1:0
4294876469 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876470 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876472 PID:208d3cbe TID:2067ef96 0x807a9924: CardGetFirstTuple failed 31
4294876473 PID:208d3cbe TID:2067ef96 0x807a9924: CreateFunctions:
CardGetFirstTuple(CISTPL_LONGLINK_MFC) returned 31 for 1:0
4294876475 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876476 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876478 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOn (socket: 1)
4294876479 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Leaving
PcmciaPowerOn
4294876482 PID:208d3cbe TID:2067ef96 0x807a9924: CardGetNextTuple failed 31
4294876483 PID:208d3cbe TID:2067ef96 0x807a9924: GetCardCRC:
CardGetNextTuple returned 31
4294876485 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:: PcmciaCallBack
Event=CE_CARD_INSERTION hSock=1
4294876488 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 bvd
4294876490 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 cd rising
4294876491 PID:208d3cbe TID:2067ef96 0x807a9924: PDCardSetSocket 1 irq off
4294876493 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:Entering
PcmciaPowerOff (sock: 1, force: 0)
4294876494 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:PcmciaPowerOff(1) --
socket is active, not powering down
4294876495 PID:208d3cbe TID:2067ef96 0x807a9924: PCMCIA:CallbackPmResume
sending CE_PM_RESUME
4294876497 PID:208d3cbe TID:2067ef96 0x807a9924: NDIS:: PcmciaCallBack
Event=CE_PM_RESUME hSock=0
4294876487 PID:208d3cbe TID:6a3c82 0x8079b400:
DEVICE!ActivateDeviceEx(Drivers\PCMCIA\Intel-PRO/Wireless_LAN_PC_Card-82DA)
entered
4294876505 PID:208d3cbe TID:6a3c82 0x8079b400:
NDIS:+ndisAddPCCardDevice(Drivers\Active\25)
4294876513 PID:208d3cbe TID:6a3c82 0x8079b400: >>> Loading module
netwlan.dll at address 0x03070000-0x030BA000 (RW data at
0x01EFE000-0x01F18F7C)
Loaded symbols for 'R:\753X\RELDIR\753X_HANDHELDDEBUG\NETWLAN.DLL'
4294876517 PID:208d3cbe TID:6a3c82 S24NIC: NETWLAN: DLL_PROCESS_ATTACH
4294877642 PID:208d3cbe TID:6a3c82 S24NIC: +DRIVERENTRY
4294877642 PID:208d3cbe TID:6a3c82 ==>NdisInitializeWrapper
4294877643 PID:208d3cbe TID:6a3c82 <==NdisInitializeWrapper
4294877644 PID:208d3cbe TID:6a3c82 ==>NdisMRegisterMiniport:
NdisWrapperHandle 0004C190
4294877645 PID:208d3cbe TID:6a3c82 ==>ndisRegisterMiniportDriver:
NdisWrapperHandle 0004C190
4294877646 PID:208d3cbe TID:6a3c82 <==ndisRegisterMiniportDriver: MiniBlock
0004C200
4294877647 PID:208d3cbe TID:6a3c82 NdisMRegisterMiniport: MiniBlock 0004C200
4294877648 PID:208d3cbe TID:6a3c82 <==NdisMRegisterMiniport: MiniBlock
0004C200, Status 0
4294877649 PID:208d3cbe TID:6a3c82 S24NIC: -DRIVERENTRY
$$$ Miniport is now starting to reload.