home *** CD-ROM | disk | FTP | other *** search
- ; Copyright (c) 2007, Microsoft
-
- [Version]
- Signature="$Windows NT$"
- Class=System
- ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%Msft%
- DriverVer=06/21/2006,1.2.78.3
-
- [SourceDisksNames]
- 1=%Disk_Description%,,,
-
- [SourceDisksFiles]
- qd26032.sys = 1
-
- [Manufacturer]
- %MfgName% = Intel, NTx86.6.0
-
- [Intel]
- %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F
-
- [Intel.NTx86.6.0]
- %PCI\VEN_8086&DEV_402F.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_402F
-
- [DestinationDirs]
- ioatdma.Files.Ext = 10,System32\Drivers
-
- [ioatdma.Dev.NT]
- CopyFiles=ioatdma.Files.Ext
- AddReg=ioatdma.Driver.AddReg
-
- [ioatdma.Dev.NT.Services]
- Addservice = ioatdma, 0x00000002, ioatdma.AddService, ioatdma.EventLog
-
- [ioatdma.Dev.NT.HW]
- AddReg = MSI.reg
- ;---------------------------------------------------------------;
- ;-------------- Driver installation
- ;---------------------------------------------------------------;
-
- [ioatdma.AddService]
- DisplayName = %ioatdma.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %10%\System32\Drivers\qd26032.sys
- AddReg = ioatdma.Service.AddReg
- LoadOrderGroup = NDIS
-
- [ioatdma.Service.AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,qd26032.sys
-
- [ioatdma.Files.Ext]
- qd26032.sys
-
- [ioatdma.Driver.AddReg]
- HKR,,Version,,"%DriverVer%"
- HKR,,EnableIOAT,0x00010001, 0x00000001
- HKR,,FailDisableDevice,0x00010001, 0x00000000
-
-
-
- ;---------------------------------------------------------------;
- ;-------------- Event Log
- ;---------------------------------------------------------------;
-
- [ioatdma.EventLog]
- AddReg = ioatdma.AddEventLog.reg
-
- [ioatdma.AddEventLog.reg]
- HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\ntdll.dll"
- HKR, , TypesSupported, 0x00010001, 7
-
-
-
-
- ;---------------------------------------------------------------;
- ;-------------- MSI Registry Settings
- ;---------------------------------------------------------------;
- [MSI.reg]
- HKR, "Interrupt Management", 0x00000010
- HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
- HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
- HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 4
-
- ;---------------------------------------------------------------;
- ;-------------- 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]
- Msft="Microsoft"
- 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"
-
- ;---------------------------------------------------------------------------------------------------
-
-
-