home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A1100 / nvraid.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  4.8 KB  |  178 lines

  1. ; Copyright (C) 2002  NVIDIA Corpoation
  2. ; Unauthorized copying or use without explicit permission of NVIDIA
  3. ; is prohibited
  4. ;
  5. [Version] 
  6. Signature = "$Windows NT$" 
  7. Class=SCSIAdapter
  8. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} 
  9. Provider=%NVIDIA% 
  10. CatalogFile=nvraid.cat
  11. DriverVer=02/11/2005,5.10.2600.0518
  12.  
  13. [DestinationDirs] 
  14. Crush11.Files.x86_12 = 12 
  15. nvraid.CoInstFiles = 11 ; System Dir( system32 on NT )
  16.  
  17. [SourceDisksNames.x86]
  18. 0=%Desc_x860%
  19.  
  20. [SourceDisksNames.amd64]
  21. 0=%Desc_x860%
  22.  
  23. [SourceDisksNames.ia64]
  24.  
  25.  
  26. [SourceDisksFiles.x86]
  27. nvraid.sys=0
  28. nvcchflt.sys=0
  29. nvraidco.dll=0
  30.  
  31. [SourceDisksFiles.amd64]
  32. nvraid.sys=0
  33. nvcchflt.sys=0
  34. nvraidco.dll=0
  35.  
  36.  
  37. [SourceDisksFiles.ia64]
  38.  
  39.  
  40. [Manufacturer] 
  41. %NVIDIA%=NVIDIA, ntamd64
  42.  
  43. [NVIDIA]
  44. %NVRAID_DESC%=nvraid,GenNvRaidDisk
  45. %NVRAID_BUS_DESC%=nvraidbus,*_NVRAIDBUS
  46.  
  47. [NVIDIA.ntamd64]
  48. %NVRAID_DESC%=nvraid,GenNvRaidDisk
  49. %NVRAID_BUS_DESC%=nvraidbus,*_NVRAIDBUS
  50.  
  51. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  52. ;; RAID host controller
  53. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  54. [nvraidbus.ntx86] 
  55. CopyFiles = Crush11.Files.x86_12 
  56.  
  57. [nvraidbus.ntx86.HW]
  58. AddReg = CacheFilter.AddReg
  59.  
  60. [nvraidbus.ntx86.Services] 
  61. AddService = nvraid,0x00000002,nvraid_Service_Inst, 
  62. AddService = nvcchflt,, filter_Service_Inst 
  63.  
  64. [nvraidbus.ntamd64] 
  65. CopyFiles = Crush11.Files.x86_12 
  66.  
  67. [nvraidbus.ntamd64.HW]
  68. AddReg = CacheFilter.AddReg
  69.  
  70. [nvraidbus.ntamd64.Services] 
  71. AddService = nvraid,0x00000002,nvraid_Service_Inst,
  72. AddService = nvcchflt,, filter_Service_Inst  
  73.  
  74. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  75. ;; RAID device (disk)
  76. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  77. [nvraid.ntx86] 
  78. CopyFiles = Crush11.Files.x86_12 
  79.  
  80. [nvraid.ntx86.Services] 
  81. AddService = nvraid,0x00000002,nvraid_Service_Inst, 
  82.  
  83. [nvraid.ntamd64] 
  84. CopyFiles = Crush11.Files.x86_12 
  85.  
  86. [nvraid.ntamd64.Services] 
  87. AddService = nvraid,0x00000002,nvraid_Service_Inst,
  88.  
  89. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  90. ;; RAID driver service section
  91. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  92. [nvraid_Service_Inst] 
  93. DisplayName    = %nvraidbus.SvcDesc%
  94. ServiceType    = %SERVICE_KERNEL_DRIVER%
  95. StartType      = %SERVICE_BOOT_START%
  96. ErrorControl   = %SERVICE_ERROR_NORMAL%
  97. LoadOrderGroup = System Bus Extender
  98. ServiceBinary  = %12%\nvraid.sys
  99.  
  100. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  101. ;; RAID host controller coinstaller
  102. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  103. [nvraidbus.ntx86.CoInstallers]
  104. CopyFiles = nvraid.CoInstFiles
  105. AddReg = nvraid.CoInst_AddReg
  106.  
  107. [nvraidbus.ntamd64.CoInstallers]
  108. CopyFiles = nvraid.CoInstFiles
  109. AddReg = nvraid.CoInst_AddReg
  110.  
  111. [nvraid.CoInst_AddReg]
  112. HKR,,CoInstallers32,0x00010000,"nvraiins.dll, NvRaidCoInstaller"
  113.  
  114. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  115. ;; RAID device coinstaller
  116. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  117. [nvraid.ntx86.CoInstallers]
  118. CopyFiles = nvraid.CoInstFiles
  119. AddReg = nvraid.CoInst_AddReg
  120.  
  121. [nvraid.ntamd64.CoInstallers]
  122. CopyFiles = nvraid.CoInstFiles
  123. AddReg = nvraid.CoInst_AddReg
  124.  
  125. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  126. ;; copy file sections
  127. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  128.  
  129. [Crush11.Files.x86_12] 
  130. nvraid.sys
  131. nvcchflt.sys
  132.  
  133. [nvraid.CoInstFiles]
  134. nvraidco.dll
  135. nvraiins.dll,nvraidco.dll
  136.  
  137. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  138. ;; cache filter install sections
  139. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  140. [CacheFilter.AddReg]  
  141. HKR,,"UpperFilters",0x00010008,"nvcchflt"
  142.  
  143. [filter_Service_Inst]
  144. DisplayName    = %filter.SvcDesc%                            
  145. ServiceType = %SERVICE_KERNEL_DRIVER% 
  146. StartType = %SERVICE_BOOT_START% 
  147. ErrorControl = %SERVICE_ERROR_CRITICAL% 
  148. ServiceBinary  = %12%\nvcchflt.sys
  149.  
  150. [Strings] 
  151.  
  152. ;  *******Localizable Strings******* 
  153. NVIDIA= "NVIDIA Corporation" 
  154. Desc_x860= "SRCDATA" 
  155. DisplayClassName= "NVIDIA RAID CLASS"
  156. NVRAID_DESC= "NVIDIA nForce(tm) RAID Class Device" 
  157. NVRAID_BUS_DESC= "NVIDIA nForce(tm) RAID Class Controller" 
  158. nvraidbus.SvcDesc= "NVIDIA nForce(tm) RAID Class Driver"
  159.  
  160. filter.SvcDesc = "NVIDIA Disk Cache Filter Driver"
  161.  
  162. ;  *******Non Localizable Strings******* 
  163.  
  164. SERVICE_BOOT_START = 0x0 
  165. SERVICE_SYSTEM_START = 0x1 
  166. SERVICE_AUTO_START = 0x2 
  167. SERVICE_DEMAND_START = 0x3 
  168. SERVICE_DISABLED = 0x4 
  169.  
  170. SERVICE_KERNEL_DRIVER = 0x1 
  171. SERVICE_ERROR_IGNORE = 0x0 
  172. SERVICE_ERROR_NORMAL = 0x1 
  173. SERVICE_ERROR_SEVERE = 0x2 
  174. SERVICE_ERROR_CRITICAL = 0x3 
  175.  
  176. REG_EXPAND_SZ = 0x00020000 
  177. REG_DWORD = 0x00010001 
  178.