;******************************************************************************* ;* ** ;* 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 ; (Windows Server 2003) ; [Version] Signature="$Windows NT$" Class=System ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%INTC% CatalogFile=qd25232.cat DriverVer=11/16/2009,1.3.22.0 [SourceDisksNames] 1=%Disk_Description%,,, [SourceDisksFiles] qd25232.sys = 1 [Manufacturer] %MfgName% = Intel, NTx86, NTx86.5.2, NTx86.6.0 [Intel] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F [Intel.NTx86] %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F [Intel.NTx86.5.2] %PCI\VEN_8086&DEV_402F.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_402F ; 6.0 not supported in this INF. [Intel.NTx86.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\qd25232.sys AddReg = ioatdma.Service.AddReg LoadOrderGroup = NDIS [ioatdma.Service.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,qd25232.sys [ioatdma.Files.Ext] qd25232.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" ;---------------------------------------------------------------------------------------------------