DriverEntry not being called
- From: Eric <nt8jbwu02@xxxxxxxxxxxxxx>
- Date: Mon, 19 May 2008 10:08:38 -0700 (PDT)
I am working on a SDIO wirless card driver and am attempting to use
the Atheros driver as as example.
I currently have the registry configured such that I do get my
xxx_init() function called on device insertion. In this function, I
spawn a secondary thread to do the NdisRegisterAdapter() call (again,
just like the Atheros) example.
I do get a thread attach message at my dllEntry point but driverEntry
does not get called and status from NdisRegisterAdapter() is
0xc0000004 indicating an exception.
So, two questions:
1) if the NdisRegisterAdpater() call succeeds, should I then get a
resulting call at my DriverEntry()?
2) what could cause the NdisRegisterAdatper to throw an exception when
I have not yet been called?
Thanks,
_Eric
.
- Follow-Ups:
- Re: DriverEntry not being called
- From: Eric
- Re: DriverEntry not being called
- Prev by Date: Re: LPC bus drive for windows CE 6
- Next by Date: Re: Not able to register .Net C# dll on a Visual C++ platform on WinCE 5.0 device.
- Previous by thread: LPC bus drive for windows CE 6
- Next by thread: Re: DriverEntry not being called
- Index(es):
Relevant Pages
|
|