home *** CD-ROM | disk | FTP | other *** search
/ CD Action 72 - Disc 2 / cdaction-72-2.iso / #drivery / VAGP410 / WIN2K / VIAAGP1.INF next >
Windows Setup INFormation  |  2001-10-17  |  4KB  |  105 lines

  1. ;
  2. ; ViaAGP1.inf
  3. ;
  4. ; Copyright (c) 1998-2001, VIA Technologies, Inc.
  5. ; for Windows 2000
  6. ;
  7.  
  8. [Version]
  9. CatalogFile=viaagp1.cat
  10. Signature="$WINDOWS NT$"
  11. Class=System
  12. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  13. Provider=%VIA%
  14. LayoutFile=layout.inf
  15. DriverVer=10/05/2001,5.00.00.0410
  16.  
  17. [DestinationDirs]
  18. DefaultDestDir = 12        ; DIRID_DRIVERS
  19.  
  20. [Manufacturer]
  21. %VIA_MFG%=VIA_AGP
  22.  
  23. [AGP_Filter_Reg]
  24. HKR,,"UpperFilters", 0x00010000,"VIAAGP1"
  25.  
  26. [pci_ServiceInstallSection]
  27. DisplayName    = %pci_svcdesc%
  28. ServiceType    = %SERVICE_KERNEL_DRIVER%
  29. StartType      = %SERVICE_BOOT_START%
  30. ErrorControl   = %SERVICE_ERROR_NORMAL%
  31. ServiceBinary  = %12%\pci.sys
  32. LoadOrderGroup = "Boot Bus Extender"
  33.  
  34.  
  35. [VIA_AGP]
  36. %PCI\VEN_1106&DEV_8598.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8598
  37. %PCI\VEN_1106&DEV_8501.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8501
  38. %PCI\VEN_1106&DEV_8601.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8601
  39. %PCI\VEN_1106&DEV_8305.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8305
  40. %PCI\VEN_1106&DEV_8605.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8605
  41. %PCI\VEN_1106&DEV_8391.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8391
  42. %PCI\VEN_1106&DEV_8602.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_8602
  43. %PCI\VEN_1106&DEV_B091.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B091
  44. %PCI\VEN_1106&DEV_B099.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B099
  45. %PCI\VEN_1106&DEV_B101.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B101
  46. %PCI\VEN_1106&DEV_B112.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B112
  47. %PCI\VEN_1106&DEV_B116.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B116
  48. %PCI\VEN_1106&DEV_B148.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B148
  49. %PCI\VEN_1106&DEV_B156.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B156
  50. %PCI\VEN_1106&DEV_B158.DeviceDesc% = VIAAGP_Install,PCI\VEN_1106&DEV_B158
  51.  
  52. ;
  53. ; VIA AGP chipset
  54. ;
  55. [VIAAGP_Install]
  56. CopyFiles=@VIAAGP1.SYS
  57.  
  58. [VIAAGP_Install.HW]
  59. AddReg = AGP_Filter_Reg
  60.  
  61. [VIAAGP_Install.Services]
  62. AddService = viaagp1,0,viaagp_ServiceInstallSection
  63. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  64.  
  65. [viaagp_ServiceInstallSection]
  66. DisplayName    = %agpvia_svcdesc%
  67. ServiceType    = %SERVICE_KERNEL_DRIVER%
  68. StartType      = %SERVICE_DEMAND_START%
  69. ErrorControl   = %SERVICE_ERROR_NORMAL%
  70. ServiceBinary  = %12%\viaagp1.sys
  71. LoadOrderGroup = PnP Filter
  72.  
  73. [ControlFlags]
  74. ExcludeFromSelect=*
  75.  
  76. [Strings]
  77. VIA="VIA Technologies, Inc."
  78. VIA_MFG="VIA"
  79. PCI\VEN_1106&DEV_8598.DeviceDesc = "VIA CPU to AGP Controller"
  80. PCI\VEN_1106&DEV_8501.DeviceDesc = "VIA CPU to AGP Controller"
  81. PCI\VEN_1106&DEV_8601.DeviceDesc = "VIA CPU to AGP Controller"
  82. PCI\VEN_1106&DEV_8305.DeviceDesc = "VIA CPU to AGP Controller"
  83. PCI\VEN_1106&DEV_8605.DeviceDesc = "VIA CPU to AGP Controller"
  84. PCI\VEN_1106&DEV_8391.DeviceDesc = "VIA CPU to AGP Controller"
  85. PCI\VEN_1106&DEV_8602.DeviceDesc = "VIA CPU to AGP Controller"
  86. PCI\VEN_1106&DEV_B091.DeviceDesc = "VIA CPU to AGP Controller"
  87. PCI\VEN_1106&DEV_B099.DeviceDesc = "VIA CPU to AGP Controller"
  88. PCI\VEN_1106&DEV_B101.DeviceDesc = "VIA CPU to AGP Controller"
  89. PCI\VEN_1106&DEV_B112.DeviceDesc = "VIA CPU to AGP Controller"
  90. PCI\VEN_1106&DEV_B116.DeviceDesc = "VIA CPU to AGP controller"
  91. PCI\VEN_1106&DEV_B148.DeviceDesc = "VIA CPU to AGP controller"
  92. PCI\VEN_1106&DEV_B156.DeviceDesc = "VIA CPU to AGP controller"
  93. PCI\VEN_1106&DEV_B158.DeviceDesc = "VIA CPU to AGP controller"
  94.  
  95. ;service descriptions
  96. pci_svcdesc = "PCI Bus Driver"
  97. agpvia_svcdesc = "VIA AGP Bus Filter "
  98.  
  99. ;Handy macro substitutions (non-localizable)
  100. SPSVCINST_ASSOCSERVICE = 0x00000002
  101. SERVICE_KERNEL_DRIVER  = 1
  102. SERVICE_BOOT_START     = 0
  103. SERVICE_DEMAND_START   = 3
  104. SERVICE_ERROR_NORMAL   = 1
  105.