Search EggHeadCafe's Job Board
EggHeadCafe Silverlight WPF ASP.NET VB.NET C# Excel SQL Server SharePoint
search
Mobile Apps GroupsView
Pocketpc
Pocketpc Activesync
Pocketpc Developer
Pocketpc Phone_Edition
Windowsce App Development
Windowsce Embedded
Windowsce Platbuilder

Group SummariesView
.NET Framework
Access
BizTalk
Certifications
CRM
DDK
Exchange Server
FoxPro
French
French .NET
Games
German
German .NET
Graphic Design
IIS
Internet
ISA Server
Italian
Italian .NET
Maps
MCIS
Miscellaneous
Mobile Apps
Money
MSN
Networking
Office
Ops Mgr
Publisher
Security
SharePoint
Small Business
Spanish
Spanish .NET
SQL Server
Systems Management Server
Transaction Server
Virtual PC / Virtual Server
Visual Studio
Win32
Windows 2000
Windows 2003 Server
Windows 7
Windows Live
Windows Media
Windows Update
Windows Vista
Windows XP
 

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
reply

 

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.
reply


Previous Microsoft Windowsce Embedded conversation.