home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 5 / Windows / inf / agp.inf < prev    next >
Windows Setup INFormation  |  2008-01-19  |  9KB  |  152 lines

  1.  ■; Copyright (c) Microsoft Corporation.  All rights reserved.
  2. ;;++ Added by AddSDisk.cmd
  3. [SourceDisksNames]
  4. 3426=windows cd
  5. [SourceDisksFiles]
  6. uagp35.sys                 = 3426
  7. gagp30kx.sys    = 3426
  8. ;;--
  9. [Version]
  10. Signature="$WINDOWS NT$"
  11. Class=System
  12. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  13. Provider=%MSFT%
  14. DriverVer=06/21/2006,6.0.6001.18000
  15. ;; Commented by AddSDisk.cmd
  16. ;; LayoutFile=layout.inf
  17. [DestinationDirs]
  18. DefaultDestDir = 12         ; DIRID_DRIVERS
  19. [ControlFlags]
  20. ;ExcludeFromSelect=*
  21. [Manufacturer]
  22. %AMD_MFG%=AMD_SYS,NTx86
  23. %VIA_MFG%=VIA_SYS,NTx86
  24. %SIS_MFG%=SIS_SYS,NTx86
  25. [AMD_SYS.NTx86]
  26. %PCI\VEN_1022&DEV_7455.DeviceDesc% = GAGP30KX_Install,PCI\VEN_1022&DEV_7455
  27. [SIS_SYS.NTx86]
  28. %PCI\VEN_1039&DEV_0002.DeviceDesc% = GAGP30KX_Install,PCI\VEN_1039&DEV_0002
  29. %PCI\VEN_1039&DEV_0003.DeviceDesc% = UAGP35_Install,PCI\VEN_1039&DEV_0003
  30. [VIA_SYS.NTx86]
  31. %PCI\VEN_1106&DEV_B188.DeviceDesc% = GAGP30KX_Install,PCI\VEN_1106&DEV_B188
  32. %PCI\VEN_1106&DEV_B198.DeviceDesc% = UAGP35_Install,PCI\VEN_1106&DEV_B198
  33. ;**************************************************************************
  34. ; AGP filters that sit on top of PCI
  35. ;
  36. ;
  37. ; Microsoft AGPv3.5
  38. ;
  39. [UAGP35_Install]
  40. CopyFiles=@UAGP35.SYS
  41. [UAGP35_Filter_Reg]
  42. HKR,,"UpperFilters", 0x00010000,"UAGP35"
  43. HKLM,"SYSTEM\CurrentControlSet\Services\uagp35\Parameters","1106316800",0x00030003,00,00,30,00,00,00,00,00
  44. HKLM,"SYSTEM\CurrentControlSet\Services\uagp35\Parameters","1106316802",0x00030003,00,00,30,00,00,00,00,00
  45. HKLM,"SYSTEM\CurrentControlSet\Services\uagp35\Parameters","1106316803",0x00030003,00,00,30,00,00,00,00,00
  46. HKLM,"SYSTEM\CurrentControlSet\Services\uagp35\Parameters","1106318900",0x00030003,00,00,70,00,00,00,00,00
  47. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\drivers\uagp35.sys"
  48. HKR,,TypesSupported,%REG_DWORD%,7
  49. [UAGP35_Install.HW]
  50. AddReg = UAGP35_Filter_Reg
  51. [UAGP35_Install.Services]
  52. Include=machine.inf
  53. AddService = uagp35,0,uagp35_ServiceInstallSection
  54. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  55. DelService = agp440
  56. DelService = viaagp1
  57. DelService = sisagp
  58. [uagp35_ServiceInstallSection]
  59. DisplayName    = %uagp35_svcdesc%
  60. ServiceType    = %SERVICE_KERNEL_DRIVER%
  61. StartType      = %SERVICE_DEMAND_START%
  62. ErrorControl   = %SERVICE_ERROR_NORMAL%
  63. ServiceBinary  = %12%\uagp35.sys
  64. LoadOrderGroup = PnP Filter
  65. ;
  66. ; Generic AGPv3.0 driver for AMD K8/9 platforms
  67. ;
  68. [GAGP30KX_Install]
  69. CopyFiles=@GAGP30KX.SYS
  70. [GAGP30KX_Filter_Reg]
  71. HKR,,"UpperFilters", 0x00010000,"GAGP30KX"
  72. HKLM,"SYSTEM\CurrentControlSet\Services\gagp30kx\Parameters","10227454",0x00000001,00,00,d0,00,00,00,00,00
  73. HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\drivers\gagp30kx.sys"
  74. HKR,,TypesSupported,%REG_DWORD%,7
  75. [GAGP30KX_Install.HW]
  76. AddReg = GAGP30KX_Filter_Reg
  77. [GAGP30KX_Install.Services]
  78. Include=machine.inf
  79. AddService = gagp30kx,0,gagp30kx_ServiceInstallSection
  80. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  81. DelService = amdagp8p
  82. DelService = viaagp1
  83. DelService = sisagp
  84. [gagp30kx_ServiceInstallSection]
  85. DisplayName    = %gagp30kx_svcdesc%
  86. ServiceType    = %SERVICE_KERNEL_DRIVER%
  87. StartType      = %SERVICE_DEMAND_START%
  88. ErrorControl   = %SERVICE_ERROR_NORMAL%
  89. ServiceBinary  = %12%\gagp30kx.sys
  90. LoadOrderGroup = PnP Filter
  91. [Strings]
  92. ; localizable
  93. SystemClassName = "System devices"
  94. MSFT            = "Microsoft"
  95. AMD_MFG = "AMD"
  96. PCI\VEN_1022&DEV_7455.DeviceDesc = "AMD-8151 HyperTransport(tm) AGP3.0 Graphics Tunnel"
  97. HP_MFG = "Hewlett-Packard"
  98. PCI\VEN_103C&DEV_12B4.DeviceDesc = "HP NetServer Advanced Graphics Port v3.5"
  99. SIS_MFG = "Silicon Integrated Systems"
  100. PCI\VEN_1039&DEV_0002.DeviceDesc = "SIS Processor to AGP Controller"
  101. PCI\VEN_1039&DEV_0003.DeviceDesc = "SIS Processor to AGP Controller"
  102. VIA_MFG = "VIA"
  103. PCI\VEN_1106&DEV_B188.DeviceDesc = "VIA CPU to AGP Controller"
  104. PCI\VEN_1106&DEV_B198.DeviceDesc = "VIA CPU to AGP Controller"
  105. ;service descriptions
  106. uagp35_svcdesc = "Microsoft AGPv3.5 Filter"
  107. gagp30kx_svcdesc = "Microsoft Generic AGPv3.0 Filter for K8 Processor Platforms"
  108. ;*******************************************
  109. ;Handy macro substitutions (non-localizable)
  110. SPSVCINST_ASSOCSERVICE = 0x00000002
  111. SERVICE_KERNEL_DRIVER  = 1
  112. SERVICE_BOOT_START     = 0
  113. SERVICE_SYSTEM_START   = 1
  114. SERVICE_DEMAND_START   = 3
  115. SERVICE_ERROR_NORMAL   = 1
  116. SERVICE_ERROR_CRITICAL = 3
  117. REG_EXPAND_SZ          = 0x00020000
  118. REG_DWORD              = 0x00010001