Prev Previous Post   Next Post Next

non-hardware device driver?

Posted: 03-20-2006, 09:58 PM
I have a device driver that talks to a PCI bus DAQ card and uses some
kernel calls to manipulate memory buffers I set up in the area above
the /MAXMEM= boot parameter.

I want to use the driver under XP for some simulator user code that
runs on systems without the DAQ card present. (i.e., to still access
the driver calls to manipulate buffers in area above MAXMEM.)

Under NT/2000, I would have put a flag "UseHardware=0" in the registry
to tell the driver not to talk to the hardware but I could have still
started the driver using "net start mydriver".

Under XP with PNP and .inf files, how can I do this?
In other words, how can I get XP to load my driver with no
vendor/device ID on the bus and, if I can get it to call DriverEntry(),
how do I get it to call AddDevice() which is where all my setup code
lives?

Thanks.

--Ed

Reply With Quote

Responses to "non-hardware device driver?"

 
LinkBack Thread Tools Display Modes
 


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may 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 On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Device Driver Not Recognized on Hardware Installation Benjamin Windows XP Device Drivers 2 08-19-2004 07:53 PM
i need device driver hardware audrey glass Windows XP Device Drivers 1 12-04-2003 09:08 PM
Hardware device code 41 Mike Windows XP Device Drivers 1 11-30-2003 02:16 AM
Found new hardware device Art Windows XP Printers / Scanners / Fax 3 08-20-2003 03:55 AM
Where is a list of hardware device compadibility? Alvin A Brown Windows XP Hardware 1 06-30-2003 03:11 PM