Hi,
I need to install and test my WDM for a memory mapped
PCI card without the card itself. What settings do I
need to make in the .inf file to simulate the card ??
I tried with the following settings :
[Manufacturer]
%Vendor% = Vendor.Mfg
[Vendor.Mfg]
%Vendor.DeviceDesc0% = Myhardware, *SomeName
[Myhardware]
Copyfiles=driver.sys
LogConfig=DESIRED_CFG,NORMAL_CFG
[DESIRED_CFG]
ConfigPriority=DESIRED
IRQConfig=9
MemConfig=40000@c0000000-fffc0000%fffff000
[NORMAL_CFG]
ConfigPriority=NORMAL
IRQConfig=5,9,10,11,12
MemConfig=40000@c0000000-fffc0000%fffff000
If I install the driver using the above settings, the
Device Manager always prompts me to modify the
resource settings. After that, the AddDevice routine
of the driver gets called. Later, instead of
gettingthe IRP_MN_START_DEVICE message, I get
IRP_MN_QUERY_REMOVE_DEVICE and
IRP_MN_FILTER_RESOURCE_REQUIREMENTS.
All help appreciated.
Thanks in advance
MV
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
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