Advertisement
Guest User

Untitled

a guest
Feb 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.06 KB | None | 0 0
  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=nvata.cat
  11. DriverVer=05/17/2005,5.10.2600.0534
  12.  
  13. [DestinationDirs]
  14. nvraid.Files.x86_12 = 12
  15. Crush11.Files.x86_12 = 12
  16. Crush11.CoInstFiles = 11
  17.  
  18. [SourceDisksNames.x86]
  19. 0=%Desc_x860%
  20.  
  21. [SourceDisksFiles.x86]
  22. nvatabus.sys=0
  23. idecoi.dll=0
  24. nvraid.sys=0
  25. nvraidco.dll=0
  26.  
  27. [Manufacturer]
  28. %NVIDIA%=NVIDIA
  29.  
  30. [NVIDIA]
  31. %CK804SSS%=Crush11_Inst,PCI\VEN_10DE&DEV_0055&CC_0104
  32. %CK804SSS%=Crush11_Inst,PCI\VEN_10DE&DEV_0054&CC_0104
  33. %NVRAID_DESC%=nvraid,GenNvRaidDisk
  34. %NVRAID_BUS_DESC%=nvraidbus,*_NVRAIDBUS
  35. %NVRAID_BUS_DESC%=nvraidbus,*NVRAIDBUS
  36.  
  37. [Crush11_Inst.ntx86]
  38. CopyFiles = Crush11.Files.x86_12
  39.  
  40. [Crush11_Inst.ntx86.HW]
  41. AddReg=Crush11_Inst.ntx86.AddReg.HW
  42.  
  43. [Crush11_Inst.ntx86.AddReg.HW]
  44. ; allow access from system and administrator only
  45. HKR,,"Security",,"D:P(A;;GA;;;SY)(A;;GA;;;BA)"
  46.  
  47. [Crush11_Inst.ntx86.CoInstallers]
  48. CopyFiles = Crush11.CoInstFiles
  49. AddReg = Crush11_Inst.CoInst_AddReg
  50.  
  51. [Crush11_Inst.CoInst_AddReg]
  52. HKR,,CoInstallers32,0x00010000, \
  53. "idecoi.dll, NvIdeCoInstaller"
  54.  
  55. ;
  56. ; "NVCOI.DLL,NVCoInstaller"
  57.  
  58. ;HKR, Uninstall, Script,0,"nvide.nvu"
  59. ;HKR, Uninstall, Name,0,"NVIDIA IDE Driver"
  60. ;HKR, Uninstall, INFSrcDir, 0, %01%
  61. ;HKR, Uninstall, Uninstaller,0,"nvuide.exe"
  62.  
  63. [Crush11_Inst.ntx86.Services]
  64. AddService = nvatabus,0x00000002,Crush11_Service_Instx86,Crush11_EventLog_Instx86
  65.  
  66. [Crush11_Service_Instx86]
  67. ServiceType = %SERVICE_KERNEL_DRIVER%
  68. StartType = %SERVICE_BOOT_START%
  69. ErrorControl = %SERVICE_ERROR_CRITICAL%
  70. ServiceBinary = %12%\nvatabus.sys
  71. LoadOrderGroup = "SCSI Miniport"
  72. AddReg = Crush11_DisableFltCache_AddReg
  73.  
  74. [Crush11_EventLog_Instx86]
  75. AddReg = Crush11_EventLog_AddReg
  76.  
  77. [Crush11_EventLog_AddReg]
  78. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\nvatabus.sys"
  79. HKR,,TypesSupported,0x00010001,7
  80.  
  81. [Crush11_DisableFltCache_AddReg]
  82. HKR,,DisableFilterCache,0x00010001,1
  83.  
  84. [Crush11.Files.x86_12]
  85. nvatabus.sys
  86.  
  87. [Crush11.CoInstFiles]
  88. idecoi.dll
  89. ;NVCOI.DLL
  90.  
  91.  
  92. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  93. ;; RAID host controller
  94. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  95. [nvraidbus.ntx86]
  96. CopyFiles = Crush11.Files.x86_12
  97.  
  98. [nvraidbus.ntx86.Services]
  99. AddService = nvraid,0x00000002,nvraid_Service_Inst,
  100.  
  101. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  102. ;; RAID device (disk)
  103. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  104. [nvraid.ntx86]
  105. CopyFiles = nvraid.Files.x86_12
  106.  
  107. [nvraid.ntx86.Services]
  108. AddService = nvraid,0x00000002,nvraid_Service_Inst,
  109.  
  110. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  111. ;; RAID driver service section
  112. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  113. [nvraid_Service_Inst]
  114. DisplayName = %nvraidbus.SvcDesc%
  115. ServiceType = %SERVICE_KERNEL_DRIVER%
  116. StartType = %SERVICE_BOOT_START%
  117. ErrorControl = %SERVICE_ERROR_NORMAL%
  118. LoadOrderGroup = System Bus Extender
  119. ServiceBinary = %12%\nvraid.sys
  120.  
  121. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  122. ;; RAID host controller coinstaller
  123. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  124. [nvraidbus.ntx86.CoInstallers]
  125. CopyFiles = nvraid.CoInstFiles
  126. AddReg = nvraid.CoInst_AddReg
  127.  
  128. [nvraid.CoInst_AddReg]
  129. HKR,,CoInstallers32,0x00010000,"nvraiins.dll, NvRaidCoInstaller"
  130.  
  131. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  132. ;; RAID device coinstaller
  133. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  134. [nvraid.ntx86.CoInstallers]
  135. CopyFiles = nvraid.CoInstFiles
  136. AddReg = nvraid.CoInst_AddReg
  137.  
  138. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  139. ;; copy file sections
  140. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  141.  
  142. [nvraid.Files.x86_12]
  143. nvraid.sys
  144.  
  145. [nvraid.CoInstFiles]
  146. nvraidco.dll
  147. nvraiins.dll,nvraidco.dll
  148.  
  149. [Strings]
  150.  
  151. ; *******Localizable Strings*******
  152. NVIDIA= "NVIDIA Corporation"
  153. Desc_x860= "SRCDATA"
  154. MCP04SSS="NVIDIA nForce4 Intel® Edition Serial ATA RAID Controller"
  155. CK804SSS="NVIDIA nForce4 Serial ATA RAID Controller"
  156. DisplayClassName= "NVIDIA RAID CLASS"
  157. NVRAID_DESC= "NVIDIA nForce(tm) RAID Class Device"
  158. NVRAID_BUS_DESC= "NVIDIA nForce(tm) RAID Class Controller"
  159. nvraidbus.SvcDesc= "NVIDIA nForce(tm) RAID Class Driver"
  160.  
  161. ; *******Non Localizable Strings*******
  162.  
  163. SERVICE_BOOT_START = 0x0
  164. SERVICE_SYSTEM_START = 0x1
  165. SERVICE_AUTO_START = 0x2
  166. SERVICE_DEMAND_START = 0x3
  167. SERVICE_DISABLED = 0x4
  168.  
  169. SERVICE_KERNEL_DRIVER = 0x1
  170. SERVICE_ERROR_IGNORE = 0x0
  171. SERVICE_ERROR_NORMAL = 0x1
  172. SERVICE_ERROR_SEVERE = 0x2
  173. SERVICE_ERROR_CRITICAL = 0x3
  174.  
  175. REG_EXPAND_SZ = 0x00020000
  176. REG_DWORD = 0x00010001
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement