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

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