Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > DDK e100bex sample

Reply
Thread Tools Display Modes

DDK e100bex sample

 
 
QuasiCodo
Guest
Posts: n/a

 
      04-06-2007, 03:31 PM
I was just wondering about porting miniport drivers from NDIS 5.X to
NDIS 6.0.

I noticed that the e100bex source code in the DDK version 6000 has a 5x
and a 60 directory. Is this because NDIS 6.0 has made so many changes
to the driver IF that it is too messy to single-source the code?

I also noticed that the ndisprot and mux sample drivers are organized in
the same way, thus giving more weight to the idea that single-sourcing
NDIS 5.x and 6.0 drivers is not good for your health.

I've read through the porting doc in the DDK and agree that this would
be a difficult task, but I was wondering if anybody had ever tried it.

Any thoughts?

((&->
 
Reply With Quote
 
 
 
 
Anton Bassov
Guest
Posts: n/a

 
      04-07-2007, 10:06 AM
Of course you can write the same code for NDIS 5 and NDIS 6 if you are just
desperate to prove that it can be done. However, in practical terms, it seems
to be just unreasonable approach, and your chance of staying frieds with
people who have to reuse (maintain) your code is critically close to zero -
imagine the number of '#ifdef' blocks in your code...

Anton Bassov




"QuasiCodo" wrote:

> I was just wondering about porting miniport drivers from NDIS 5.X to
> NDIS 6.0.
>
> I noticed that the e100bex source code in the DDK version 6000 has a 5x
> and a 60 directory. Is this because NDIS 6.0 has made so many changes
> to the driver IF that it is too messy to single-source the code?
>
> I also noticed that the ndisprot and mux sample drivers are organized in
> the same way, thus giving more weight to the idea that single-sourcing
> NDIS 5.x and 6.0 drivers is not good for your health.
>
> I've read through the porting doc in the DDK and agree that this would
> be a difficult task, but I was wondering if anybody had ever tried it.
>
> Any thoughts?
>
> ((&->
>

 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ccie sample labs and tricks dude Network Routers 0 06-26-2007 04:17 AM
free sample ccie lab topologies dman1973 Linux Networking 0 06-26-2007 03:53 AM
Win2K3 EAP Sample DLL - How does one see it actually work? Bugnut Windows Networking 1 02-24-2006 06:58 PM
iProvisioningProfileWireless sample code? Barbara Nelson Wireless Networks 0 08-10-2005 09:51 PM
Sample code sriram Linux Networking 1 09-29-2003 04:25 AM



1 2 3 4 5 6 7 8 9 10 11