|
| View All Microsoft Windowsce Embedded Posts Ask A New Question |
|
A confusion with merging 2 NDIS miniport driver |
vincent.tsai posted on Saturday, November 07, 2009 3:36 AM
|
Hi:
i had a BSP MIPSII, CE5 with MAC driver include miniport driver.
i want to merge a vendor's wifi driver into the BSP .This wifi driver also
include miniport driver.
these 2 miniport driver have the same function name but different contents,
for example,MiniportInitialize MiniportISR .
For merging these 2 dll into my BSP, should i merge the same name functions
into one(only one)function name in the BSP?
or they can be as originally in different DLL with the same function name?
hope to get the clearness of this confusion.
any comment would be appreciated.
Best Regards.
vincent tsai |
 |
|
| |
|
|
You do not have to do anything. |
Paul G. Tobey [eMVP] replied to vincent.tsai on Saturday, November 07, 2009 1:36 PM
|
You do not have to do anything. You've got two adapters; they should have
two drivers. The BSP is just a collection of stuff, NOT A SINGLE DLL THAT
HAS TO INCLUDE ALL OF THE CODE THAT SUPPORTS YOUR BOARD. Just use the DLLs
as they are with suitable registry entries.
Paul T. |
 |
|
|
|
|
| Previous Microsoft Windowsce Embedded conversation. |