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 >
Windows Setup INFormation  |  2008-01-19  |  7KB  |  118 lines

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