home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / adp94xx.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  11KB  |  161 lines

  1.  ■;
  2. ; Adaptec HostRAID SAS Adapter Driver
  3. ;
  4. ; Installation File For Microsoft Windows
  5. ;
  6. ; Version 1.0
  7. ;
  8. ; Copyright (c) Adaptec Incorporated
  9. ;
  10. ; Edited 06/22/06
  11. ;
  12. [Version]
  13. signature="$Windows NT$"
  14. Class=SCSIAdapter
  15. ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
  16. Provider=%INF_PROVIDER%
  17. DriverVer=04/18/2007, 1.6.0006.3
  18. ;
  19. ; Source file information
  20. ;
  21. [SourceDisksNames]
  22. 3426=windows cd
  23. [SourceDisksFiles]
  24. adp94xx.sys = 3426
  25. [DestinationDirs]
  26. DefaultDestDir = 12
  27. [ControlFlags]
  28. ExcludeFromSelect= *
  29. [Manufacturer]
  30. %ADP%= ADAPTEC, NTamd64, NTx86
  31. [ADAPTEC]
  32. [ADAPTEC.NTamd64]
  33. ;
  34. ; All Adaptec SAS Device IDs
  35. ;
  36. %PCI\VEN_9005&DEV_0410.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0410
  37. %PCI\VEN_9005&DEV_0412.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0412
  38. %PCI\VEN_9005&DEV_041E.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_041E
  39. %PCI\VEN_9005&DEV_041F.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_041F
  40. %PCI\VEN_9005&DEV_043E.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_043E
  41. %PCI\VEN_9005&DEV_043F.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_043F
  42. %PCI\VEN_9005&DEV_0430.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0430
  43. %PCI\VEN_9005&DEV_0432.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0432
  44. %PCI\VEN_9005&DEV_0415.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0415
  45. %PCI\VEN_9005&DEV_0416.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0416
  46. [ADAPTEC.NTx86]
  47. ;
  48. ; All Adaptec SAS Device IDs
  49. ;
  50. %PCI\VEN_9005&DEV_0410.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0410
  51. %PCI\VEN_9005&DEV_0412.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0412
  52. %PCI\VEN_9005&DEV_041E.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_041E
  53. %PCI\VEN_9005&DEV_041F.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_041F
  54. %PCI\VEN_9005&DEV_043E.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_043E
  55. %PCI\VEN_9005&DEV_043F.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_043F
  56. %PCI\VEN_9005&DEV_0430.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0430
  57. %PCI\VEN_9005&DEV_0432.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0432
  58. %PCI\VEN_9005&DEV_0415.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0415
  59. %PCI\VEN_9005&DEV_0416.DeviceDesc% = HostRAID_Inst,PCI\VEN_9005&DEV_0416
  60. ;
  61. ; adp94xx
  62. ;
  63. [HostRAID_Inst]
  64. CopyFiles=@adp94xx.sys
  65. [HostRAID_Inst.HW]
  66. AddReg = MsiEnable_addreg
  67. [MsiEnable_addreg]
  68. ; Definitely need this Key and value
  69. HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
  70. HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, 0x00010001, 1
  71. [HostRAID_Inst.Services]
  72. AddService = adp94xx, 0x00000002, HostRAID_Service_Inst, Miniport_EventLog_Inst
  73. [HostRAID_Service_Inst]
  74. ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
  75. StartType      = 0      ; SERVICE_BOOT_START
  76. ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
  77. ServiceBinary  = %12%\adp94xx.sys
  78. LoadOrderGroup = SCSI Miniport
  79. AddReg         = pnpsafe_pci_addreg
  80. AddReg         = bus_type_raid
  81. AddReg           = EnableIoclt_addreg
  82. ;*************************************************************
  83. ;These addreg sections should be used when installing services to indicate
  84. ;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
  85. ;is defined in NTDDK.H
  86. [pnpsafe_pci_addreg]
  87. HKR,"Parameters\PnpInterface","5",0x00010001,0x00000001
  88. ;*************************************************************
  89. ;These addreg sections should be used for non-SCSI miniports
  90. ;to indicate what STORAGE_BUS_TYPE they actually do support.
  91. [bus_type_raid]
  92. HKR, "Parameters", "BusType", 0x00010001, 0x00000008
  93. ;*************************************************************
  94. ;These addreg section is for miniport specific information.
  95. [EnableIoclt_addreg]
  96. HKR,"Parameters\Device","DriverParameter",0x00000000,"DisableIoctl=1;"
  97. ;*************************************************************
  98. ;The EventLog entries are the same for all SCSI miniports.
  99. [Miniport_EventLog_Inst]
  100. AddReg = Miniport_EventLog_AddReg
  101. [Miniport_EventLog_AddReg]
  102. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
  103. HKR,,TypesSupported,0x00010001,7
  104.           
  105.                                 
  106. [Strings]
  107. ; localizable
  108. INF_PROVIDER             = "Adaptec"
  109. ADP                 = "Adaptec"
  110. PCI\VEN_9005&DEV_0410.DeviceDesc = "Adaptec ASC-48300 SAS/SATA Host Adapter"
  111. PCI\VEN_9005&DEV_0412.DeviceDesc = "Adaptec ASC-48300 SAS Host Adapter"
  112. PCI\VEN_9005&DEV_041E.DeviceDesc = "Adaptec AIC-9410w SAS Controller"
  113. PCI\VEN_9005&DEV_041F.DeviceDesc = "Adaptec AIC-9410w SAS/SATA Controller"
  114. PCI\VEN_9005&DEV_043E.DeviceDesc = "Adaptec AIC-9405 SAS/SATA Controller"
  115. PCI\VEN_9005&DEV_043F.DeviceDesc = "Adaptec AIC-9405 SAS/SATA Controller"
  116. PCI\VEN_9005&DEV_0430.DeviceDesc = "Adaptec ASC-44300 SAS/SATA Controller"
  117. PCI\VEN_9005&DEV_0432.DeviceDesc = "Adaptec ASC-44300 SAS/SATA Controller"
  118. PCI\VEN_9005&DEV_0415.DeviceDesc = "Adaptec ASC-58300 SAS/SATA Controller"
  119. PCI\VEN_9005&DEV_0416.DeviceDesc = "Adaptec ASC-58300 SAS/SATA Controller"
  120. ;*******************************************
  121. ;Handy macro substitutions (non-localizable)
  122. SPSVCINST_ASSOCSERVICE = 0x00000002
  123. SERVICE_KERNEL_DRIVER  = 1
  124. SERVICE_BOOT_START     = 0
  125. SERVICE_ERROR_NORMAL   = 1
  126. REG_EXPAND_SZ          = 0x00020000
  127. REG_DWORD              = 0x00010001