Which entry do I use to install the NDISUIO sample for Windows CE.NET?

Can I base it on the NDISUIO registry entry found under
HKLM/Drivers/Builtin/NDISUIO
or do I use the registry entry as shown by the PASSTHRU example?

Tom Rixom

Re: NSIDUIO Sample for Windows CE by Stephan

Stephan
Mon Sep 08 14:26:12 CDT 2003

IIRC, Windows CE .NET 4.x already comes with NDISUIO, available as
source code also. Do a search for NDISUIO in the WIndows CE directory
tree.

Stephan
---
On Mon, 8 Sep 2003 16:33:56 +0200, "Tom Rixom"
<tom.rixom@alfa-ariss.com> wrote:

>Which entry do I use to install the NDISUIO sample for Windows CE.NET?
>
>Can I base it on the NDISUIO registry entry found under
>HKLM/Drivers/Builtin/NDISUIO
>or do I use the registry entry as shown by the PASSTHRU example?
>
>Tom Rixom

Re: NSIDUIO Sample for Windows CE by Tom

Tom
Mon Sep 08 14:37:17 CDT 2003

Sorry I guess I could have posted my question a bit
clearer ;)

I am writing my own driver based on the NDISUIO sample and
was wondering which registry entries I should use as the
sample does not show how to do this.

Thanks,

Tom
>-----Original Message-----
>IIRC, Windows CE .NET 4.x already comes with NDISUIO,
available as
>source code also. Do a search for NDISUIO in the WIndows
CE directory
>tree.
>
>Stephan
>---
>On Mon, 8 Sep 2003 16:33:56 +0200, "Tom Rixom"
><tom.rixom@alfa-ariss.com> wrote:
>
>>Which entry do I use to install the NDISUIO sample for
Windows CE.NET?
>>
>>Can I base it on the NDISUIO registry entry found under
>>HKLM/Drivers/Builtin/NDISUIO
>>or do I use the registry entry as shown by the PASSTHRU
example?
>>
>>Tom Rixom
>.
>

Re: NSIDUIO Sample for Windows CE by stewo68

stewo68
Tue Sep 09 03:35:42 CDT 2003

See


http://msdn.microsoft.com/library/en-us/wceddk40/html/cxrefNDISUIODriverRegistration.asp
(also http://www.ndis.com/faq/QA08060301.htm)

Thus, I guess you need to

1. Rename NDISUIO to whatever name you prefer.
2. Add a registry entry for that name under
HKEY_LOCAL_MACHINE\Drivers\BuiltIn\
3. Use your own device prefix instead of "UIO".

..4. Better try in "microsoft.public.windowsce.platbuilder" for
details on how to install (NDIS) drivers under CE.

Stephan
---
On Mon, 8 Sep 2003 16:33:56 +0200, "Tom Rixom"
<tom.rixom@alfa-ariss.com> wrote:

>Which entry do I use to install the NDISUIO sample for Windows CE.NET?
>
>Can I base it on the NDISUIO registry entry found under
>HKLM/Drivers/Builtin/NDISUIO
>or do I use the registry entry as shown by the PASSTHRU example?
>
>Tom Rixom

Re: NSIDUIO Sample for Windows CE by Tom

Tom
Tue Sep 09 03:46:34 CDT 2003

Thanks!

"Stephan Wolf" <stewo68@hotmail.com> wrote in message
news:3f5d9011.1847576@news.t-online.de...
> See
>
>
>
http://msdn.microsoft.com/library/en-us/wceddk40/html/cxrefNDISUIODriverRegistration.asp
> (also http://www.ndis.com/faq/QA08060301.htm)
>
> Thus, I guess you need to
>
> 1. Rename NDISUIO to whatever name you prefer.
> 2. Add a registry entry for that name under
> HKEY_LOCAL_MACHINE\Drivers\BuiltIn\
> 3. Use your own device prefix instead of "UIO".
>
> ..4. Better try in "microsoft.public.windowsce.platbuilder" for
> details on how to install (NDIS) drivers under CE.
>
> Stephan
> ---
> On Mon, 8 Sep 2003 16:33:56 +0200, "Tom Rixom"
> <tom.rixom@alfa-ariss.com> wrote:
>
> >Which entry do I use to install the NDISUIO sample for Windows CE.NET?
> >
> >Can I base it on the NDISUIO registry entry found under
> >HKLM/Drivers/Builtin/NDISUIO
> >or do I use the registry entry as shown by the PASSTHRU example?
> >
> >Tom Rixom