iaAHCIC.inf Driver File Contents (IRST_Acer_16.0.1.1018_W10x64_A.zip)

ÿþ; Copyright (C), Intel Corporation. All rights reserved. 

; ********************************************************************************************** 

; **    Filename:  iaAHCIC.inf 

; **    Revision:  01/22/2018,16.0.1.1018

; **    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=01/22/2018,16.0.1.1018

;

[PackageInfo]

Name=AHCI64

;

[SourceDisksNames] 

1 = %DiskId1%,,,"" 

;

[DestinationDirs] 

DefaultDestDir = 12

;

[ControlFlags] 

ExcludeFromSelect = * 

;

[Manufacturer] 

%INTEL% = INTEL, NTamd64.6.2

;

[iaStorAC_Service_Inst] 

DisplayName    = %iaStorAC.DeviceDesc%

ServiceType    = %SERVICE_KERNEL_DRIVER% 

StartType      = %SERVICE_BOOT_START% 

ErrorControl   = %SERVICE_ERROR_NORMAL% 

ServiceBinary  = %12%\iaStorAC.sys 

LoadOrderGroup = SCSI miniport 

AddReg = pnpsafe_pci_addreg

;

[iaStorAC_EventLog_Inst] 

AddReg = iaStorAC_EventLog_AddReg 

;

[iaStorAC_EventLog_AddReg] 

HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\iaStorAC.sys"

HKR,,TypesSupported,%REG_TYPE_DWORD%,7 

;



;

;******************************************************************************

;*

;* 64-BIT X86 ARCHITECTURE

;*

;* This section specifies the 64-bit architecture specific INF file entries

;* required to install a driver as a 64-bit compatible driver.

;*

;******************************************************************************

[SourceDisksFiles.amd64]

iaStorAC.sys = 1,,,





;

;Win8 and above

[INTEL.NTamd64.6.2]

%PCI\VEN_8086&DEV_9D03&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_9D03&CC_0106

%PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_A102&CC_0106

%PCI\VEN_8086&DEV_A103&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_A103&CC_0106

%PCI\VEN_8086&DEV_A282&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_A282&CC_0106

%PCI\VEN_8086&DEV_9DD3&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_9DD3&CC_0106

%PCI\VEN_8086&DEV_A352&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_A352&CC_0106

%PCI\VEN_8086&DEV_A353&CC_0106.DeviceDesc% = iaStorAC_inst_8, PCI\VEN_8086&DEV_A353&CC_0106

;

[iaStorAC_inst_8.NTamd64]

CopyFiles=@iaStorAC.sys

FeatureScore=0x80

;

[iaStorAC_inst_8.NTamd64.HW]

AddReg = msi_addreg

AddReg = storport_addreg

AddReg = etw_rst

;

[iaStorAC_inst_8.ntamd64.Services]

AddService = iaStorAC, %SPSVCINST_ASSOCSERVICE%, iaStorAC_Service_Inst, iaStorAC_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

;

; Opt into StorPort's I/O latency cap.

HKR, "Parameters",             "IoLatencyCap",              %REG_TYPE_DWORD%,  0x000001F4 

;

[Strings] 

; Localizable Strings 

diskId1 = "RST AHCI Installation Disk" 

;

; Client devices

iaStorAC.DeviceDesc                      = "Intel(R) Chipset SATA/PCIe RST Premium Controller"

PCI\VEN_8086&DEV_9D03&CC_0106.DeviceDesc = "Intel(R) 6th Generation Core Processor Family Platform I/O SATA AHCI Controller"

PCI\VEN_8086&DEV_A102&CC_0106.DeviceDesc = "Intel(R) 100 Series/C230 Chipset Family SATA AHCI Controller"

PCI\VEN_8086&DEV_A103&CC_0106.DeviceDesc = "Intel(R) 100 Series/C230 Chipset Family SATA AHCI Controller"

PCI\VEN_8086&DEV_A282&CC_0106.DeviceDesc = "Intel(R) 300 Series Chipset Family SATA AHCI Controller"

PCI\VEN_8086&DEV_9DD3&CC_0106.DeviceDesc = "Intel(R) 300 Series Chipset Family SATA AHCI Controller"

PCI\VEN_8086&DEV_A352&CC_0106.DeviceDesc = "Intel(R) 300 Series Chipset Family SATA AHCI Controller"

PCI\VEN_8086&DEV_A353&CC_0106.DeviceDesc = "Intel(R) 300 Series Chipset Family SATA AHCI Controller"

;

INTEL = "Intel Corporation"

;

; Non-Localizable Strings 

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

;



;

; 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%,   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]

; Configuring and Starting an AutoLogger Session

;   LogFileMode = Buffering Mode

HKLM, System\CurrentControlSet\Control\WMI\Autologger\IntelRST, LogFileMode, %REG_TYPE_DWORD%, 0x00000400

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

; 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
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web4, load: 1.08