Hi All,
I am going to write a diagnostic driver for a PCI card on a Windows 98 SE platform.
It would just read the PCI space of the card and send it back to the application
(thru’ private IOCTLS).
My question is, Should I go for a WDM driver model?
Thanks in advance
Nitin
–
Talk More, Pay Less with Net2Phone Direct(R), up to 1500 minutes free!
http://www.net2phone.com/cgi-bin/link.cgi?143
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Hello ,
NS> I am going to write a diagnostic driver for a PCI card on a Windows 98 SE platform.
NS> It would just read the PCI space of the card and send it back to the application
NS> (thru’ private IOCTLS).
NS> My question is, Should I go for a WDM driver model?
good question. A vxd device you can load and unload at runtime without
any problems. For a WDM driver you need a installation and for a
normal NT kernel driver you need a reboot after installation.
WDM and normal NT driver you can use for Windows 2000/XP too.
So use a WDM driver.
elli
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com