Hi all,

I'm new to SDIO drivers and developing one WLAN device using Win2k3
server SP1 DDK. Is there any sample code available to jump start on the
driver development ? I've heard about the Yokogawa SDIO sniffer (or
analyzer). Where can i get it ? Any pointer is appreciated.

Regards
Esha

Re: Help needed for development of SDIO drver on WinXP by Eliyas

Eliyas
Wed May 17 08:38:09 CDT 2006

There is a KMDF based sample SD client driver (sdmars) in the latest WDK
DDK. There is also a NDIS-WDF (called ndisedge) sample that shows how to
write a ndis miniport that interfaces with another WDM stack. So you can
combine these two samples to create a new NDIS-SD WLAN driver.

-Eliyas

"Eshanye_kp" <esha@procsys.com> wrote in message
news:e3HYvVaeGHA.3888@TK2MSFTNGP02.phx.gbl...
> Hi all,
>
> I'm new to SDIO drivers and developing one WLAN device using Win2k3 server
> SP1 DDK. Is there any sample code available to jump start on the driver
> development ? I've heard about the Yokogawa SDIO sniffer (or analyzer).
> Where can i get it ? Any pointer is appreciated.
>
> Regards
> Esha



Re: Help needed for development of SDIO drver on WinXP by pavel_a

pavel_a
Wed May 17 10:19:02 CDT 2006

The sample name is "sdiomars" (in 5365)
--PA

"Eliyas Yakub [MSFT]" wrote:
> There is a KMDF based sample SD client driver (sdmars) in the latest WDK
> DDK. There is also a NDIS-WDF (called ndisedge) sample that shows how to
> write a ndis miniport that interfaces with another WDM stack. So you can
> combine these two samples to create a new NDIS-SD WLAN driver.
>
> -Eliyas
>
> "Eshanye_kp" <esha@procsys.com> wrote in message
> news:e3HYvVaeGHA.3888@TK2MSFTNGP02.phx.gbl...
> > Hi all,
> >
> > I'm new to SDIO drivers and developing one WLAN device using Win2k3 server
> > SP1 DDK. Is there any sample code available to jump start on the driver
> > development ? I've heard about the Yokogawa SDIO sniffer (or analyzer).
> > Where can i get it ? Any pointer is appreciated.
> >
> > Regards
> > Esha
>
>
>

Re: Help needed for development of SDIO drver on WinXP by Eshanye_kp

Eshanye_kp
Thu May 18 06:17:52 CDT 2006

Is 5365, the ddk ver (to be seen when installed ?). I have the ddk
installed on my machine which is for Windows 2003 server(and appears as
ddk 3790.1830). This has the SD bus related help and API's. I downloaded
the KMDF ver 1.1 from
http://www.microsoft.com/whdc/driver/wdf/default.mspx but did not see
the sdiomars sample files there ? Where can find it ? Please advice me.

Thanks in advance
Esha

Pavel A. wrote:
> The sample name is "sdiomars" (in 5365)
> --PA
>
> "Eliyas Yakub [MSFT]" wrote:
>
>>There is a KMDF based sample SD client driver (sdmars) in the latest WDK
>>DDK. There is also a NDIS-WDF (called ndisedge) sample that shows how to
>>write a ndis miniport that interfaces with another WDM stack. So you can
>>combine these two samples to create a new NDIS-SD WLAN driver.
>>
>>-Eliyas
>>
>>"Eshanye_kp" <esha@procsys.com> wrote in message
>>news:e3HYvVaeGHA.3888@TK2MSFTNGP02.phx.gbl...
>>
>>>Hi all,
>>>
>>>I'm new to SDIO drivers and developing one WLAN device using Win2k3 server
>>>SP1 DDK. Is there any sample code available to jump start on the driver
>>>development ? I've heard about the Yokogawa SDIO sniffer (or analyzer).
>>>Where can i get it ? Any pointer is appreciated.
>>>
>>>Regards
>>>Esha
>>
>>
>>

Re: Help needed for development of SDIO drver on WinXP by Eshanye_kp

Eshanye_kp
Thu May 18 08:20:37 CDT 2006

Need one more help, i have brought up a basic SDIO client driver (has
only DriverEntry and the AddDevice support), but then not able to
install it. Do you have any sample SDIO inf file (other than the SDIO
bus driver, because i have tried it already) so that i can use it mean
while. Also, please let me know where is this sample driver (sdiomars)
available ?

Thx
-Esha

Eshanye_kp wrote:

> Is 5365, the ddk ver (to be seen when installed ?). I have the ddk
> installed on my machine which is for Windows 2003 server(and appears as
> ddk 3790.1830). This has the SD bus related help and API's. I downloaded
> the KMDF ver 1.1 from
> http://www.microsoft.com/whdc/driver/wdf/default.mspx but did not see
> the sdiomars sample files there ? Where can find it ? Please advice me.
>
> Thanks in advance
> Esha
>
> Pavel A. wrote:
>
>> The sample name is "sdiomars" (in 5365)
>> --PA
>>
>> "Eliyas Yakub [MSFT]" wrote:
>>
>>> There is a KMDF based sample SD client driver (sdmars) in the latest
>>> WDK DDK. There is also a NDIS-WDF (called ndisedge) sample that shows
>>> how to write a ndis miniport that interfaces with another WDM stack.
>>> So you can combine these two samples to create a new NDIS-SD WLAN
>>> driver.
>>>
>>> -Eliyas
>>>
>>> "Eshanye_kp" <esha@procsys.com> wrote in message
>>> news:e3HYvVaeGHA.3888@TK2MSFTNGP02.phx.gbl...
>>>
>>>> Hi all,
>>>>
>>>> I'm new to SDIO drivers and developing one WLAN device using Win2k3
>>>> server SP1 DDK. Is there any sample code available to jump start on
>>>> the driver development ? I've heard about the Yokogawa SDIO sniffer
>>>> (or analyzer). Where can i get it ? Any pointer is appreciated.
>>>>
>>>> Regards
>>>> Esha
>>>
>>>
>>>
>>>

Re: Help needed for development of SDIO drver on WinXP by pavel_a

pavel_a
Thu May 18 13:34:02 CDT 2006

This sample is in the beta WDK.
http://www.microsoft.com/whdc/driver/wdf/beta.mspx

Regards,
--PA

Re: Help needed for development of SDIO drver on WinXP by Eshanye_kp

Eshanye_kp
Mon May 22 06:04:56 CDT 2006

I was able to download the file 5308_WDKCTP_a.iso (1.9 GB) from the wdk
beta programs. But then when i installed this i found that the wdk is
5308 and not 5365 version. There is an SD sample directory
(E:\WINDDK\5308\src\wdm\sd\sdtoast) and it has a txt file sdtoast.txt
which has a small sample code. Is this what you were talking about ? If
not, could you please zip and send me the 'sdiomars' sample files ?
I tried going to the beta programs to see if there is any new version to
download which has this sdiomars, but in the link i could not find the
wdk beta program at all !!!! Please help me.

-Esha

Pavel A. wrote:
> This sample is in the beta WDK.
> http://www.microsoft.com/whdc/driver/wdf/beta.mspx
>
> Regards,
> --PA