; ; LSI_SAS3.INF - version W8.0 (Windows 8) ; ; This is the INF file for Windows 8 for the LSI_SAS3 ; based PCI MPT environment (Serial Attached SCSI devices) ; ; Copyright 2012 LSI Corporation. All rights reserved. [version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%LSI% DriverVer=03/15/2013,2.50.65.01 ; ; Source file information ; [SourceDisksNames] 3426=windows cd [SourceDisksFiles] lsi_sas3.sys = 3426 [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [Manufacturer] %LSI%=LSI,NTx86,NTamd64 [LSI] [LSI.NTx86] %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 [LSI.NTamd64] %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 [ControlFlags] ExcludeFromSelect = * [LSI_SAS_Inst] CopyFiles = LSI_SAS_CopyFiles AddReg = LSI_SAS_AddReg [LSI_SAS_Inst.HW] 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_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 [InterruptMgmtValues] HKR,"Interrupt Management",0x00000010 HKR,"Interrupt Management\MessageSignaledInterruptProperties",0x00000010 HKR,"Interrupt Management\MessageSignaledInterruptProperties",MSISupported,0x00010001,1 HKR,"Interrupt Management\Affinity Policy",DevicePolicy,0x00010001,5 [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] ;Localizable 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" ;******************************************* ;Non-Localizable strings SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 1 SERVICE_BOOT_START = 0 SERVICE_ERROR_NORMAL = 1 REG_EXPAND_SZ = 0x00020000 REG_DWORD = 0x00010001