I have a quite big and complex NDIS/WDM driver (~ 300 Kb) and would like to
split some stuff into several DLLs.

1. What are my chances to pass compatibility test & get it logo'ed?
2. Do kernel DLLs work on win9x?

Thanks,
- PA

Re: Kernel DLLs in NDIS drivers by Maxim

Maxim
Wed Jul 30 08:37:03 CDT 2003

> 2. Do kernel DLLs work on win9x?

Yes. OHCI1394 in Win9x has "Bus1394RegisterPortDriver" import, while 1394BUS
has the same export.

Max



Re: Kernel DLLs in NDIS drivers by Pavel

Pavel
Wed Jul 30 09:58:02 CDT 2003

"Maxim S. Shatskih" <maxim@storagecraft.com> wrote in message
news:%23ZpXA%23pVDHA.1072@TK2MSFTNGP12.phx.gbl...
> > 2. Do kernel DLLs work on win9x?
>
> Yes. OHCI1394 in Win9x has "Bus1394RegisterPortDriver" import, while
1394BUS
> has the same export.
>
> Max

Thanks Max. But I mean, aren't there any stupid bugs like modules won't
unload etc.
In my case, all DLLs should load and unload with the main .SYS; this is not
like port-class relationship.

- PA



Re: Kernel DLLs in NDIS drivers by Leo

Leo
Wed Jul 30 09:06:35 CDT 2003

http://www.wd-3.com/071503/KernelDlls.htm

Leo Havmøller.



Re: Kernel DLLs in NDIS drivers by Pavel

Pavel
Wed Jul 30 10:28:41 CDT 2003

"Leo Havmøller" <leh@nospamrtx.dk> wrote in message
news:etqLLPqVDHA.424@TK2MSFTNGP11.phx.gbl...
> http://www.wd-3.com/071503/KernelDlls.htm

Ah. I knew I'll have to dig out my vxd axes, again... :-(
Thanks Leo!

--PA



Re: Kernel DLLs in NDIS drivers by bburgin

bburgin
Wed Jul 30 11:52:55 CDT 2003

------=_NextPart_0001_1673681E
Content-Type: text/plain
Content-Transfer-Encoding: 7bit


The RNDIS (Remote NDIS) drivers do this. The miniport driver for RNDIS
devices, USB8023.SYS, imports functions from RNDISMP.SYS.

Bryan S. Burgin
bburgin@microsoft.com

This posting is provided "AS IS" with no warranties, and confers no rights.
------=_NextPart_0001_1673681E
Content-Type: text/x-rtf
Content-Transfer-Encoding: 7bit

{\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fprq2\fcharset0 MS Sans Serif;}}
\viewkind4\uc1\pard\f0\fs20
\par The RNDIS (Remote NDIS) drivers do this. The miniport driver for RNDIS devices, USB8023.SYS, imports functions from RNDISMP.SYS.
\par
\par Bryan S. Burgin
\par bburgin@microsoft.com
\par
\par This posting is provided "AS IS" with no warranties, and confers no rights.
\par }
------=_NextPart_0001_1673681E--