home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 2 / Windows / inf / sisraid2.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  5KB  |  92 lines

  1.  ■; 
  2. ; SiSRaid.INF
  3. ; INF file of SiS 180/182 RAID Controller for Windows XP/2000/2003
  4. ; Copyright (c) 2003 SiS Technologies, Inc. All rights reserved
  5. ;
  6. [Version]
  7. signature="$Windows NT$"
  8. Class=SCSIAdapter
  9. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  10. Provider=%SiS%
  11. DriverVer=03/07/2007,5.1.1039.2600
  12. ;
  13. ; Source file information for SISRAID2
  14. ;
  15. [SourceDisksNames]
  16. 3426=windows cd
  17. [SourceDisksFiles]
  18. sisraid2.sys = 3426
  19. [DestinationDirs]
  20. DriverCopyFiles  = 12    ; DIRID_DRIVERS
  21. [ControlFlags]
  22. ExcludeFromSelect = PCI\VEN_1039&DEV_0180
  23. ExcludeFromSelect = PCI\VEN_1039&DEV_0181
  24. ExcludeFromSelect = PCI\VEN_1039&DEV_0182
  25. ExcludeFromSelect = PCI\VEN_1039&DEV_1182
  26. [Manufacturer]
  27. %SiS%=SiS, NTx86, NTamd64
  28. [SiS]
  29. [SiS.NTx86]
  30. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
  31. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
  32. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
  33. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
  34. [SiS.NTamd64]
  35. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
  36. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
  37. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
  38. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
  39. [SIS182PCI.NT]
  40. CopyFiles = DriverCopyFiles
  41. [DriverCopyFiles]
  42. sisraid2.sys
  43. [SIS182PCI.NT.Services]
  44. AddService = SiSRaid2, %SPSVCINST_ASSOCSERVICE%, SiSRaid_Service_Inst, Miniport_Event_Inst
  45. [SiSRaid_Service_Inst]
  46. ServiceType    = %SERVICE_KERNEL_DRIVER%
  47. StartType      = %SERVICE_BOOT_START%
  48. ErrorControl   = %SERVICE_ERROR_NORMAL%
  49. ServiceBinary  = %12%\SiSRaid2.sys
  50. LoadOrderGroup = SCSI Miniport
  51. AddReg         = PNP_PCI_ADDREG
  52. [PNP_PCI_ADDREG]
  53. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  54. HKR, "Parameters","BusType",0x00010001,0x0000008
  55. [Miniport_Event_Inst]
  56. AddReg = Miniport_AddReg
  57. [Miniport_AddReg]
  58. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  59. HKR,,TypesSupported,%REG_DWORD%,7
  60. [strings]
  61. ; localizable
  62. SiS="Silicon Integrated Systems Corp"
  63. PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc="SiS 180 RAID Controller"
  64. PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc="SiS 965/966 182/1182 RAID Controller"
  65. ; non-localizable
  66. SPSVCINST_ASSOCSERVICE = 0x00000002
  67. SERVICE_KERNEL_DRIVER  = 1
  68. SERVICE_BOOT_START     = 0
  69. SERVICE_ERROR_NORMAL   = 1
  70. REG_EXPAND_SZ          = 0x00020000
  71. REG_DWORD              = 0x00010001