Hi All,
I have a WDM driver which is getting installed by two
INF files. (One for PCI and one for ISA).Those two are
working as desired.But I am unable to combine those
two INF files into one. Can anybody provide some
inputs.
Please find code snippet of two INF files below and
let me know how to combine both.Any help would be
appreciated.Driver name is :Scandrv.sys
for PCI board
[Manufacturer]
%Mfg%=MfgDeviceSection
[MfgDeviceSection]
%DeviceDesc% = OsrAmccPci, PCI\VEN_10E8&DEV_4750
[OsrAmccPci]
CopyFiles=@Scandrv.sys
[OsrAmccPci.Services]
AddService =
Scandrv,%SPSVCINST_ASSOCSERVICE%,Amcc_Service_Inst
[Amcc_Service_Inst]
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_MANUAL_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\Scandrv.sys
for ISA board
[Manufacturer]
%MFGNAME%=DeviceList
[DeviceList]
%DESCRIPTION%=DriverInstall,*WCO0908
[DriverInstall.NT]
CopyFiles=DriverCopyFiles
LogConfig=DriverConfig
[DriverCopyFiles]
Scandrv.sys,2
[DriverInstall.NT.Services]
AddService=Scandrv,2,DriverService
[DriverService]
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%10%\system32\drivers\Scandrv.sys
[DriverConfig]
ConfigPriority=NORMAL
IOConfig=300-31F(ffff:
IOConfig=330-34F(ffff:
IOConfig=360-36F(ffff:
IRQConfig=10
Thanks,
Murthy.
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com