home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / nvraid.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  2.4 KB  |  108 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=06/03/2004,5.10.2600.0446
  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. nvraidco.dll=0
  29.  
  30. [SourceDisksFiles.amd64]
  31. nvraid.sys=0
  32. nvraidco.dll=0
  33.  
  34.  
  35. [SourceDisksFiles.ia64]
  36.  
  37.  
  38. [Manufacturer] 
  39. %NVIDIA%=NVIDIA
  40.  
  41. [NVIDIA]
  42. %NVRAID_DESC%=nvraid,GenNvRaidDisk
  43. %NVRAID_BUS_DESC%=nvraid,*_NVRAIDBUS
  44.  
  45. [nvraid.ntx86] 
  46. CopyFiles = Crush11.Files.x86_12 
  47.  
  48. [nvraid.ntx86.Services] 
  49. AddService = nvraid,0x00000002,nvraid_Service_Inst, 
  50.  
  51. [nvraid.ntamd64] 
  52. CopyFiles = Crush11.Files.x86_12 
  53.  
  54. [nvraid.ntamd64.Services] 
  55. AddService = nvraid,0x00000002,nvraid_Service_Inst, 
  56.  
  57. [nvraid_Service_Inst] 
  58. DisplayName    = %nvraid.SvcDesc%
  59. ServiceType    = %SERVICE_KERNEL_DRIVER%
  60. StartType      = %SERVICE_BOOT_START%
  61. ErrorControl   = %SERVICE_ERROR_NORMAL%
  62. LoadOrderGroup = System Bus Extender
  63. ServiceBinary  = %12%\nvraid.sys
  64.  
  65. [nvraid.ntx86.CoInstallers]
  66. CopyFiles = nvraid.CoInstFiles
  67. AddReg = nvraid.CoInst_AddReg
  68.  
  69. [nvraid.ntamd64.CoInstallers]
  70. CopyFiles = nvraid.CoInstFiles
  71. AddReg = nvraid.CoInst_AddReg
  72.  
  73. [nvraid.CoInst_AddReg]
  74. HKR,,CoInstallers32,0x00010000,"nvraidco.dll, NvRaidCoInstaller"
  75.  
  76. [Crush11.Files.x86_12] 
  77. nvraid.sys
  78.  
  79. [nvraid.CoInstFiles]
  80. nvraidco.dll
  81.  
  82. [Strings] 
  83.  
  84. ;  *******Localizable Strings******* 
  85. NVIDIA= "NVIDIA Corporation" 
  86. Desc_x860= "SRCDATA" 
  87. DisplayClassName= "NVIDIA RAID CLASS"
  88. NVRAID_DESC= "NVIDIA NForce(tm) ATA RAID Class Device" 
  89. NVRAID_BUS_DESC= "NVIDIA NForce(tm) ATA RAID Class Controller" 
  90. nvraid.SvcDesc= "NVIDIA NForce(tm) ATA RAID Class Driver"
  91.  
  92. ;  *******Non Localizable Strings******* 
  93.  
  94. SERVICE_BOOT_START = 0x0 
  95. SERVICE_SYSTEM_START = 0x1 
  96. SERVICE_AUTO_START = 0x2 
  97. SERVICE_DEMAND_START = 0x3 
  98. SERVICE_DISABLED = 0x4 
  99.  
  100. SERVICE_KERNEL_DRIVER = 0x1 
  101. SERVICE_ERROR_IGNORE = 0x0 
  102. SERVICE_ERROR_NORMAL = 0x1 
  103. SERVICE_ERROR_SEVERE = 0x2 
  104. SERVICE_ERROR_CRITICAL = 0x3 
  105.  
  106. REG_EXPAND_SZ = 0x00020000 
  107. REG_DWORD = 0x00010001 
  108.