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

  1. ;
  2. ; IBM ServeRAID Host Adapter Drivers
  3. ;
  4. ; Installation File For Microsoft Windows
  5. ;
  6. ; Version 1.0
  7. ;
  8. ; Copyright (c) Adaptec Incorporated
  9. ;
  10. ; Edited 02/10/05
  11. ;
  12.  
  13. [Version]
  14. Signature = "$Windows NT$"
  15. Class = SCSIAdapter
  16. ClassGUID = {4D36E97B-E325-11CE-BFC1-08002BE10318}
  17. Provider=%IBM%
  18. DriverVer=06/02/2006, 7.10.56
  19.  
  20. ;
  21. ; Source file information
  22. ;
  23.  
  24. [SourceDisksNames]
  25. 3426=windows cd
  26.  
  27. [SourceDisksFiles]
  28. nfrd960.sys = 3426
  29.  
  30. [ControlFlags]
  31. ExcludeFromSelect=*
  32.  
  33. [DestinationDirs]
  34. DefaultDestDir = 12
  35.  
  36. [Manufacturer]
  37.  
  38. ;;
  39. ;; x86 and X64 architectures
  40. ;;
  41. %IBM%=IBM,NTx86,NTamd64
  42.  
  43. ;****************************
  44. ;IBM Manufacturer device list
  45. ;
  46.  
  47. [IBM]
  48.  
  49. [IBM.NTx86]
  50. %SERVERAID4M.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_01BE1014&REV_00
  51. %SERVERAID4L.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_01BF1014&REV_00
  52. %SERVERAID5i.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_02591014
  53. %SERVERAID4Mx.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_02081014&REV_00
  54. %SERVERAID4Lx.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_020E1014&REV_00
  55. %SERVERAID6M.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_02791014
  56. %SERVERAID6i.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_028C1014
  57. %SERVERAID7k.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_028E1014
  58.  
  59. [IBM.NTamd64]
  60. %SERVERAID4M.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_01BE1014&REV_00
  61. %SERVERAID4L.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_01BF1014&REV_00
  62. %SERVERAID5i.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_02591014
  63. %SERVERAID4Mx.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_02081014&REV_00
  64. %SERVERAID4Lx.DeviceDesc%     = nfrd960_Inst, PCI\VEN_1014&DEV_01BD&SUBSYS_020E1014&REV_00
  65. %SERVERAID6M.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_02791014
  66. %SERVERAID6i.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_028C1014
  67. %SERVERAID7k.DeviceDesc%     = nfrd960_Inst, PCI\VEN_9005&DEV_0250&SUBSYS_028E1014
  68.  
  69. [nfrd960_Inst]
  70. CopyFiles = @nfrd960.sys
  71.  
  72. [nfrd960_Inst.Services]
  73. AddService = nfrd960, %SPSVCINST_ASSOCSERVICE%, nfrd960_Service_Inst, Miniport_EventLog_Inst
  74.  
  75. [nfrd960_Service_Inst]
  76. ServiceType    = %SERVICE_KERNEL_DRIVER%
  77. StartType      = %SERVICE_BOOT_START%
  78. ErrorControl   = %SERVICE_ERROR_NORMAL%
  79. ServiceBinary  = %12%\nfrd960.sys
  80. LoadOrderGroup = SCSI Miniport
  81. AddReg         = pnpsafe_pci_addreg
  82. AddReg         = bus_type_raid
  83.  
  84.  
  85. ;*************************************************************
  86. ;These addreg sections should be used when installing services to indicate
  87. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  88. ;is defined in NTDDK.H
  89.  
  90. [pnpsafe_pci_addreg]
  91. HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
  92.  
  93.  
  94. ;*************************************************************
  95. ;These addreg sections should be used for non-SCSI miniports
  96. ;to indicate what STORAGE_BUS_TYPE they actually do support.
  97.  
  98. [bus_type_raid]
  99. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  100.  
  101.  
  102. ;*************************************************************
  103. ;The EventLog entries are the same for all SCSI miniports.
  104.  
  105. [Miniport_EventLog_Inst]
  106. AddReg = Miniport_EventLog_AddReg
  107.  
  108. [Miniport_EventLog_AddReg]
  109. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
  110. HKR,,TypesSupported,%REG_DWORD%,7
  111.  
  112. [Strings]
  113. ; localizable
  114. IBM="IBM Corporation"
  115. SERVERAID4M.DeviceDesc     = "IBM ServeRAID 4M Controller"
  116. SERVERAID4L.DeviceDesc     = "IBM ServeRAID 4L Controller"
  117. SERVERAID5i.DeviceDesc     = "IBM ServeRAID 5i Controller"
  118. SERVERAID4Mx.DeviceDesc = "IBM ServeRAID 4Mx Controller"
  119. SERVERAID4Lx.DeviceDesc = "IBM ServeRAID 4Lx Controller"
  120. SERVERAID6M.DeviceDesc     = "IBM ServeRAID 6M Controller"
  121. SERVERAID6i.DeviceDesc     = "IBM ServeRAID 6i Controller"
  122. SERVERAID7k.DeviceDesc     = "IBM ServeRAID 7k Controller"
  123.  
  124. ;*******************************************
  125. ;Handy macro substitutions (non-localizable)
  126. SPSVCINST_ASSOCSERVICE = 0x00000002
  127. SERVICE_KERNEL_DRIVER  = 1
  128. SERVICE_BOOT_START     = 0
  129. SERVICE_ERROR_NORMAL   = 1
  130. REG_EXPAND_SZ          = 0x00020000
  131. REG_DWORD              = 0x00010001
  132.  
  133.  
  134.