home *** CD-ROM | disk | FTP | other *** search
- ; CDAWDM.inf
- ;
-
- [Version]
- Signature="$Windows NT$"
- Provider=%FARSTONE%
- ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
- Class=SCSIAdapter
- DriverVer=11/13/2001
-
- [DestinationDirs]
- DefaultDestDir = 12
-
- ;
- ; Driver information
- ;
-
- [Manufacturer]
- %FARSTONE% = FARSTONE.Mfg
-
- [FARSTONE.Mfg]
- %FARSTONE.DeviceDesc0% = CDAWDM, *cdawdm2
-
- ;
- ; General installation section
- ;
-
- ;NT Istall
- [DefaultInstall]
- AddReg=CDAWDM.AddReg
- CopyFiles=CDAWDM.Miniport
-
- ;NT UnIstall
- [DeleteInstall]
- DelReg=CDAWDM.AddReg
-
- ;2000 Install
- [CDAWDM]
- CopyFiles=CDAWDM.Miniport
- LogConfig=CDAWDM.LogConfig
-
- [CDAWDM.LogConfig]
- ConfigPriority = DESIRED
- ;MemConfig = 1@C0000-FFFFF%FFFFF
-
- [CDAWDM.AddReg]
- HKLM,System\CurrentControlSet\Services\CDAWDM,Group,%REG_SZ%,"SCSI miniport"
- HKLM,System\CurrentControlSet\Services\CDAWDM,Type,%REG_DWORD%,1
- HKLM,System\CurrentControlSet\Services\CDAWDM,Start,%REG_DWORD%,1
- HKLM,System\CurrentControlSet\Services\CDAWDM,ErrorControl,%REG_DWORD%,0
- HKLM,System\CurrentControlSet\Services\EventLog\System\CDAWDM,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
- HKLM,System\CurrentControlSet\Services\EventLog\System\CDAWDM,TypesSupported,%REG_DWORD%,7
-
-
- [CDAWDM.Miniport]
- ;CDAWDM.sys
- ;Note: bound must comment above line..
-
- ;
- ; Service Installation
- ;
-
- [CDAWDM.Services]
- AddService = CDAWDM, 0x00000002 , CDAWDM_Service_Inst, CDAWDM_EventLog_Inst
-
- [CDAWDM_Service_Inst]
- DisplayName = %CDAWDM.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 1 ; SERVICE_SYSTEM_START
- ErrorControl = 0 ; SERVICE_ERROR_IGNORE
- LoadOrderGroup = SCSI Miniport
- ServiceBinary = %12%\CDAWDM.sys
-
- AddReg = pnpsafe_isa_addreg
-
-
- [CDAWDM_EventLog_Inst]
- AddReg = CDAWDM_EventLog_AddReg
-
- [CDAWDM_EventLog_AddReg]
- HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\CDAWDM.sys"
- HKR,,TypesSupported,0x00010001,7
-
-
- [pnpsafe_isa_addreg]
- HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
-
-
- ;
- ; driver file:
- ;
-
- [SourceDisksNames.x86]
- 1 = %DiskId1%,,,""
-
- [SourceDisksFiles]
- CDAWDM.sys = 1,,
-
-
- [Strings]
-
- ;
- ; Data type:
- ;
-
- REG_SZ = 0x00000000
- REG_MULTI_SZ = 0x00010000
- REG_EXPAND_SZ = 0x00020000
- REG_BINARY = 0x00000001
- REG_DWORD = 0x00010001
- SERVICEROOT = "System\CurrentControlSet\Services"
-
- ;
- ;Strings
- ;
-
- FARSTONE.DeviceDesc0 = "FarStone CDAWDM2001 SCSI Host Adapter"
- DiskId1 = "Far Stone Installation Disk"
- FARSTONE = "Far Stone"."
- CDAWDM.SvcDesc="CDAWDM"
-