home *** CD-ROM | disk | FTP | other *** search
- ;
- ; SiSRaid.INF
- ;
- ; INF file of SiS 180/182 RAID Controller for Windows XP/2000/2003
- ; Copyright (c) 2003 SiS Technologies, Inc. All rights reserved
- ;
-
- [Version]
- signature="$Windows NT$"
- Class=SCSIAdapter
- ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
- Provider=%SiS%
- DriverVer=03/07/2007,5.1.1039.2600
-
- ;
- ; Source file information for SISRAID2
- ;
-
- [SourceDisksNames]
- 3426=windows cd
-
- [SourceDisksFiles]
- sisraid2.sys = 3426
-
- [DestinationDirs]
- DriverCopyFiles = 12 ; DIRID_DRIVERS
-
- [ControlFlags]
- ExcludeFromSelect = PCI\VEN_1039&DEV_0180
- ExcludeFromSelect = PCI\VEN_1039&DEV_0181
- ExcludeFromSelect = PCI\VEN_1039&DEV_0182
- ExcludeFromSelect = PCI\VEN_1039&DEV_1182
-
- [Manufacturer]
- %SiS%=SiS, NTx86, NTamd64
-
- [SiS]
-
- [SiS.NTx86]
- %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
- %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
- %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
- %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
-
- [SiS.NTamd64]
- %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
- %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
- %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
- %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
-
- [SIS182PCI.NT]
- CopyFiles = DriverCopyFiles
-
- [DriverCopyFiles]
- sisraid2.sys
-
- [SIS182PCI.NT.Services]
- AddService = SiSRaid2, %SPSVCINST_ASSOCSERVICE%, SiSRaid_Service_Inst, Miniport_Event_Inst
-
- [SiSRaid_Service_Inst]
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_BOOT_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\SiSRaid2.sys
- LoadOrderGroup = SCSI Miniport
- AddReg = PNP_PCI_ADDREG
-
-
- [PNP_PCI_ADDREG]
- HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
- HKR, "Parameters","BusType",0x00010001,0x0000008
-
- [Miniport_Event_Inst]
- AddReg = Miniport_AddReg
-
- [Miniport_AddReg]
- HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
- HKR,,TypesSupported,%REG_DWORD%,7
-
- [strings]
- ; localizable
- SiS="Silicon Integrated Systems Corp"
- PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc="SiS 180 RAID Controller"
- PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc="SiS 965/966 182/1182 RAID Controller"
-
- ; non-localizable
- SPSVCINST_ASSOCSERVICE = 0x00000002
- SERVICE_KERNEL_DRIVER = 1
- SERVICE_BOOT_START = 0
- SERVICE_ERROR_NORMAL = 1
- REG_EXPAND_SZ = 0x00020000
- REG_DWORD = 0x00010001