Old PCI Card support on Windows

Hi All,

I have a tricky problem. I had old (Pre-2,0 PCI Specs : PCI Config Space
BaseClass = 00) PCI Device fully working on MSDOS, whose driver to be made
on Windows (preferably windows 2000)

I want to make sure whether i go for Kernel Model WDM Driver or Virtual
Device driver(VDD). I can give more specific information about the card.

(Note, i doesn’t have code of MSDOS driver for the device)

Thanks.

Regards,
Amit Mishra

“Amit” wrote in message news:xxxxx@ntdev…
>
If you want a driver for Win2K, you want a WDM driver.

VDDs are only used to virtualize devices that are accessed from the VDM.

Peter
OSR