home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / boot.wim / 2 / Windows / inf / sisraid2.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  5.0 KB  |  92 lines

  1. ; SiSRaid.INF
  2. ; INF file of SiS 180/182 RAID Controller for Windows XP/2000/2003
  3. ; Copyright (c) 2003 SiS Technologies, Inc. All rights reserved
  4. ;
  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. ;
  14. ; Source file information for SISRAID2
  15. ;
  16.  
  17. [SourceDisksNames]
  18. 3426=windows cd
  19.  
  20. [SourceDisksFiles]
  21. sisraid2.sys = 3426
  22.  
  23. [DestinationDirs]
  24. DriverCopyFiles  = 12    ; DIRID_DRIVERS
  25.  
  26. [ControlFlags]
  27. ExcludeFromSelect = PCI\VEN_1039&DEV_0180
  28. ExcludeFromSelect = PCI\VEN_1039&DEV_0181
  29. ExcludeFromSelect = PCI\VEN_1039&DEV_0182
  30. ExcludeFromSelect = PCI\VEN_1039&DEV_1182
  31.  
  32. [Manufacturer]
  33. %SiS%=SiS, NTx86, NTamd64
  34.  
  35. [SiS]
  36.  
  37. [SiS.NTx86]
  38. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
  39. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
  40. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
  41. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
  42.  
  43. [SiS.NTamd64]
  44. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0180
  45. %PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0181
  46. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_0182
  47. %PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc%=SIS182PCI,PCI\VEN_1039&DEV_1182
  48.  
  49. [SIS182PCI.NT]
  50. CopyFiles = DriverCopyFiles
  51.  
  52. [DriverCopyFiles]
  53. sisraid2.sys
  54.  
  55. [SIS182PCI.NT.Services]
  56. AddService = SiSRaid2, %SPSVCINST_ASSOCSERVICE%, SiSRaid_Service_Inst, Miniport_Event_Inst
  57.  
  58. [SiSRaid_Service_Inst]
  59. ServiceType    = %SERVICE_KERNEL_DRIVER%
  60. StartType      = %SERVICE_BOOT_START%
  61. ErrorControl   = %SERVICE_ERROR_NORMAL%
  62. ServiceBinary  = %12%\SiSRaid2.sys
  63. LoadOrderGroup = SCSI Miniport
  64. AddReg         = PNP_PCI_ADDREG
  65.  
  66.  
  67. [PNP_PCI_ADDREG]
  68. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  69. HKR, "Parameters","BusType",0x00010001,0x0000008
  70.  
  71. [Miniport_Event_Inst]
  72. AddReg = Miniport_AddReg
  73.  
  74. [Miniport_AddReg]
  75. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  76. HKR,,TypesSupported,%REG_DWORD%,7
  77.  
  78. [strings]
  79. ; localizable
  80. SiS="Silicon Integrated Systems Corp"
  81. PCI\VEN_1039&DEV_0180&REV_01.DeviceDesc="SiS 180 RAID Controller"
  82. PCI\VEN_1039&DEV_0182&REV_01.DeviceDesc="SiS 965/966 182/1182 RAID Controller"
  83.  
  84. ; non-localizable
  85. SPSVCINST_ASSOCSERVICE = 0x00000002
  86. SERVICE_KERNEL_DRIVER  = 1
  87. SERVICE_BOOT_START     = 0
  88. SERVICE_ERROR_NORMAL   = 1
  89. REG_EXPAND_SZ          = 0x00020000
  90. REG_DWORD              = 0x00010001