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

  1. ;#####################################################################
  2. ;  Copyright © 2001, LSI Logic Corp..
  3. ;#####################################################################
  4.  
  5. [Version]
  6. Signature="$WINDOWS NT$"
  7. Class=System
  8. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  9. Provider=%LSI%
  10. DriverVer=08/23/2006,2.4.0.32
  11.  
  12. [ControlFlags]
  13. ExcludeFromSelect = *
  14.  
  15. [Manufacturer]
  16. %LSI%=LSI, NTx86, NTia64, NTamd64
  17.  
  18. [LSI]
  19.  
  20. [LSI.NTx86]
  21. %NULL.DeviceDesc%     = megasas_Inst, SCSI\Other__RAID___DummyDevice____0001    
  22. %LSISHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureLSILOGIC_____SYM3600-SAS
  23. %IBMSHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureIBM-ESXSEXP3000_________
  24.  
  25. [LSI.NTia64]
  26. %NULL.DeviceDesc%     = megasas_Inst, SCSI\Other__RAID___DummyDevice____0001    
  27. %LSISHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureLSILOGIC_____SYM3600-SAS
  28. %IBMSHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureIBM-ESXSEXP3000_________
  29.  
  30. [LSI.NTamd64]
  31. %NULL.DeviceDesc%     = megasas_Inst, SCSI\Other__RAID___DummyDevice____0001    
  32. %LSISHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureLSILOGIC_____SYM3600-SAS
  33. %IBMSHEAENCLOSURE%    = megasas_Inst, SCSI\EnclosureIBM-ESXSEXP3000_________
  34.  
  35. [megasas_Inst.NTx86]
  36. AddReg=raid_addreg
  37. DriverVer=08/23/2006,2.4.0.32
  38.  
  39. [megasas_Inst.NTia64]
  40. AddReg=raid_addreg
  41. DriverVer=08/23/2006,2.4.0.64
  42.  
  43.  
  44. [megasas_Inst.NTamd64]
  45. AddReg=raid_addreg
  46. DriverVer=08/23/2006,2.4.0.64
  47.  
  48.  
  49. [megasas_Inst.NTx86.Services]
  50. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  51.  
  52. [megasas_Inst.NTia64.Services]
  53. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  54.  
  55. [megasas_Inst.NTamd64.Services]
  56. AddService = , %SPSVCINST_ASSOCSERVICE%   ; null service install
  57.  
  58.  
  59. [strings]
  60. ;localizable
  61. LSI                  = "LSI"
  62. NULL.DeviceDesc      = "LSI RAID Virtual Device"
  63. LSISHEAENCLOSURE     = "LSI Logic SYM3600-SAS Enclosure"
  64. IBMSHEAENCLOSURE     = "IBM-ESXS_EXP3000 Enclosure Device"
  65. ;*******************************************
  66. ;Handy macro substitutions (non-localizable)
  67. SPSVCINST_ASSOCSERVICE = 0x00000002
  68.  
  69. [raid_addreg]
  70. HKR, "Parameters\virtualraid", "level", 0x00010001, 0x00000001
  71.