home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / qd26032.inf < prev    next >
Encoding:
Text (UTF-16)  |  2008-01-19  |  6.5 KB  |  118 lines

  1. ; Copyright (c) 2007, Microsoft
  2.  
  3. [Version]
  4. Signature="$Windows NT$"
  5. Class=System
  6. ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
  7. Provider=%Msft%
  8. DriverVer=06/21/2006,1.2.78.3
  9.  
  10. [SourceDisksNames]
  11. 1=%Disk_Description%,,,
  12.  
  13. [SourceDisksFiles]
  14. qd26032.sys = 1
  15.  
  16. [Manufacturer]
  17. %MfgName% = Intel, NTx86.6.0
  18.  
  19. [Intel]
  20. %PCI\VEN_8086&DEV_402F.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_402F
  21.  
  22. [Intel.NTx86.6.0]
  23. %PCI\VEN_8086&DEV_402F.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_402F
  24.  
  25. [DestinationDirs]
  26. ioatdma.Files.Ext = 10,System32\Drivers
  27.  
  28. [ioatdma.Dev.NT]
  29. CopyFiles=ioatdma.Files.Ext
  30. AddReg=ioatdma.Driver.AddReg
  31.  
  32. [ioatdma.Dev.NT.Services]
  33. Addservice = ioatdma, 0x00000002, ioatdma.AddService, ioatdma.EventLog
  34.  
  35. [ioatdma.Dev.NT.HW]
  36. AddReg = MSI.reg
  37. ;---------------------------------------------------------------;
  38. ;-------------- Driver installation
  39. ;---------------------------------------------------------------;
  40.  
  41. [ioatdma.AddService]
  42. DisplayName    = %ioatdma.SvcDesc%
  43. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  44. StartType      = 3                  ; SERVICE_DEMAND_START
  45. ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
  46. ServiceBinary  = %10%\System32\Drivers\qd26032.sys
  47. AddReg         = ioatdma.Service.AddReg
  48. LoadOrderGroup = NDIS 
  49.  
  50. [ioatdma.Service.AddReg]
  51. HKR,,DevLoader,,*ntkern
  52. HKR,,NTMPDriver,,qd26032.sys
  53.  
  54. [ioatdma.Files.Ext]
  55. qd26032.sys
  56.  
  57. [ioatdma.Driver.AddReg]
  58. HKR,,Version,,"%DriverVer%"
  59. HKR,,EnableIOAT,0x00010001, 0x00000001
  60. HKR,,FailDisableDevice,0x00010001, 0x00000000
  61.  
  62.  
  63.  
  64. ;---------------------------------------------------------------;
  65. ;-------------- Event Log
  66. ;---------------------------------------------------------------;
  67.  
  68. [ioatdma.EventLog]
  69. AddReg = ioatdma.AddEventLog.reg
  70.  
  71. [ioatdma.AddEventLog.reg]
  72. HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\ntdll.dll"
  73. HKR, , TypesSupported,   0x00010001, 7
  74.  
  75.  
  76.  
  77.  
  78. ;---------------------------------------------------------------;
  79. ;-------------- MSI Registry Settings 
  80. ;---------------------------------------------------------------;
  81. [MSI.reg]
  82. HKR, "Interrupt Management", 0x00000010
  83. HKR, "Interrupt Management\MessageSignaledInterruptProperties", 0x00000010
  84. HKR, "Interrupt Management\MessageSignaledInterruptProperties", MSISupported, 0x00010001, 1
  85. HKR, "Interrupt Management\MessageSignaledInterruptProperties", MessageNumberLimit, 0x00010001, 4
  86.  
  87. ;---------------------------------------------------------------;
  88. ;-------------- NO_DRV installation
  89. ;---------------------------------------------------------------;
  90.  
  91. [NO_DRV]
  92. AddReg=NoDrv.reg
  93. Include=machine.inf
  94. Needs=NO_DRV
  95.  
  96. [NO_DRV.Services]
  97. Include=machine.inf
  98. Needs=NO_DRV.Services
  99.  
  100. [NoDrv.reg]
  101. HKR,,Version,,"%DriverVer%"
  102.  
  103. ;---------------------------------------------------------------;
  104.  
  105. ;-----------------------------------------------------------------------------
  106. ; Localizable Strings
  107.  
  108. [Strings]
  109. Msft="Microsoft"
  110. Disk_Description="Intel(R) QuickData Technology Device"
  111. MfgName="Intel"
  112. PCI\VEN_8086&DEV_402F.DeviceDesc="Intel(R) 5400 Chipset QuickData Technology Device - 402F"
  113. ioatdma.SvcDesc="Intel(R) QuickData Technology Device" 
  114.  
  115. ;---------------------------------------------------------------------------------------------------
  116.  
  117.  
  118.