import depuis ancien GitHub
This commit is contained in:
@@ -0,0 +1,184 @@
|
||||
; Copyright (c) 2009-2013 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaAHCIC.inf
|
||||
; ** Revision: 08/28/2013,12.8.2.1000
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Driver
|
||||
; ** Installs: RST AHCI Controller Miniport
|
||||
; **********************************************************************************************
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E96A-E325-11CE-BFC1-08002BE10318}
|
||||
Class=HDC
|
||||
CatalogFile=iaAHCIC.cat
|
||||
DriverVer=08/28/2013,12.8.2.1000
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=AHCI32
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.5.2, NTx86.6.2
|
||||
;
|
||||
[iaStorA_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorA.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorA_EventLog_Inst]
|
||||
AddReg = iaStorA_EventLog_AddReg
|
||||
;
|
||||
[iaStorA_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorA.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
[iaStorF_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorF.sys
|
||||
;
|
||||
[iaStorF_EventLog_Inst]
|
||||
AddReg = iaStorF_EventLog_AddReg
|
||||
;
|
||||
[iaStorF_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorA.sys = 1,,,
|
||||
iaStorF.sys = 1,,,
|
||||
;
|
||||
;WinXP to Win7
|
||||
[INTEL.NTx86.5.2]
|
||||
%PCI\VEN_8086&DEV_3B29&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_3B29&CC_0106
|
||||
%PCI\VEN_8086&DEV_3B2F&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_3B2F&CC_0106
|
||||
%PCI\VEN_8086&DEV_3B22&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_3B22&CC_0106
|
||||
%PCI\VEN_8086&DEV_1C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1C03&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1C03&CC_0106
|
||||
%PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1E02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1E02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1E03&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1E03&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C03&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8C03&CC_0106
|
||||
%PCI\VEN_8086&DEV_9C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_9C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_9C03&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_9C03&CC_0106
|
||||
;
|
||||
;Win8 and above
|
||||
[INTEL.NTx86.6.2]
|
||||
%PCI\VEN_8086&DEV_3B29&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_3B29&CC_0106
|
||||
%PCI\VEN_8086&DEV_3B2F&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_3B2F&CC_0106
|
||||
%PCI\VEN_8086&DEV_3B22&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_3B22&CC_0106
|
||||
%PCI\VEN_8086&DEV_1C02&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_1C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1C03&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_1C03&CC_0106
|
||||
%PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_1D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1E02&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_1E02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1E03&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_1E03&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_8C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C03&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_8C03&CC_0106
|
||||
%PCI\VEN_8086&DEV_9C02&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_9C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_9C03&CC_0106.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_9C03&CC_0106
|
||||
;
|
||||
[iaStorA_inst.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
CopyFiles=@iaStorF.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst_8.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst.ntx86.HW]
|
||||
AddReg = iaStorF_addreg
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorA_inst_8.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorA_inst.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
AddService = iaStorF, , iaStorF_Service_Inst, iaStorF_EventLog_Inst
|
||||
;
|
||||
[iaStorA_inst_8.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
;
|
||||
;
|
||||
;
|
||||
[iaStorF_addreg]
|
||||
; Layer the RST Filter driver under all Disk class devices as a lower disk class filter
|
||||
;
|
||||
HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, iaStorF
|
||||
HKLM, System\CurrentControlSet\Control\Class\{4d36e965-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, iaStorF
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x0000000b
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
;
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RST AHCI Installation Disk"
|
||||
;client
|
||||
PCI\VEN_8086&DEV_3B29&CC_0106.DeviceDesc = "Intel(R) 5 Series 4 Port SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_3B2F&CC_0106.DeviceDesc = "Intel(R) 5 Series 6 Port SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_3B22&CC_0106.DeviceDesc = "Intel(R) 5 Series/3400 Series SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1C02&CC_0106.DeviceDesc = "Intel(R) Desktop/Workstation/Server Express Chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1C03&CC_0106.DeviceDesc = "Intel(R) Mobile Express Chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc = "Intel(R) C600 Series Chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1E02&CC_0106.DeviceDesc = "Intel(R) 7 Series/C216 Chipset Family SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1E03&CC_0106.DeviceDesc = "Intel(R) 7 Series Chipset Family SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc = "Intel(R) 8 Series/C220 Chipset Family SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_8C03&CC_0106.DeviceDesc = "Intel(R) 8 Series Chipset Family SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_9C02&CC_0106.DeviceDesc = "Intel(R) 8 Series/C220 Chipset Family SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_9C03&CC_0106.DeviceDesc = "Intel(R) 8 Series Chipset Family SATA AHCI Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
;
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
;
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, StorPort, EnableIdlePowerManagement, %REG_TYPE_DWORD%, 0x00000001
|
||||
;;; Force StorPort to keep all sense data in Pre-Win8 OSes (max value is 255)
|
||||
HKR, StorPort, TotalSenseDataBytes, %REG_TYPE_DWORD%, 0x000000FF
|
||||
Binary file not shown.
@@ -0,0 +1,154 @@
|
||||
; Copyright (c) 2009-2013 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaStorAC.inf
|
||||
; ** Revision: 08/28/2013,12.8.2.1000
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Driver
|
||||
; ** Installs: RST AHCI RAID Controller Miniport + RST Filter Driver
|
||||
; **********************************************************************************************
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Class=SCSIAdapter
|
||||
CatalogFile=iaStorAC.cat
|
||||
DriverVer=08/28/2013,12.8.2.1000
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=RAID32
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.5.2, NTx86.6.2
|
||||
;
|
||||
[iaStorA_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorA.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorA_EventLog_Inst]
|
||||
AddReg = iaStorA_EventLog_AddReg
|
||||
;
|
||||
[iaStorA_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorA.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
[iaStorF_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorF.sys
|
||||
;
|
||||
[iaStorF_EventLog_Inst]
|
||||
AddReg = iaStorF_EventLog_AddReg
|
||||
;
|
||||
[iaStorF_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorA.sys = 1,,,
|
||||
iaStorF.sys = 1,,,
|
||||
;
|
||||
;WinXP to Win7
|
||||
[INTEL.NTx86.5.2]
|
||||
%PCI\VEN_8086&DEV_2822&CC_0104.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2822&CC_0104
|
||||
%PCI\VEN_8086&DEV_282A&CC_0104.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_282A&CC_0104
|
||||
;
|
||||
;Win8 and above
|
||||
[INTEL.NTx86.6.2]
|
||||
%PCI\VEN_8086&DEV_2822&CC_0104.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_2822&CC_0104
|
||||
%PCI\VEN_8086&DEV_282A&CC_0104.DeviceDesc% = iaStorA_inst_8, PCI\VEN_8086&DEV_282A&CC_0104
|
||||
;
|
||||
[iaStorA_inst.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
CopyFiles=@iaStorF.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst_8.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst.ntx86.HW]
|
||||
AddReg = iaStorF_addreg
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorA_inst_8.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorA_inst.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
AddService = iaStorF, , iaStorF_Service_Inst, iaStorF_EventLog_Inst
|
||||
;
|
||||
[iaStorA_inst_8.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
;
|
||||
;
|
||||
;
|
||||
[iaStorF_addreg]
|
||||
; Layer the RST Filter driver under all Disk class devices as a lower disk class filter
|
||||
;
|
||||
HKLM, System\CurrentControlSet\Control\Class\{4d36e967-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, iaStorF
|
||||
HKLM, System\CurrentControlSet\Control\Class\{4d36e965-e325-11ce-bfc1-08002be10318}, LowerFilters, 0x00010008, iaStorF
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x00000008
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
;
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RST Installation Disk"
|
||||
;client
|
||||
PCI\VEN_8086&DEV_2822&CC_0104.DeviceDesc = "Intel(R) Desktop/Workstation/Server Express Chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_282A&CC_0104.DeviceDesc = "Intel(R) Mobile Express Chipset SATA RAID Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
;
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
;
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, StorPort, EnableIdlePowerManagement, %REG_TYPE_DWORD%, 0x00000001
|
||||
;;; Force StorPort to keep all sense data in Pre-Win8 OSes (max value is 255)
|
||||
HKR, StorPort, TotalSenseDataBytes, %REG_TYPE_DWORD%, 0x000000FF
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage 38DM7_A00-00
|
||||
@@ -0,0 +1,133 @@
|
||||
; Copyright (c) 2009-2014 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaAHCI.inf
|
||||
; ** Revision: DRIVER_INFO
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Enterprise Driver
|
||||
; ** Installs: RSTe AHCI Controller Miniport
|
||||
; **********************************************************************************************
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Class=SCSIAdapter
|
||||
CatalogFile=iaAHCI.cat
|
||||
DriverVer=05/21/2015,4.3.0.1198
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=AHCI
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.6.2, NTx86.6.3, NTx86.10.0
|
||||
;
|
||||
[iaStorA_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorA.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorA_EventLog_Inst]
|
||||
AddReg = iaStorA_EventLog_AddReg
|
||||
;
|
||||
[iaStorA_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorA.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorA.sys = 1,,,
|
||||
;
|
||||
[INTEL.NTx86.10.0]
|
||||
;windows_10_32-bit and later
|
||||
%PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F22&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1F22&CC_0106
|
||||
%PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_A102&CC_0106
|
||||
;
|
||||
[INTEL.NTx86.6.3]
|
||||
;windows_8.1_32-bit
|
||||
%PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F22&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1F22&CC_0106
|
||||
%PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_A102&CC_0106
|
||||
;
|
||||
[INTEL.NTx86.6.2]
|
||||
;windows_8_32-bit
|
||||
%PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8C02&CC_0106
|
||||
%PCI\VEN_8086&DEV_8D02&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_8D02&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F22&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_1F22&CC_0106
|
||||
%PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_A102&CC_0106
|
||||
;
|
||||
[iaStorA_inst.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorA_inst.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x0000000b
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
;
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RSTe AHCI Installation Disk"
|
||||
;server
|
||||
PCI\VEN_8086&DEV_1D02&CC_0106.DeviceDesc = "Intel(R) C600 series chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_8C02&CC_0106.DeviceDesc = "Intel(R) C220 series chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_8D02&CC_0106.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1F22&CC_0106.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA AHCI Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, "StorPort", "EnableIdlePowerManagement", %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
@@ -0,0 +1,124 @@
|
||||
; Copyright (c) 2009-2014 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaAHCIB.inf
|
||||
; ** Revision: DRIVER_INFO
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Enterprise Driver
|
||||
; ** Installs: RSTe AHCI Controller Miniport
|
||||
; **********************************************************************************************
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Class=SCSIAdapter
|
||||
CatalogFile=iaAHCIB.cat
|
||||
DriverVer=05/21/2015,4.3.0.1198
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=AHCIB
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.6.2, NTx86.6.3, NTx86.10.0
|
||||
;
|
||||
[iaStorB_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorB.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorB_EventLog_Inst]
|
||||
AddReg = iaStorB_EventLog_AddReg
|
||||
;
|
||||
[iaStorB_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorB.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorB.sys = 1,,,
|
||||
;
|
||||
[INTEL.NTx86.10.0]
|
||||
;windows_10_32-bit and later
|
||||
%PCI\VEN_8086&DEV_8D62&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_8D62&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F32&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_1F32&CC_0106
|
||||
;
|
||||
[INTEL.NTx86.6.3]
|
||||
;windows_8.1_32-bit
|
||||
%PCI\VEN_8086&DEV_8D62&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_8D62&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F32&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_1F32&CC_0106
|
||||
;
|
||||
[INTEL.NTx86.6.2]
|
||||
;windows_8_32-bit
|
||||
%PCI\VEN_8086&DEV_8D62&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_8D62&CC_0106
|
||||
%PCI\VEN_8086&DEV_1F32&CC_0106.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_1F32&CC_0106
|
||||
;
|
||||
[iaStorB_inst.ntx86]
|
||||
CopyFiles=@iaStorB.sys
|
||||
;
|
||||
[iaStorB_inst.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
;
|
||||
[iaStorB_inst.ntx86.Services]
|
||||
AddService = iaStorB, %SPSVCINST_ASSOCSERVICE%, iaStorB_Service_Inst, iaStorB_EventLog_Inst
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x0000000b
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
;
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RSTe AHCI Installation Disk"
|
||||
;server
|
||||
PCI\VEN_8086&DEV_8D62&CC_0106.DeviceDesc = "Intel(R) C600+/C220+ series chipset sSATA AHCI Controller"
|
||||
PCI\VEN_8086&DEV_1F32&CC_0106.DeviceDesc = "Intel(R) C600+/C220+ series chipset sSATA AHCI Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, "StorPort", "EnableIdlePowerManagement", %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[DefaultInstall]
|
||||
CopyFiles=@iaStorB.sys
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
@@ -0,0 +1,184 @@
|
||||
; Copyright (c) 2009-2014 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaStorA.inf
|
||||
; ** Revision: DRIVER_INFO
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Enterprise Driver
|
||||
; ** Installs: RSTe AHCI RAID Controller Miniport (without RST Filter Driver)
|
||||
; ** Only for Windows 8 releases
|
||||
; **********************************************************************************************
|
||||
;
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Class=SCSIAdapter
|
||||
CatalogFile=iaStorA.cat
|
||||
DriverVer=05/21/2015,4.3.0.1198
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=AHCI
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
;
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.6.2, NTx86.6.3, NTx86.10.0
|
||||
[iaStorA_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorA.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorA_EventLog_Inst]
|
||||
AddReg = iaStorA_EventLog_AddReg
|
||||
;
|
||||
[iaStorA_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorA.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorA.sys = 1,,,
|
||||
;
|
||||
[INTEL.NTx86.10.0]
|
||||
;windows_10_32-bit and later
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_047D1014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_047D1014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04811014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04811014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04851014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04851014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_11B61734.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_11B61734
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201019E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201019E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201219E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201219E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201319E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201319E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201519E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201519E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201619E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201619E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_28228086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_28228086
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_306E1054.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_306E1054
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_72708086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_72708086
|
||||
%PCI\VEN_8086&DEV_2826&CC_0104.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&CC_0104
|
||||
;
|
||||
[INTEL.NTx86.6.3]
|
||||
;windows_8.1_32-bit
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_047D1014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_047D1014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04811014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04811014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04851014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04851014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_11B61734.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_11B61734
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201019E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201019E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201219E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201219E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201319E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201319E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201519E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201519E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201619E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201619E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_28228086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_28228086
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_306E1054.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_306E1054
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_72708086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_72708086
|
||||
%PCI\VEN_8086&DEV_2826&CC_0104.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&CC_0104
|
||||
;
|
||||
[INTEL.NTx86.6.2]
|
||||
;windows_8_32-bit
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_047D1014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_047D1014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04811014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04811014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_04851014.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_04851014
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_11B61734.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_11B61734
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201019E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201019E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201219E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201219E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201319E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201319E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201519E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201519E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201619E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201619E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_28228086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_28228086
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_306E1054.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_306E1054
|
||||
%PCI\VEN_8086&DEV_2826&SUBSYS_72708086.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&SUBSYS_72708086
|
||||
%PCI\VEN_8086&DEV_2826&CC_0104.DeviceDesc% = iaStorA_inst, PCI\VEN_8086&DEV_2826&CC_0104
|
||||
;
|
||||
[iaStorA_inst.ntx86]
|
||||
CopyFiles=@iaStorA.sys
|
||||
FeatureScore=0x80
|
||||
;
|
||||
[iaStorA_inst.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
AddReg = sgpio_addreg
|
||||
;
|
||||
[iaStorA_inst.ntx86.Services]
|
||||
AddService = iaStorA, %SPSVCINST_ASSOCSERVICE%, iaStorA_Service_Inst, iaStorA_EventLog_Inst
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x00000008
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RSTe Installation Disk"
|
||||
;server
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_047D1014.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_04811014.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_04851014.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_11B61734.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201019E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201219E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201319E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201519E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201619E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201B19E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201D19E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_201F19E5.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_28228086.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_306E1054.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&SUBSYS_72708086.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
PCI\VEN_8086&DEV_2826&CC_0104.DeviceDesc = "Intel(R) C600+/C220+ series chipset SATA RAID Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
;
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
;
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, "StorPort", "EnableIdlePowerManagement", %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[sgpio_addreg]
|
||||
;;; Enable/disable SGPIO support
|
||||
HKLM, System\CurrentControlSet\Services\iaStorA\Parameters\Device, LED_Supported, %REG_TYPE_DWORD%, 0x00000001
|
||||
Binary file not shown.
@@ -0,0 +1,129 @@
|
||||
; Copyright (c) 2009-2014 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaStorB.inf
|
||||
; ** Revision: DRIVER_INFO
|
||||
; ** Abstract: Windows* INF File for AHCI Intel(R) Rapid Storage Technology Enterprise Driver
|
||||
; ** Installs: RSTe AHCI RAID Controller Miniport (without RST Filter Driver)
|
||||
; ** Only for Windows 8 releases
|
||||
; **********************************************************************************************
|
||||
;
|
||||
[Version]
|
||||
Signature="$Windows NT$"
|
||||
Provider=%INTEL%
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Class=SCSIAdapter
|
||||
CatalogFile=iaStorB.cat
|
||||
DriverVer=05/21/2015,4.3.0.1198
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=AHCIB
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
;
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.6.2, NTx86.6.3, NTx86.10.0
|
||||
[iaStorB_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorB.sys
|
||||
LoadOrderGroup = SCSI miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
;
|
||||
[iaStorB_EventLog_Inst]
|
||||
AddReg = iaStorB_EventLog_AddReg
|
||||
;
|
||||
[iaStorB_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorB.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorB.sys = 1,,,
|
||||
;
|
||||
[INTEL.NTx86.10.0]
|
||||
;windows_10_32-bit and later
|
||||
%PCI\VEN_8086&DEV_2827&CC_0104.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_2827&CC_0104
|
||||
;
|
||||
[INTEL.NTx86.6.3]
|
||||
;windows_8.1_32-bit
|
||||
%PCI\VEN_8086&DEV_2827&CC_0104.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_2827&CC_0104
|
||||
;
|
||||
[INTEL.NTx86.6.2]
|
||||
;windows_8_32-bit
|
||||
%PCI\VEN_8086&DEV_2827&CC_0104.DeviceDesc% = iaStorB_inst, PCI\VEN_8086&DEV_2827&CC_0104
|
||||
;
|
||||
[iaStorB_inst.ntx86]
|
||||
CopyFiles=@iaStorB.sys
|
||||
;
|
||||
[iaStorB_inst.ntx86.HW]
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
AddReg = sgpio_addreg
|
||||
;
|
||||
[iaStorB_inst.ntx86.Services]
|
||||
AddService = iaStorB, %SPSVCINST_ASSOCSERVICE%, iaStorB_Service_Inst, iaStorB_EventLog_Inst
|
||||
;
|
||||
[pnpsafe_pci_addreg]
|
||||
; Use raw values for BusType, not a DEFINE, ChkInf fails on hex alpha chars
|
||||
; BusType_ATA == 0x3, BusTypeATA, BusType_RAID == 0x8, BusType_SATA == 0xb
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x00000008
|
||||
; Tell Storport in Win7/Srv08R2(KB982018) that driver can report 4K sector size (not needed in Win8)
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[Strings]
|
||||
; Localizable Strings
|
||||
;
|
||||
diskId1 = "RSTe Installation Disk"
|
||||
;server
|
||||
PCI\VEN_8086&DEV_2827&CC_0104.DeviceDesc = "Intel(R) C600+/C220+ series chipset sSATA RAID Controller"
|
||||
;
|
||||
INTEL = "Intel Corporation"
|
||||
;
|
||||
; Non-Localizable Strings
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_MULTI_SZ = 0x00010000
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
;
|
||||
; MSI enables.
|
||||
;
|
||||
[msi_addreg]
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MessageNumberLimit, %REG_TYPE_DWORD%, 1
|
||||
;
|
||||
[storport_addreg]
|
||||
;;; Enables/Disables Idle Power Management for StorPort
|
||||
HKR, "StorPort", "EnableIdlePowerManagement", %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[sgpio_addreg]
|
||||
;;; Enable/disable SGPIO support
|
||||
HKLM, System\CurrentControlSet\Services\iaStorB\Parameters\Device, LED_Supported, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
[DefaultInstall]
|
||||
CopyFiles=@iaStorB.sys
|
||||
AddReg = msi_addreg
|
||||
AddReg = storport_addreg
|
||||
AddReg = sgpio_addreg
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage 6DD29_A00-00 Windows10-x86 iaStorA.free.win8.32bit.4.3.0.1198
|
||||
@@ -0,0 +1,496 @@
|
||||
; Copyright (c) 2009-2014 Intel Corporation
|
||||
; **********************************************************************************************
|
||||
; **********************************************************************************************
|
||||
; ** Filename: iaStorS.inf
|
||||
; ** Revision: DRIVER_INFO
|
||||
; ** Abstract: Windows* INF File for SCU Intel(R) Rapid Storage Technology Enterprise Driver
|
||||
; ** Installs: RSTe SCU RAID Controller Miniport (without RST Filter Driver)
|
||||
; ** Only for Windows 8 releases
|
||||
; **********************************************************************************************
|
||||
;
|
||||
[Version]
|
||||
Signature = "$Windows NT$"
|
||||
Class=SCSIAdapter
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%INTEL%
|
||||
CatalogFile=iaStorS.cat
|
||||
DriverVer=05/21/2015,4.3.0.1198
|
||||
;
|
||||
[PackageInfo]
|
||||
Name=SCU
|
||||
;
|
||||
[SourceDisksNames]
|
||||
1 = %DiskId1%,,,""
|
||||
;
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
;
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
;
|
||||
[Manufacturer]
|
||||
%INTEL% = INTEL, NTx86.6.2, NTx86.6.3, NTx86.10.0
|
||||
;
|
||||
[Intel_SCU_iaStorS_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\iaStorS.sys
|
||||
LoadOrderGroup = SCSI Miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
AddReg = UserParameters
|
||||
;AddReg = msienable_addreg
|
||||
;
|
||||
[Intel_SCU_EventLog_Inst]
|
||||
AddReg = Intel_SCU_EventLog_Inst.AddReg
|
||||
;
|
||||
[Intel_SCU_EventLog_Inst.AddReg]
|
||||
HKR,,EventMessageFile,%REG_TYPE_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorS.sys"
|
||||
HKR,,TypesSupported,%REG_TYPE_DWORD%,7
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* 32-BIT X86 ARCHITECTURE
|
||||
;*
|
||||
;* This section specifies the 32-bit architecture specific INF file entries
|
||||
;* required to install a driver as a 32-bit compatible driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[SourceDisksFiles.x86]
|
||||
iaStorS.sys = 1,,,
|
||||
;
|
||||
[INTEL.NTx86.10.0]
|
||||
;windows_10_32-bit and later
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35828086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35828086
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35848086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35848086
|
||||
%PCI\VEN_8086&DEV_1D65&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06301025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06301025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06311025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06311025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30471054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30471054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF
|
||||
%PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D61&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D64&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&CC_0107
|
||||
;
|
||||
[INTEL.NTx86.6.3]
|
||||
;windows_8.1_32-bit
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35828086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35828086
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35848086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35848086
|
||||
%PCI\VEN_8086&DEV_1D65&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06301025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06301025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06311025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06311025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30471054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30471054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF
|
||||
%PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D61&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D64&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&CC_0107
|
||||
;
|
||||
[INTEL.NTx86.6.2]
|
||||
;windows_8_32-bit
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35828086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35828086
|
||||
%PCI\VEN_8086&DEV_1D60&SUBSYS_35848086.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&SUBSYS_35848086
|
||||
%PCI\VEN_8086&DEV_1D65&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06301025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06301025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_06311025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_06311025
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA
|
||||
%PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30471054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30471054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF
|
||||
%PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF
|
||||
%PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D60&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D61&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D64&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D65&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D68&CC_0107
|
||||
%Intel_SAS_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D69&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6A&CC_0107
|
||||
%Intel_SATA_RAID.Desc% = Intel_SCU_iaStorS_Inst,PCI\VEN_8086&DEV_1D6B&CC_0107
|
||||
;
|
||||
[Intel_SCU_iaStorS_Inst.NTx86]
|
||||
CopyFiles = @iaStorS.sys
|
||||
;
|
||||
[Intel_SCU_iaStorS_Inst.NTx86.HW]
|
||||
AddReg = msienable_addreg
|
||||
Include = machine.inf
|
||||
Needs = PciIoSpaceNotRequired
|
||||
;
|
||||
[Intel_SCU_iaStorS_Inst.NTx86.Services]
|
||||
AddService = iaStorS,%SPSVCINST_ASSOCSERVICE%,Intel_SCU_iaStorS_Service_Inst, Intel_SCU_EventLog_Inst
|
||||
;
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* PLUG-N-PLAY REGISTRY CHANGES
|
||||
;*
|
||||
;* This section specifies the registry entries necessary to indicate support
|
||||
;* for Plug-n-Play.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[pnpsafe_pci_addreg]
|
||||
HKR, Parameters\PnpInterface, 5, %REG_TYPE_DWORD%, 0x00000001
|
||||
;
|
||||
; BusType 0xA == BusTypeSas (winioctl.h)
|
||||
; PCI subclass code indicates SAS (not RAID), so for WHQL, the BusType
|
||||
; needs to match
|
||||
HKR, Parameters, BusType, %REG_TYPE_DWORD%, 0x0000000A
|
||||
HKR, Parameters\Device, EnableQueryAccessAlignment, %REG_TYPE_DWORD%, 0x00000001
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* MSI/MSI-X REGISTRY CHANGES
|
||||
;*
|
||||
;* This section specifies the registry entries necessary in order to indicate
|
||||
;* this driver supports MSI-X.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[msienable_addreg]
|
||||
;;; Indicate we support MSIx up to 2 message vectors
|
||||
;HKR, Interrupt Management, , %REG_TYPE_KEY_ONLY%
|
||||
HKR, Interrupt Management, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, 0x00000010
|
||||
HKR, Interrupt Management\MessageSignaledInterruptProperties, MSISupported, %REG_TYPE_DWORD%, 1
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* USER PARAMETER REGISTRY CHANGES
|
||||
;*
|
||||
;* This section specifies the parameters that users can modify in the
|
||||
;* registry that will change the operation of the driver after a power
|
||||
;* cycle of the system or a reinstall of the driver.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[UserParameters]
|
||||
;;; Build the Registry Directories
|
||||
HKR, Parameters, Device, %REG_TYPE_KEY_ONLY%
|
||||
;
|
||||
;;; Add the RAID features
|
||||
HKR, Parameters\Device, ReadPatrol, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, RebuildOnHotInsert, %REG_TYPE_BINARY%, 0x00000000
|
||||
;
|
||||
;;; Add the Controller wide user parameters
|
||||
HKR, Parameters\Device, ControllerDeviceSpinUpDelayInterval, %REG_TYPE_DWORD%, 0x000001F4
|
||||
HKR, Parameters\Device, ControllerInterruptCoalescenceNumber, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, ControllerInterruptCoalescenceTimer, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, ControllerSataNcqEnable, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, ControllerSataNcqDepthMaximum, %REG_TYPE_DWORD%, 0x00000020
|
||||
HKR, Parameters\Device, ControllerSataStandbyTimerEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, ControllerSataNonZeroBufferOffsetEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, ControllerInitialResetType, %REG_TYPE_DWORD%, 0x00000008
|
||||
HKR, Parameters\Device, ControllerClearAffiliationEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, StpInactivityTimeout, %REG_TYPE_DWORD%, 0x00000005
|
||||
HKR, Parameters\Device, SspInactivityTimeout, %REG_TYPE_DWORD%, 0x00000005
|
||||
HKR, Parameters\Device, StpMaxOccupancyTimeout, %REG_TYPE_DWORD%, 0x00000005
|
||||
HKR, Parameters\Device, SspMaxOccupancyTimeout, %REG_TYPE_DWORD%, 0x00000014
|
||||
HKR, Parameters\Device, NoOutBoundTaskTimeout, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, IgnoreFUA, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, PerformanceOptimizationsEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
;
|
||||
HKR, Parameters\Device, InterruptCoalescingSampleSize, %REG_TYPE_DWORD%, 0x0000000a
|
||||
HKR, Parameters\Device, InterruptCoalescingSampleFrequency, %REG_TYPE_DWORD%, 0x00000064
|
||||
HKR, Parameters\Device, InterruptCoalescingThreshold, %REG_TYPE_DWORD%, 0x00002800
|
||||
HKR, Parameters\Device, InterruptCoalescingLowNumber, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, InterruptCoalescingLowTimeout, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, InterruptCoalescingHighNumber, %REG_TYPE_DWORD%, 0x00000010
|
||||
HKR, Parameters\Device, InterruptCoalescingHighTimeout, %REG_TYPE_DWORD%, 0x00000002
|
||||
;
|
||||
;;; Add the Phy specific user parameters
|
||||
HKR, Parameters\Device, Phy0NotifyEnableSpinupInsertionFrequency, %REG_TYPE_DWORD%, 0x00000033
|
||||
HKR, Parameters\Device, Phy0AlignInsertionFrequency, %REG_TYPE_DWORD%, 0x0000007f
|
||||
HKR, Parameters\Device, Phy0InConnectionAlignInsertionFrequency, %REG_TYPE_DWORD%, 0x000000ff
|
||||
HKR, Parameters\Device, Phy1NotifyEnableSpinupInsertionFrequency, %REG_TYPE_DWORD%, 0x00000033
|
||||
HKR, Parameters\Device, Phy1AlignInsertionFrequency, %REG_TYPE_DWORD%, 0x0000007f
|
||||
HKR, Parameters\Device, Phy1InConnectionAlignInsertionFrequency, %REG_TYPE_DWORD%, 0x000000ff
|
||||
HKR, Parameters\Device, Phy2NotifyEnableSpinupInsertionFrequency, %REG_TYPE_DWORD%, 0x00000033
|
||||
HKR, Parameters\Device, Phy2AlignInsertionFrequency, %REG_TYPE_DWORD%, 0x0000007f
|
||||
HKR, Parameters\Device, Phy2InConnectionAlignInsertionFrequency, %REG_TYPE_DWORD%, 0x000000ff
|
||||
HKR, Parameters\Device, Phy3NotifyEnableSpinupInsertionFrequency, %REG_TYPE_DWORD%, 0x00000033
|
||||
HKR, Parameters\Device, Phy3AlignInsertionFrequency, %REG_TYPE_DWORD%, 0x0000007f
|
||||
HKR, Parameters\Device, Phy3InConnectionAlignInsertionFrequency, %REG_TYPE_DWORD%, 0x000000ff
|
||||
HKR, Parameters\Device, Controller0Phy0MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller0Phy1MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller0Phy2MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller0Phy3MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller1Phy0MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller1Phy1MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller1Phy2MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
HKR, Parameters\Device, Controller1Phy3MaxSpeedGeneration, %REG_TYPE_DWORD%, 0x00000002
|
||||
;
|
||||
;;; Add the Port specific OEM parameters
|
||||
HKR, Parameters\Device, OemHeaderVersion, %REG_TYPE_DWORD%, 0x00000010
|
||||
HKR, Parameters\Device, Controller0OemModeType, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemConcurrentDeviceSpinUpCount,%REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemSscEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller0OemPort0PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller0OemPort1PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller0OemPort2PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller0OemPort3PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller0OemPhy0SasAddressLow, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemPhy0SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller0OemPhy1SasAddressLow, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemPhy1SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller0OemPhy2SasAddressLow, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemPhy2SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller0OemPhy3SasAddressLow, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller0OemPhy3SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller0OemPhy0AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller0OemPhy0AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller0OemPhy0AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller0OemPhy0AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller0OemPhy1AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller0OemPhy1AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller0OemPhy1AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller0OemPhy1AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller0OemPhy2AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller0OemPhy2AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller0OemPhy2AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller0OemPhy2AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller0OemPhy3AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller0OemPhy3AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller0OemPhy3AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller0OemPhy3AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
;
|
||||
HKR, Parameters\Device, Controller1OemModeType, %REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller1OemConcurrentDeviceSpinUpCount,%REG_TYPE_DWORD%, 0x00000001
|
||||
HKR, Parameters\Device, Controller1OemSscEnable, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller1OemPort0PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller1OemPort1PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller1OemPort2PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller1OemPort3PhyMask, %REG_TYPE_DWORD%, 0x00000000
|
||||
HKR, Parameters\Device, Controller1OemPhy0SasAddressLow, %REG_TYPE_DWORD%, 0x00000004
|
||||
HKR, Parameters\Device, Controller1OemPhy0SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller1OemPhy1SasAddressLow, %REG_TYPE_DWORD%, 0x00000004
|
||||
HKR, Parameters\Device, Controller1OemPhy1SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller1OemPhy2SasAddressLow, %REG_TYPE_DWORD%, 0x00000004
|
||||
HKR, Parameters\Device, Controller1OemPhy2SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller1OemPhy3SasAddressLow, %REG_TYPE_DWORD%, 0x00000004
|
||||
HKR, Parameters\Device, Controller1OemPhy3SasAddressHigh, %REG_TYPE_DWORD%, 0x5FCFFFFF
|
||||
HKR, Parameters\Device, Controller1OemPhy0AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller1OemPhy0AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller1OemPhy0AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller1OemPhy0AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller1OemPhy1AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller1OemPhy1AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller1OemPhy1AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller1OemPhy1AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller1OemPhy2AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller1OemPhy2AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller1OemPhy2AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller1OemPhy2AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, Controller1OemPhy3AfeTxAmpControl0, %REG_TYPE_DWORD%, 0x000BDD08
|
||||
HKR, Parameters\Device, Controller1OemPhy3AfeTxAmpControl1, %REG_TYPE_DWORD%, 0x000B7069
|
||||
HKR, Parameters\Device, Controller1OemPhy3AfeTxAmpControl2, %REG_TYPE_DWORD%, 0x000B7C09
|
||||
HKR, Parameters\Device, Controller1OemPhy3AfeTxAmpControl3, %REG_TYPE_DWORD%, 0x000AFC6E
|
||||
HKR, Parameters\Device, BackplaneIsPassive, %REG_TYPE_DWORD%, 0x00000000
|
||||
;******************************************************************************
|
||||
;*
|
||||
;* INF FILE STRINGS (VARIABLES)
|
||||
;*
|
||||
;* This section specifies variables that can be reused elsewhere in this
|
||||
;* INF file.
|
||||
;*
|
||||
;******************************************************************************
|
||||
[Strings]
|
||||
;;; *******Localizable Strings*******
|
||||
diskId1 = "iaStorS Installation Disk"
|
||||
PCI\VEN_8086&DEV_1D60&SUBSYS_04321014.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D60&SUBSYS_062615D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D60&SUBSYS_30511054.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D60&SUBSYS_35828086.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D60&SUBSYS_35848086.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D65&SUBSYS_30511054.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_00B21137.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_04321014.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062515D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062615D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062815D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062915D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062A15D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062B15D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062C1025.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062C15D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062D1025.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_062F15D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_06301025.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_063015D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_06311025.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_063515D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_063615D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_063715D9.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_102A17AA.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_102B17AA.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_102C17AA.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D68&SUBSYS_102D17AA.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_00B21137.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_04321014.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_04451014.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_04461014.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_30471054.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_30511054.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_800B1BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_800E1BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D69&SUBSYS_80111BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
PCI\VEN_8086&DEV_1D6A&SUBSYS_04321014.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_00B21137.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_04321014.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_04451014.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_04461014.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_075C1025.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_30511054.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_80091BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_800B1BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_800E1BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_80101BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
PCI\VEN_8086&DEV_1D6B&SUBSYS_80111BCF.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA Mode)"
|
||||
Intel_SAS_RAID.Desc = "Intel(R) C600 Series Chipset SAS RAID Controller"
|
||||
Intel_SATA_RAID.Desc = "Intel(R) C600 Series Chipset SAS RAID (SATA mode)"
|
||||
INTEL = "Intel Corporation"
|
||||
;
|
||||
;;; *******Non Localizable Strings*******
|
||||
SERVICE_BOOT_START = 0x0
|
||||
SERVICE_SYSTEM_START = 0x1
|
||||
SERVICE_AUTO_START = 0x2
|
||||
SERVICE_DEMAND_START = 0x3
|
||||
SERVICE_DISABLED = 0x4
|
||||
SERVICE_KERNEL_DRIVER = 0x1
|
||||
;
|
||||
SERVICE_ERROR_IGNORE = 0x0
|
||||
SERVICE_ERROR_NORMAL = 0x1
|
||||
SERVICE_ERROR_SEVERE = 0x2
|
||||
SERVICE_ERROR_CRITICAL = 0x3
|
||||
;
|
||||
REG_TYPE_BINARY = 0x00000001
|
||||
REG_TYPE_KEY_ONLY = 0x00000010
|
||||
REG_TYPE_DWORD = 0x00010001
|
||||
REG_TYPE_EXPAND_SZ = 0x00020000
|
||||
;
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage 6DD29_A00-00 Windows10-x86 iaStorS.free.win8.32bit.4.3.0.1198
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage F2JN7_A00-00 Windows10-x86 iaAHCIC.inf
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage F2JN7_A00-00 Windows10-x86 iaStorAC.inf
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,155 @@
|
||||
;
|
||||
; LSI_SAS3.INF - version W7.0 (Windows 7)
|
||||
;
|
||||
; This is the INF file for Windows 7 for the LSI_SAS3 based
|
||||
; PCI MPT environment (Serial Attached SCSI devices)
|
||||
;
|
||||
; ********************************************************************
|
||||
; *
|
||||
; Copyright 2013 LSI Corporation. All rights reserved. *
|
||||
; *
|
||||
; This file is property of LSI Corporation and is licensed for *
|
||||
; use as is. The receipt of or possession of this file does not *
|
||||
; convey any rights to modify its contents, in whole, or in part, *
|
||||
; without the specific written consent of LSI Corporation. *
|
||||
; *
|
||||
; ********************************************************************
|
||||
|
||||
[version]
|
||||
signature="$Windows NT$"
|
||||
Class=SCSIAdapter
|
||||
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%LSI%
|
||||
DriverVer=11/22/2013,2.50.75.00
|
||||
CatalogFile.ntx86=LSI_SAS3.cat
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12 ; DIRID_DRIVERS
|
||||
LSI_EXE_CopyFiles = 11 ; %SystemDrive%\windows\system32
|
||||
LSI_CFGDEF_CopyFiles = 24, ProgramData\LSI\Wdcfg
|
||||
|
||||
[SourceDisksFiles.x86]
|
||||
lsi_sas3.sys = 1
|
||||
lsinodrv.inf = 1
|
||||
wdcfg.exe = 1
|
||||
DriverConfigParam.def = 1
|
||||
|
||||
[SourceDisksNames]
|
||||
1 = %DiskDesc%,,
|
||||
|
||||
[Manufacturer]
|
||||
%LSI%=LSI
|
||||
%INTEL%=INTEL
|
||||
|
||||
[LSI]
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0090
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0091
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0092
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0093
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0094
|
||||
%DevDesc1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0095
|
||||
%DevDesc2% = LSI_SAS_Inst, PCI\VEN_1000&DEV_006C
|
||||
%DevDesc3% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0096
|
||||
%DevDesc2% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0097
|
||||
|
||||
[INTEL]
|
||||
%DevDescI1% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0097&SUBSYS_35248086
|
||||
%DevDescI2% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0097&SUBSYS_35238086
|
||||
%DevDescI3% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0097&SUBSYS_35228086
|
||||
%DevDescI4% = LSI_SAS_Inst, PCI\VEN_1000&DEV_0097&SUBSYS_35218086
|
||||
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
|
||||
[LSI_SAS_Inst]
|
||||
CopyFiles = LSI_SAS_CopyFiles
|
||||
CopyFiles = LSI_EXE_CopyFiles
|
||||
CopyFiles = LSI_CFGDEF_CopyFiles
|
||||
AddReg = LSI_SAS_AddReg
|
||||
AddReg = LSI_WDCFG_AddReg
|
||||
CopyINF = lsinodrv.inf
|
||||
|
||||
[LSI_SAS_Inst.HW]
|
||||
AddReg = Shutdown_addreg
|
||||
DelReg = LegacyScsiportValues
|
||||
AddReg = InterruptMgmtValues
|
||||
Include = machine.inf
|
||||
Needs = PciIoSpaceNotRequired
|
||||
|
||||
[LSI_SAS_Inst.Services]
|
||||
AddService = LSI_SAS3, %SPSVCINST_ASSOCSERVICE%, LSI_SAS_Service_Inst, Miniport_EventLog_Inst
|
||||
|
||||
[LSI_SAS_AddReg]
|
||||
HKLM,SYSTEM\CurrentControlSet\Services\Lsi_sas3\Parameters\Device,DriverParameter,0x00000002,"PlaceHolder=0;"
|
||||
HKLM,SYSTEM\CurrentControlSet\Services\Lsi_sas3\Parameters\Device,EnableQueryAccessAlignment,0x00010001,1
|
||||
|
||||
[LSI_WDCFG_AddReg]
|
||||
HKLM,SYSTEM\CurrentControlSet\Control\Wdcfg,TargetDriver,0x00000000,"LSI_SAS3"
|
||||
|
||||
[LSI_SAS_Service_Inst]
|
||||
ServiceType = %SERVICE_KERNEL_DRIVER%
|
||||
StartType = %SERVICE_BOOT_START%
|
||||
ErrorControl = %SERVICE_ERROR_NORMAL%
|
||||
ServiceBinary = %12%\lsi_sas3.sys
|
||||
LoadOrderGroup = SCSI Miniport
|
||||
AddReg = pnpsafe_pci_addreg
|
||||
AddReg = bus_type_sas
|
||||
|
||||
[LSI_SAS_CopyFiles]
|
||||
lsi_sas3.sys,,,1
|
||||
|
||||
[LSI_EXE_CopyFiles]
|
||||
wdcfg.exe,,,2
|
||||
|
||||
[LSI_CFGDEF_CopyFiles]
|
||||
DriverConfigParam.def,,,2
|
||||
|
||||
[Shutdown_addreg]
|
||||
HKR,"ScsiPort","NeedsSystemShutdownNotification",0x00010001,1
|
||||
|
||||
[LegacyScsiportValues]
|
||||
HKR,Scsiport,BusNumber
|
||||
HKR,Scsiport,LegacyInterfaceType
|
||||
HKR,Scsiport,SlotNumber
|
||||
|
||||
[InterruptMgmtValues]
|
||||
HKR,"Interrupt Management",0x00000010
|
||||
HKR,"Interrupt Management\MessageSignaledInterruptProperties",0x00000010
|
||||
HKR,"Interrupt Management\MessageSignaledInterruptProperties",MSISupported,0x00010001,1
|
||||
HKR, "Interrupt Management\Affinity Policy", DevicePriority, 0x00010001, 3
|
||||
HKR, "Interrupt Management\Affinity Policy", DevicePolicy, 0x00010001, 5
|
||||
HKR, "Interrupt Management\Affinity Policy", GroupPolicy, 0x00010001, 1
|
||||
|
||||
[pnpsafe_pci_addreg]
|
||||
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
|
||||
|
||||
[bus_type_sas]
|
||||
HKR, "Parameters", "BusType", 0x00010001, 0x0000000A
|
||||
|
||||
[Miniport_EventLog_Inst]
|
||||
AddReg = Miniport_EventLog_AddReg
|
||||
|
||||
[Miniport_EventLog_AddReg]
|
||||
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
|
||||
HKR,,TypesSupported,%REG_DWORD%,7
|
||||
|
||||
[Strings]
|
||||
LSI = "LSI Corporation"
|
||||
DiskDesc = "LSI PCI Fusion-MPT SAS3 Driver Install Disk (StorPort)"
|
||||
DevDesc1 = "LSI Adapter, SAS3 3108 Invader ROC -StorPort"
|
||||
DevDesc2 = "LSI Adapter, SAS3 3008 Fury -StorPort"
|
||||
DevDesc3 = "LSI Adapter, SAS3 3004 Fury -StorPort"
|
||||
INTEL = "Intel Corporation"
|
||||
DevDescI1 = "Intel(R) RAID Controller RS3UC080 "
|
||||
DevDescI2 = "Intel(R) RAID Controller RS3FC044 "
|
||||
DevDescI3 = "Intel(R) RAID Controller RS3GC008"
|
||||
DevDescI4 = "Intel(R) Integrated RAID Module RMS3JC080"
|
||||
|
||||
;*******************************************
|
||||
;Handy macro substitutions (non-localizable)
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
SERVICE_KERNEL_DRIVER = 1
|
||||
SERVICE_BOOT_START = 0
|
||||
SERVICE_ERROR_NORMAL = 1
|
||||
REG_EXPAND_SZ = 0x00020000
|
||||
REG_DWORD = 0x00010001
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,124 @@
|
||||
; Copyright (c) 2013, LSI Corporation
|
||||
|
||||
[Version]
|
||||
Signature="$WINDOWS NT$"
|
||||
Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%LSI%
|
||||
DriverVer=11/22/2013,2.50.75.00
|
||||
CatalogFile.ntx86=LSI_SAS3.cat
|
||||
|
||||
[SourceDisksFiles.x86]
|
||||
|
||||
[SourceDisksNames]
|
||||
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
|
||||
[Manufacturer]
|
||||
%LSI%=LSI
|
||||
%IBM%=IBM
|
||||
%SUN%=SUN
|
||||
%INTEL%=INTEL
|
||||
|
||||
[LSI]
|
||||
%SASx28.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGICSASX28_A.0______
|
||||
%SASx28.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGICSASX28_A.1______
|
||||
%SASx36.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGICSASX36_A.0______
|
||||
%SASx36.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGICSASX36_A.1______
|
||||
%SASx36.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGIC___SASX36_A.1___
|
||||
%SASswitch.DeviceDesc% = NODRV, SCSI\EnclosureLSILOGICx36_LYNX3090____
|
||||
%SAS2switch.DeviceDesc% = NODRV, SCSI\EnclosureLSI_____SAS616x_________
|
||||
%DE5300_1.DeviceDesc% = NODRV, SCSI\Enclosure_____LSI______DE5300-SAS
|
||||
%DE5300_2.DeviceDesc% = NODRV, SCSI\Enclosure_____LSI__DE5300-FUJITSU
|
||||
|
||||
[IBM]
|
||||
%SAS_SES.DeviceDesc% = NODRV, SCSI\EnclosureIBM_____SAS_SES-2_DEVICE
|
||||
%SAS_SES.DeviceDesc% = NODRV, SCSI\EnclosureIBM-ESXSVSC7160_________
|
||||
%SAS_SES.DeviceDesc% = NODRV, SCSI\EnclosureIBM-ESXS_SAS_EXP_BP_____
|
||||
%SAS_BCS.DeviceDesc% = NODRV, SCSI\EnclosureIBM-ESXSBCS-DSS1___3GSAS
|
||||
%SAS_BCS.DeviceDesc% = NODRV, SCSI\EnclosureIBM-ESXSBCS-DSS2___3GSAS
|
||||
|
||||
[SUN]
|
||||
%SAS_JBOD_1.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____BLADE_DISK______
|
||||
%SAS_JBOD_2.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEM_PLUS________
|
||||
%SAS_JBOD_3.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____16Disk_Backplane
|
||||
%SAS_JBOD_4.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____SS_J4200________
|
||||
%SAS_JBOD_5.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4200___
|
||||
%SAS_JBOD_6.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____SS_J4300________
|
||||
%SAS_JBOD_7.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4300___
|
||||
%SAS_JBOD_8.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____SS_J4400________
|
||||
%SAS_JBOD_9.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4400___
|
||||
%SAS_JBOD_10.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____SS_J4500________
|
||||
%SAS_JBOD_11.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4500___
|
||||
%SAS_JBOD_12.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEM_P_10GbE_x10_
|
||||
%SAS_JBOD_13.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEM_P_10GbE_x12_
|
||||
%SAS_JBOD_14.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEMHydra_C10____
|
||||
%SAS_JBOD_15.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_F5100___
|
||||
%SAS_JBOD_16.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Blade_Storage_II
|
||||
%SAS_JBOD_17.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEM_Hydra_II____
|
||||
%SAS_JBOD_18.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____C4_NEM__________
|
||||
%SAS_JBOD_19.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Switch_24p_10GE_
|
||||
%SAS_JBOD_20.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____HYDE12__________
|
||||
%SAS_JBOD_21.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____HYDE24__________
|
||||
%SAS_JBOD_22.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____T4_Storage______
|
||||
%SAS_JBOD_23.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4310___
|
||||
%SAS_JBOD_24.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____Storage_J4410___
|
||||
%SAS_JBOD_25.DeviceDesc% = NODRV, SCSI\EnclosureSUN_____NEM_Hydra_IIOpus
|
||||
|
||||
[INTEL]
|
||||
%INTEL_JBOD_1.DeviceDesc% = NODRV, SCSI\EnclosureIntel___RES2SV240_______
|
||||
%INTEL_JBOD_2.DeviceDesc% = NODRV, SCSI\EnclosureIntel___RES2CV360_______
|
||||
%INTEL_JBOD_3.DeviceDesc% = NODRV, SCSI\EnclosureIntel___RES2CV240_______
|
||||
|
||||
[NODRV]
|
||||
|
||||
[NODRV.Services]
|
||||
AddService = , %SPSVCINST_ASSOCSERVICE%
|
||||
|
||||
[Strings]
|
||||
LSI = "LSI Corporation"
|
||||
IBM = "IBM Corporation"
|
||||
SUN = "Sun Microsystems, Inc."
|
||||
INTEL = "Intel Corporation"
|
||||
SASx28.DeviceDesc = "LSI SAS x28 Expander"
|
||||
SASx36.DeviceDesc = "LSI SAS x36 Expander"
|
||||
SASswitch.DeviceDesc = "LSI LYNX 3090 SAS Switch"
|
||||
SAS2switch.DeviceDesc = "LSI SAS 616x Switch"
|
||||
DE5300_1.DeviceDesc = "LSI DE5300-SAS SCSI Enclosure Device"
|
||||
DE5300_2.DeviceDesc = "LSI DE5300-FUJITSU SCSI Enclosure Device"
|
||||
SAS_SES.DeviceDesc = "IBM SAS SES Device"
|
||||
SAS_BCS.DeviceDesc = "IBM BCS SAS Storage Module"
|
||||
SAS_JBOD_1.DeviceDesc = "Sun Blade 6000 Disk Module"
|
||||
SAS_JBOD_2.DeviceDesc = "Sun Blade 6000 Network Express Module Plus"
|
||||
SAS_JBOD_3.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_4.DeviceDesc = "Sun Storage J4200"
|
||||
SAS_JBOD_5.DeviceDesc = "Sun Storage J4200"
|
||||
SAS_JBOD_6.DeviceDesc = "Sun Storage J4300"
|
||||
SAS_JBOD_7.DeviceDesc = "Sun Storage J4300"
|
||||
SAS_JBOD_8.DeviceDesc = "Sun Storage J4400"
|
||||
SAS_JBOD_9.DeviceDesc = "Sun Storage J4400"
|
||||
SAS_JBOD_10.DeviceDesc = "Sun Storage J4500"
|
||||
SAS_JBOD_11.DeviceDesc = "Sun Storage J4500"
|
||||
SAS_JBOD_12.DeviceDesc = "Sun Blade 6000 Network Express Module 10-Port 10GbE"
|
||||
SAS_JBOD_13.DeviceDesc = "Sun Blade 6000 Network Express Module 12-Port 10GbE"
|
||||
SAS_JBOD_14.DeviceDesc = "Sun Blade 6000 10GbE Virtualized Multi-Fabric Network Express Module"
|
||||
SAS_JBOD_15.DeviceDesc = "Sun Storage F5100 Flash Array"
|
||||
SAS_JBOD_16.DeviceDesc = "Sun Blade Storage Module M2"
|
||||
SAS_JBOD_17.DeviceDesc = "Sun Blade 6000 Virtualized Multi-Fabric 10GE Network Express Module M2"
|
||||
SAS_JBOD_18.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_19.DeviceDesc = "Sun Blade 6000 Ethernet Switched NEM 24p 10GE"
|
||||
SAS_JBOD_20.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_21.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_22.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_23.DeviceDesc = "Sun Storage J4310"
|
||||
SAS_JBOD_24.DeviceDesc = "Sun Storage J4410"
|
||||
SAS_JBOD_25.DeviceDesc = "Sun Blade 6000 Switched Network Express Module 24p 10GbE"
|
||||
INTEL_JBOD_1.DeviceDesc = "Intel(R) RAID Expander RS2SV240"
|
||||
INTEL_JBOD_2.DeviceDesc = "Intel(R) RAID Expander RS2CV360"
|
||||
INTEL_JBOD_3.DeviceDesc = "Intel(R) RAID Expander RS2CV240"
|
||||
|
||||
;*******************************************
|
||||
;Handy macro substitutions (non-localizable)
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage JPT36_A00-00
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage KFRJ3_A00-00 Windows10-x86 iaAHCIC.inf
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage KFRJ3_A00-00 Windows10-x86 iaStorAC.inf
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage R4HDM_A00-00
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage T7DJK_A00-00 Windows10-x86 iaAHCIC.inf
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage T7DJK_A00-00 Windows10-x86 iaStorAC.inf
|
||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,166 @@
|
||||
;********************************************************************
|
||||
; *
|
||||
; Copyright 2012 LSI Corp., Inc. All rights reserved. *
|
||||
; *
|
||||
; This file is property of LSI Corp., Inc. and is licensed for *
|
||||
; use as is. The receipt of or possession of this file does not *
|
||||
; convey any rights to modify its contents, in whole, or in part, *
|
||||
; without the specific written consent of LSI Corp., Inc. *
|
||||
; *
|
||||
;********************************************************************
|
||||
|
||||
[Version]
|
||||
Signature = "$WINDOWS NT$"
|
||||
Class = System
|
||||
ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider = %LSI%
|
||||
CatalogFile = megasas2.cat
|
||||
DriverVer=04/04/2014,6.703.04.00
|
||||
|
||||
[Manufacturer]
|
||||
%LSI% = LSI, NTx86, NTamd64
|
||||
|
||||
[ControlFlags]
|
||||
ExcludeFromSelect = *
|
||||
|
||||
[Install.NT]
|
||||
AddReg = Parms_AddReg
|
||||
|
||||
[Parms_AddReg]
|
||||
HKR, "Parameters\virtualraid", "level", %REG_DWORD%, 1
|
||||
|
||||
[Install.NT.Services]
|
||||
AddService = , %SPSVCINST_ASSOCSERVICE%
|
||||
|
||||
[LSI.NTx86]
|
||||
%NULL.DeviceDesc% = Install, SCSI\Other__RAID___DummyDevice____0001
|
||||
%LSISHEAENCLOSURE% = Install, SCSI\EnclosureLSILOGIC_____SYM3600-SAS
|
||||
%IBM_EXP2512.DeviceDesc% = Install, SCSI\EnclosureIBM_____EXP2512_________
|
||||
%IBM_EXP2424.DeviceDesc% = Install, SCSI\EnclosureIBM_____EXP2424_________
|
||||
%IBMSHEAENCLOSURE% = Install, SCSI\EnclosureIBM-ESXSEXP3000_________
|
||||
%IBMSHEAENCLOSURE1% = Install, SCSI\EnclosureIBM_____SAS_SES-2_DEVICE
|
||||
%IBMSAS_ESXS% = Install, SCSI\EnclosureIBM-ESXSVSC7160_________
|
||||
%IBMSAS_EXPBP% = Install, SCSI\EnclosureIBM-ESXS_SAS_EXP_BP_____
|
||||
%SAS_JBOD_1.DeviceDesc% = Install, SCSI\EnclosureSUN_____BLADE_DISK______
|
||||
%SAS_JBOD_2.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_PLUS________
|
||||
%SAS_JBOD_3.DeviceDesc% = Install, SCSI\EnclosureSUN_____16Disk_Backplane
|
||||
%SAS_JBOD_4.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4200________
|
||||
%SAS_JBOD_5.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4200___
|
||||
%SAS_JBOD_6.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4300________
|
||||
%SAS_JBOD_7.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4300___
|
||||
%SAS_JBOD_8.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4400________
|
||||
%SAS_JBOD_9.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4400___
|
||||
%SAS_JBOD_10.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4500________
|
||||
%SAS_JBOD_11.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4500___
|
||||
%SAS_JBOD_12.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_P_10GbE_x10_
|
||||
%SAS_JBOD_13.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_P_10GbE_x12_
|
||||
%SAS_JBOD_14.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEMHydra_C10____
|
||||
%SAS_JBOD_15.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_F5100___
|
||||
%SAS_JBOD_16.DeviceDesc% = Install, SCSI\EnclosureSUN_____Blade_Storage_II
|
||||
%SAS_JBOD_17.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_Hydra_II____
|
||||
%SAS_JBOD_18.DeviceDesc% = Install, SCSI\EnclosureSUN_____C4_NEM__________
|
||||
%SAS_JBOD_19.DeviceDesc% = Install, SCSI\EnclosureSUN_____Switch_24p_10GE_
|
||||
%SAS_JBOD_20.DeviceDesc% = Install, SCSI\EnclosureSUN_____HYDE12__________
|
||||
%SAS_JBOD_21.DeviceDesc% = Install, SCSI\EnclosureSUN_____HYDE24__________
|
||||
%SAS_JBOD_22.DeviceDesc% = Install, SCSI\EnclosureSUN_____T4_Storage______
|
||||
%SAS_JBOD_23.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4310___
|
||||
%SAS_JBOD_24.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4410___
|
||||
%SAS_JBOD_25.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_Hydra_IIOpus
|
||||
%LSIEbbets.DeviceDesc% = Install, SCSI\EnclosureLSI_____DE1600-SAS______
|
||||
%LSICamden.DeviceDesc% = Install, SCSI\EnclosureLSI_____DE5600-SAS______
|
||||
%LSIDE5300.DeviceDesc% = Install, SCSI\Enclosure_____LSI______DE5300-SAS
|
||||
%INTEL_JBOD_1.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2SV240_______
|
||||
%INTEL_JBOD_2.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2CV360_______
|
||||
%INTEL_JBOD_3.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2CV240_______
|
||||
|
||||
|
||||
[LSI.NTamd64]
|
||||
%NULL.DeviceDesc% = Install, SCSI\Other__RAID___DummyDevice____0001
|
||||
%LSISHEAENCLOSURE% = Install, SCSI\EnclosureLSILOGIC_____SYM3600-SAS
|
||||
%IBM_EXP2512.DeviceDesc% = Install, SCSI\EnclosureIBM_____EXP2512_________
|
||||
%IBM_EXP2424.DeviceDesc% = Install, SCSI\EnclosureIBM_____EXP2424_________
|
||||
%IBMSHEAENCLOSURE% = Install, SCSI\EnclosureIBM-ESXSEXP3000_________
|
||||
%IBMSHEAENCLOSURE1% = Install, SCSI\EnclosureIBM_____SAS_SES-2_DEVICE
|
||||
%IBMSAS_ESXS% = Install, SCSI\EnclosureIBM-ESXSVSC7160_________
|
||||
%IBMSAS_EXPBP% = Install, SCSI\EnclosureIBM-ESXS_SAS_EXP_BP_____
|
||||
%SAS_JBOD_1.DeviceDesc% = Install, SCSI\EnclosureSUN_____BLADE_DISK______
|
||||
%SAS_JBOD_2.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_PLUS________
|
||||
%SAS_JBOD_3.DeviceDesc% = Install, SCSI\EnclosureSUN_____16Disk_Backplane
|
||||
%SAS_JBOD_4.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4200________
|
||||
%SAS_JBOD_5.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4200___
|
||||
%SAS_JBOD_6.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4300________
|
||||
%SAS_JBOD_7.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4300___
|
||||
%SAS_JBOD_8.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4400________
|
||||
%SAS_JBOD_9.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4400___
|
||||
%SAS_JBOD_10.DeviceDesc% = Install, SCSI\EnclosureSUN_____SS_J4500________
|
||||
%SAS_JBOD_11.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4500___
|
||||
%SAS_JBOD_12.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_P_10GbE_x10_
|
||||
%SAS_JBOD_13.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_P_10GbE_x12_
|
||||
%SAS_JBOD_14.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEMHydra_C10____
|
||||
%SAS_JBOD_15.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_F5100___
|
||||
%SAS_JBOD_16.DeviceDesc% = Install, SCSI\EnclosureSUN_____Blade_Storage_II
|
||||
%SAS_JBOD_17.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_Hydra_II____
|
||||
%SAS_JBOD_18.DeviceDesc% = Install, SCSI\EnclosureSUN_____C4_NEM__________
|
||||
%SAS_JBOD_19.DeviceDesc% = Install, SCSI\EnclosureSUN_____Switch_24p_10GE_
|
||||
%SAS_JBOD_20.DeviceDesc% = Install, SCSI\EnclosureSUN_____HYDE12__________
|
||||
%SAS_JBOD_21.DeviceDesc% = Install, SCSI\EnclosureSUN_____HYDE24__________
|
||||
%SAS_JBOD_22.DeviceDesc% = Install, SCSI\EnclosureSUN_____T4_Storage______
|
||||
%SAS_JBOD_23.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4310___
|
||||
%SAS_JBOD_24.DeviceDesc% = Install, SCSI\EnclosureSUN_____Storage_J4410___
|
||||
%SAS_JBOD_25.DeviceDesc% = Install, SCSI\EnclosureSUN_____NEM_Hydra_IIOpus
|
||||
%LSIEbbets.DeviceDesc% = Install, SCSI\EnclosureLSI_____DE1600-SAS______
|
||||
%LSICamden.DeviceDesc% = Install, SCSI\EnclosureLSI_____DE5600-SAS______
|
||||
%LSIDE5300.DeviceDesc% = Install, SCSI\Enclosure_____LSI______DE5300-SAS
|
||||
%INTEL_JBOD_1.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2SV240_______
|
||||
%INTEL_JBOD_2.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2CV360_______
|
||||
%INTEL_JBOD_3.DeviceDesc% = Install, SCSI\EnclosureIntel___RES2CV240_______
|
||||
|
||||
[strings]
|
||||
;Localizable Strings needed for HBA naming in Windows UI
|
||||
|
||||
LSI = "LSI Corp."
|
||||
NULL.DeviceDesc = "LSI MegaRAID Virtual Device"
|
||||
LSISHEAENCLOSURE = "LSI Logic SYM3600-SAS Enclosure"
|
||||
IBMSHEAENCLOSURE = "IBM-ESXS_EXP3000 Enclosure Device"
|
||||
IBMSHEAENCLOSURE1 = "IBM SAS SES-2 Device"
|
||||
IBMSAS_ESXS = "IBM-ESXS VSC7160"
|
||||
IBMSAS_EXPBP = "IBM-ESXS SAS EXP BKPLN"
|
||||
IBM_EXP2512.DeviceDesc = "IBM EXP2512"
|
||||
IBM_EXP2424.DeviceDesc = "IBM EXP2424"
|
||||
SAS_JBOD_1.DeviceDesc = "Sun Blade 6000 Disk Module"
|
||||
SAS_JBOD_2.DeviceDesc = "Sun Blade 6000 Network Express Module Plus"
|
||||
SAS_JBOD_3.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_4.DeviceDesc = "Sun Storage J4200"
|
||||
SAS_JBOD_5.DeviceDesc = "Sun Storage J4200"
|
||||
SAS_JBOD_6.DeviceDesc = "Sun Storage J4300"
|
||||
SAS_JBOD_7.DeviceDesc = "Sun Storage J4300"
|
||||
SAS_JBOD_8.DeviceDesc = "Sun Storage J4400"
|
||||
SAS_JBOD_9.DeviceDesc = "Sun Storage J4400"
|
||||
SAS_JBOD_10.DeviceDesc = "Sun Storage J4500"
|
||||
SAS_JBOD_11.DeviceDesc = "Sun Storage J4500"
|
||||
SAS_JBOD_12.DeviceDesc = "Sun Blade 6000 Network Express Module 10-Port 10GbE"
|
||||
SAS_JBOD_13.DeviceDesc = "Sun Blade 6000 Network Express Module 12-Port 10GbE"
|
||||
SAS_JBOD_14.DeviceDesc = "Sun Blade 6000 10GbE Virtualized Multi-Fabric Network Express Module"
|
||||
SAS_JBOD_15.DeviceDesc = "Sun Storage F5100 Flash Array"
|
||||
SAS_JBOD_16.DeviceDesc = "Sun Blade Storage Module M2"
|
||||
SAS_JBOD_17.DeviceDesc = "Sun Blade 6000 Virtualized Multi-Fabric 10GE Network Express Module M2"
|
||||
SAS_JBOD_18.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_19.DeviceDesc = "Sun Blade 6000 Ethernet Switched NEM 24p 10GE"
|
||||
SAS_JBOD_20.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_21.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_22.DeviceDesc = "Sun SES Enclosure Device"
|
||||
SAS_JBOD_23.DeviceDesc = "Sun Storage J4310"
|
||||
SAS_JBOD_24.DeviceDesc = "Sun Storage J4410"
|
||||
SAS_JBOD_25.DeviceDesc = "Sun Blade 6000 Switched Network Express Module 24p 10GbE"
|
||||
LSIEbbets.DeviceDesc = "LSI 630J JBOD Storage Enclosure"
|
||||
LSICamden.DeviceDesc = "LSI 620J JBOD Storage Enclosure"
|
||||
LSIDE5300.DeviceDesc = "LSI DE5300-SAS Enclosure"
|
||||
INTEL_JBOD_1.DeviceDesc = "Intel(R) RAID Expander RS2SV240"
|
||||
INTEL_JBOD_2.DeviceDesc = "Intel(R) RAID Expander RS2CV360"
|
||||
INTEL_JBOD_3.DeviceDesc = "Intel(R) RAID Expander RS2CV240"
|
||||
|
||||
;*******************************************
|
||||
;Non-Localizable strings
|
||||
|
||||
SPSVCINST_ASSOCSERVICE = 0x00000002
|
||||
REG_DWORD = 0x00010001
|
||||
@@ -0,0 +1,2 @@
|
||||
9/4/2019 2:18:19 PM
|
||||
winpe x86 storage WYGF4_A00-00
|
||||
@@ -0,0 +1,38 @@
|
||||
|
||||
[Disks]
|
||||
megasas2 = "LSI MegaRAID SAS RAID Controller Driver", \megasas2.sys, \
|
||||
|
||||
[Defaults]
|
||||
scsi = megasas2
|
||||
|
||||
[scsi]
|
||||
megasas2 = "LSI MegaRAID SAS RAID Controller Driver", megasas2
|
||||
|
||||
[HardwareIds.scsi.megasas2]
|
||||
megasas2 = "PCI\VEN_1028&DEV_0015", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_005B", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_005D", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_005F", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0060", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0071", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0073", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0078", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0079", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0409", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0411", "megasas2"
|
||||
megasas2 = "PCI\VEN_1000&DEV_0413", "megasas2"
|
||||
|
||||
[Files.scsi.megasas2]
|
||||
driver = megasas2, megasas2.sys, megasas2
|
||||
inf = megasas2, megasas2.inf, megasas2
|
||||
catalog = megasas2, megasas2.cat
|
||||
|
||||
|
||||
[Config.megasas2]
|
||||
value = "", Tag, REG_DWORD, 20
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user