This is In common.reg file.

net2890.dll is changed to NDIS.dll at build, Right?

I have confuse.

net2890.dll is included NK.bin, but Module list

========================================
[HKEY_LOCAL_MACHINE\Comm\RndisMini]
;LOC_FRIENDLYRNDISFUNCTION
"DisplayName"=mui_sz:"netmui.dll,#9003"
"Group"="NDIS"
"ImagePath"="net2890.dll"

[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\RNDISMINI]
"Dll"="NDIS.dll"
"Class"=dword:06
"SubClass"=dword:80
"ProgIF"=dword:00
"VendorID"=multi_sz:"10b5"
"DeviceID"=multi_sz:"9054"
"Entry"="NdisPCIBusDeviceInit"
"Transceiver"=dword:3
;
; Use shared ISR handler for the NET2890.
;
"IsrDll"="giisr.dll"
"IsrHandler"="ISRHandler"
========================================

Re: Help~ by K

K
Wed Jun 02 12:02:24 CDT 2004

because it is a RNDIS diver, and all of the "DLL" key in NDIS drivers'
setting is always assigned as "NDIS.DLL"!!
so the Device Manager will Active the NDIS.DLL
and the NDIS.DLL will then to load the net2890.dll

"Rick Seo" <sjw1980@nex-tek.com> ¼¶¼g©ó¶l¥ó·s»D
:uNN#TTtREHA.568@TK2MSFTNGP12.phx.gbl...
> This is In common.reg file.
>
> net2890.dll is changed to NDIS.dll at build, Right?
>
> I have confuse.
>
> net2890.dll is included NK.bin, but Module list
>
> ========================================
> [HKEY_LOCAL_MACHINE\Comm\RndisMini]
> ;LOC_FRIENDLYRNDISFUNCTION
> "DisplayName"=mui_sz:"netmui.dll,#9003"
> "Group"="NDIS"
> "ImagePath"="net2890.dll"
>
> [HKEY_LOCAL_MACHINE\Drivers\BuiltIn\PCI\Template\RNDISMINI]
> "Dll"="NDIS.dll"
> "Class"=dword:06
> "SubClass"=dword:80
> "ProgIF"=dword:00
> "VendorID"=multi_sz:"10b5"
> "DeviceID"=multi_sz:"9054"
> "Entry"="NdisPCIBusDeviceInit"
> "Transceiver"=dword:3
> ;
> ; Use shared ISR handler for the NET2890.
> ;
> "IsrDll"="giisr.dll"
> "IsrHandler"="ISRHandler"
> ========================================
>
>