How to find PCI RAM card?

J

Jack

Hello,
I'm a newbie in device driver development.
I'd like to enumerate my PCI bus and find a RAM card attached to it. Do I
need to write a bus driver?
Are there any good references on the web that I can take a look?
Thanks
Jack
 
G

Gary G. Little

Unless you are writing a legacy driver for NT4 you no longer enumerate the
PCI bus. Look at the examples in the WDK, paying particular attention to
Toaster. Also, PCIDRV should give a good example of the INF file needed for
hardware discovery to find your driver and call your AddDevice function.
 

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