import depuis ancien GitHub
This commit is contained in:
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.
Reference in New Issue
Block a user