NDIS Driver Component File

P

Pramod Korti

Hello All

I have a working NDIS Driver under windows NTe. I want to port the same to
XPe. I have compiled the source code under Windows XP DDK and a new NDIS
driver is available with me.

I want to make a XPe component for this and integrate this with my database.
I do not have any inf file for the NDIS Driver.

Please let me know how to make a component for this (or) how to make a new
inf file if we have driver file for the given hardware.

Regards,
Pramod Korti
 
S

Sean Liming \(MVP\)

Make sure the driver works under XP Pro. If you have the old KDF, you can
import it into Component designer, but you will have to manually create the
PNP and Service Data resource for the driver to launch. KDF import only
extracts the file and registry information. The other network drivers in the
database can serve as a guide.

If you have an INF file for the driver, just import that one instead.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 
P

Pramod Korti

Hi Sean

Thank you for your response.

I am new to NDIS, please let me know how to check this under XP Professional.

I do not have the old KDF file windows NTe driver. In other network drivers,
we have only the sys file and inf file in the component. In my case I only
have the sys file and I do not have the inf file !

Also, I have no idea about manually creating PnP and Service Data Resource.
Can you suggest some steps to make this work ?

Regards,
Pramod Korti
 
S

Sean Liming \(MVP\)

I suggest that you look at the network drivers in Target Designer as a
guide. Drop a few of network drivers in a new configuraton, and review all
the elements of the drivers- Files, Registry keys, and Resources.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top