;******************************************************************************* ;* ** ;* I N T E L P R O P R I E T A R Y ** ;* ** ;* COPYRIGHT (c) 2003-2009 BY INTEL CORPORATION. ALL RIGHTS RESERVED. NO ** ;* PART OF THIS PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED, ** ;* TRANSCRIBED, STORED IN A RETRIEVAL SYSTEM, OR TRANSLATED INTO ANY ** ;* LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC, ** ;* MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT ** ;* THE PRIOR WRITTEN PERMISSION OF : ** ;* ** ;* INTEL CORPORATION ** ;* ** ;* 2200 MISSION COLLEGE BLVD ** ;* ** ;* SANTA CLARA, CALIFORNIA 95052-8119 ** ;* ** ;******************************************************************************* ; ; INF for the Intel(R) QuickData Technology Device ; (Intel 64 bit extension Platform Only, Windows Server 2003 64 bit extension) [Version] Signature="$Windows NT$" Class=System ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%INTC% CatalogFile=qd252x64.cat DriverVer=11/16/2009,1.3.22.0 [SourceDisksNames] 1=%Disk_Description%,,, [SourceDisksFiles] qd252x64.sys = 1 [Manufacturer] %MfgName% = Intel, NTamd64, NTamd64.5.2, NTamd64.5.2.1, NTamd64.6.0, NTIA64 [Intel] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F [Intel.NTamd64] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F [Intel.NTIA64] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F ; ; Intel(R) I/O Acceleration Technology is only available through ; NDIS 5.2 and greater (which is only on Server OS versions 5.2 and greater) ; [Intel.NTamd64.5.2] %PCI\VEN_8086&DEV_402F.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_402F [Intel.NTamd64.5.2.1] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F ;6.0 not supported in this INF [Intel.NTamd64.6.0] [DestinationDirs] ioatdma.Files.Ext = 10,System32\Drivers [ioatdma.Dev.NT] CopyFiles=ioatdma.Files.Ext AddReg=ioatdma.Driver.AddReg [ioatdma.Dev.NT.Services] Addservice = ioatdma2, 0x00000002, ioatdma.AddService, ioatdma.EventLog ;---------------------------------------------------------------; ;-------------- Driver installation ;---------------------------------------------------------------; [ioatdma.AddService] DisplayName = %ioatdma.SvcDesc% ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %10%\System32\Drivers\qd252x64.sys AddReg = ioatdma.Service.AddReg LoadOrderGroup = NDIS [ioatdma.Service.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,qd252x64.sys [ioatdma.Files.Ext] qd252x64.sys [ioatdma.Driver.AddReg] HKR,,Version,,"%DriverVer%" HKR,,EnableIOAT,0x00010001, 0x00000001 ;---------------------------------------------------------------; ;-------------- Event Log ;---------------------------------------------------------------; [ioatdma.EventLog] AddReg = ioatdma.AddEventLog.reg [ioatdma.AddEventLog.reg] HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\ntdll.dll" HKR, , TypesSupported, 0x00010001, 7 ;---------------------------------------------------------------; ;-------------- NO_DRV installation ;---------------------------------------------------------------; [NO_DRV] AddReg=NoDrv.reg Include=machine.inf Needs=NO_DRV [NO_DRV.Services] Include=machine.inf Needs=NO_DRV.Services [NoDrv.reg] HKR,,Version,,"%DriverVer%" ;---------------------------------------------------------------; ;----------------------------------------------------------------------------- ; Localizable Strings [Strings] INTC="Intel" Disk_Description="Intel(R) QuickData Technology Device" MfgName="Intel" PCI\VEN_8086&DEV_402F.DeviceDesc="Intel(R) 5400 Chipset QuickData Technology device - 402F" ioatdma.SvcDesc="Intel(R) QuickData Technology device ver.2" ;---------------------------------------------------------------------------------------------------