; Copyright (C), Intel Corporation. All rights reserved. ; ********************************************************************************************** ; ** Filename: iaStorVD.inf ; ** Revision: 09/16/2020,18.0.4.1146 ; ** Abstract: Windows* INF File for VMD Intel(R) Rapid Storage Technology Driver ; ** Installs: RST VMD Controller Miniport + RST Filter Driver ; ********************************************************************************************** [Version] Signature="$Windows NT$" Provider=%INTEL% ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Class=SCSIAdapter CatalogFile=iaStorVD.cat DriverVer=09/16/2020,18.0.4.1146 PnpLockDown=1 ;************************************* ;* Source files and copy sections ;************************************* [SourceDisksNames] 1 = %DiskId1%,,,"" [SourceDisksFiles.amd64] iaStorVD.sys = 1,,, iaStorAfs.sys = 1,,, iaStorAfsService.exe = 1,,, iaStorAfsNative.exe = 1,,, Optane.dll = 1,,, OptaneEventLogMsg.dll = 1,,, RstMwService.exe = 1,,, RstMwEventLogMsg.dll = 1,,, [DestinationDirs] DefaultDestDir = 13 Driver_files_copy = 12 iaStorAfs_files_copy = 11 RstMwService_EventLog_files_copy = 11 [Driver_files_copy] iaStorVD.sys iaStorAfs.sys [iaStorAfs_files_copy] iaStorAfsService.exe iaStorAfsNative.exe OptaneEventLogMsg.dll Optane.dll [RstMwService_EventLog_files_copy] RstMwEventLogMsg.dll ;************************************* ;* Manufacturer and Model sections ;************************************* [Manufacturer] %INTEL% = INTEL, NTamd64.10.0...15063 [INTEL.NTamd64.10.0...15063] %PCI\VEN_8086&DEV_9A0B.DeviceDesc% = VMD_inst, PCI\VEN_8086&DEV_9A0B %PCI\VEN_8086&DEV_09AB.DeviceDesc% = VMD_dummy_function_inst, PCI\VEN_8086&DEV_09AB ;****************************************************************************** ;* ;* RST Volume Management Device install section ;* ;****************************************************************************** [VMD_inst.NTamd64] CopyFiles=Driver_files_copy CopyFiles=iaStorAfs_files_copy CopyFiles=@RstMwService.exe CopyFiles=RstMwService_EventLog_files_copy FeatureScore=0x80 [VMD_inst.ntamd64.Services] AddService = iaStorVD, %SPSVCINST_ASSOCSERVICE%, iaStorVD_inst, iaStorVD_EventLog_inst AddService = iaStorAfs, 0x000000F0, iaStorAfs_inst, iaStorAfs_EventLog_inst, System AddService = iaStorAfsService, 0x000000F0, iaStorAfsService_inst AddService = RstMwService, 0x00000000, RstMwService_inst, RstMwService_EventLog_inst, System, %RstMwService.EventLogSourceName% [VMD_dummy_function_inst.NTamd64] Include=machine.inf Needs=NO_DRV [VMD_dummy_function_inst.NTamd64.Services] Include=machine.inf Needs=NO_DRV.Services ;************************************* ;* Service: iaStorVD ;************************************* [iaStorVD_inst] DisplayName = %iaStorVD.ServiceName% ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\iaStorVD.sys LoadOrderGroup = SCSI miniport AddReg = pnpsafe_pci_addreg [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 ; Opt into StorPort's I/O latency cap. HKR, "Parameters", "IoLatencyCap", %REG_TYPE_DWORD%, 0x000001F4 [iaStorVD_EventLog_inst] AddReg = iaStorVD_EventLog_addreg [iaStorVD_EventLog_addreg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorVD.sys" HKR,,TypesSupported,%REG_TYPE_DWORD%,7 ;************************************* ;* Service: iaStorAfs ;************************************* [iaStorAfs_inst] DisplayName = %iaStorAfs.ServiceName% Description = %iaStorAfs.ServiceDescription% Dependencies = FltMgr ServiceType = %SERVICE_FILE_SYSTEM_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\iaStorAfs.sys LoadOrderGroup = FSFilter Activity Monitor AddReg = iaStorAfs_addreg [iaStorAfs_addreg] HKR,,"SupportedFeatures",0x00010001,0x3 HKR, Instances,"DefaultInstance", 0x00000000, %iaStorAfs.DefaultInstance% HKR, Instances\%iaStorAfs.Instance.Name%, "Altitude", 0x00000000, %iaStorAfs.Instance.Altitude% HKR, Instances\%iaStorAfs.Instance.Name%, "Flags", 0x00010001, %iaStorAfs.Instance.Flags% [iaStorAfs_EventLog_inst] AddReg = iaStorAfs_EventLog_addreg [iaStorAfs_EventLog_addreg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\OptaneEventLogMsg.dll" HKR,,TypesSupported,%REG_TYPE_DWORD%,0x1F HKR,,CategoryCount,%REG_TYPE_DWORD%,1 ;************************************* ;* Service: iaStorAfsService ;************************************* [iaStorAfsService_inst] DisplayName = %iaStorAfsService.ServiceName% Description = %iaStorAfsService.ServiceDescription% Dependencies = iaStorAfs ServiceType = %SERVICE_WIN32_OWN_PROCESS% StartType = %SERVICE_AUTO_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %11%\iaStorAfsService.exe ;************************************* ;* Service: RstMwService ;************************************* [RstMwService_inst] DisplayName = %RstMwService.ServiceName% Description = %RstMwService.ServiceDescription% ServiceType = %SERVICE_WIN32_OWN_PROCESS% StartType = %SERVICE_AUTO_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %13%\RstMwService.exe [RstMwService_EventLog_inst] AddReg = RstMwService_EventLog_addreg [RstMwService_EventLog_addreg] HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\RstMwEventLogMsg.dll" HKR,,TypesSupported,%REG_TYPE_DWORD%,0x1F HKR,,CategoryCount,%REG_TYPE_DWORD%,1 ;************************************* ;* Close coupled components ;************************************* [VMD_inst.NTamd64.Components] AddComponent = PinningShellExtension,,PinningShellExtension_addComponent [PinningShellExtension_addComponent] ComponentIDs = VID8086&SW_RstShellExtensions ;************************************* ;* Hardware install section ;************************************* [VMD_inst.NTamd64.HW] AddReg = msi_addreg AddReg = storport_addreg AddReg = etw_rst_addreg [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%, 80 HKR, Interrupt Management\Affinity Policy, 0x00000010 HKR, Interrupt Management\Affinity Policy, DevicePolicy, %REG_TYPE_DWORD%, 5 ;IrqPolicySpreadMessagesAcrossAllProcessors [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 [etw_rst_addreg] ; Configuring and Starting an AutoLogger Session ; LogFileMode = Buffering Mode | EVENT_TRACE_ADDTO_TRIAGE_DUMP(0x80000000) | EVENT_TRACE_NO_PER_PROCESSOR_BUFFERING (0x10000000) HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, LogFileMode, %REG_TYPE_DWORD%, 0x90000400 HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, FileName HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, Guid, %REG_TYPE_SZ%, "{347659f2-c334-46ab-b19e-a451e851c695}" HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, Start, %REG_TYPE_DWORD%, 0x00000001 HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, BufferSize, %REG_TYPE_DWORD%, 0x00001388 ; Configure provider using GUID HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST\{67c35f2c-bae5-4bc8-a999-d339e5ef89ac}, EnableProperty, %REG_TYPE_DWORD%, 0x00000000 HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST\{67c35f2c-bae5-4bc8-a999-d339e5ef89ac}, Enabled, %REG_TYPE_DWORD%, 0x00000001 ; Level = TRACE_LEVEL_INFORMATION HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST\{67c35f2c-bae5-4bc8-a999-d339e5ef89ac}, EnableLevel, %REG_TYPE_DWORD%, 0x00000004 ; Flags = ALL HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST\{67c35f2c-bae5-4bc8-a999-d339e5ef89ac}, EnableFlags, %REG_TYPE_DWORD%, 0x0000FFFF ;****************************************************************************** ;* ;* Strings ;* ;****************************************************************************** [Strings] INTEL = "Intel Corporation" diskId1 = "RST Installation Disk" iaStorVD.ServiceName = "Intel(R) Chipset VMD RST Controller service" iaStorAfs.ServiceName = "iaStorAfs" iaStorAfs.ServiceDescription = "Identifies frequently used files for acceleration with Intel(R) Optane(TM) memory" iaStorAfs.DefaultInstance = "iaStorAfs" iaStorAfs.Instance.Name = "iaStorAfs" iaStorAfs.Instance.Altitude = "385100" iaStorAfs.Instance.Flags = 0x0 iaStorAfsService.ServiceName = "Intel(R) Optane(TM) Memory Service" iaStorAfsService.ServiceDescription = "Enables amazing system performance and responsiveness by accelerating frequently used files" RstMwService.ServiceName = "Intel(R) Storage Middleware Service" RstMwService.ServiceDescription = "RPC endpoint service which allows communication between driver and Windows Store Application" RstMwService.EventLogSourceName = "RST Middleware" PCI\VEN_8086&DEV_9A0B.DeviceDesc = "Intel RST VMD Controller 9A0B (TGL)" PCI\VEN_8086&DEV_09AB.DeviceDesc = "Intel RST VMD Managed Controller 09AB" SPSVCINST_ASSOCSERVICE = 0x00000002 REG_TYPE_SZ = 0x00000000 REG_MULTI_SZ = 0x00010000 REG_EXPAND_SZ = 0x00020000 REG_TYPE_DWORD = 0x00010001 SERVICE_KERNEL_DRIVER = 1 SERVICE_FILE_SYSTEM_DRIVER = 2 SERVICE_WIN32_OWN_PROCESS = 0x00000010 SERVICE_BOOT_START = 0 SERVICE_AUTO_START = 2 SERVICE_DEMAND_START = 3 SERVICE_ERROR_NORMAL = 1