home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A1000 / nv_agp.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  2.8 KB  |  102 lines

  1. ;
  2. ; nv_agp.inf
  3. ;
  4. ;
  5. ; NVIDIA Windows 2000 AGP INF file
  6. ; Copyright 1999-2002 NVIDIA Corporation.  All Rights Reserved.
  7. ;
  8.  
  9. [Version]
  10. CatalogFile=nv_agp.cat
  11. Signature="$WINDOWS NT$"
  12. Class=System
  13. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  14. Provider=%NVIDIA%
  15. LayoutFile=layout.inf
  16. DriverVer = 03/19/2003, 3.3.4
  17.  
  18. [DestinationDirs]
  19. DefaultDestDir = 12        ; DIRID_DRIVERS
  20. NvUninstall.FileList = 11
  21.  
  22. [SourceDisksNames]
  23. 222=%DiskDescription%,,,
  24.  
  25. [SourceDisksFiles]
  26. nv_agp.sys=222
  27. Nvugart.exe=222
  28. nvgart.nvu=222
  29.  
  30. [Manufacturer]
  31. %NVIDIA_MFG%=NVIDIA_AGP
  32.  
  33. [AGP_Filter_Reg]
  34. HKR,,"UpperFilters", 0x00010000,"nv_agp"
  35.  
  36. [pci_ServiceInstallSection]
  37. DisplayName    = %pci_svcdesc%
  38. ServiceType    = %SERVICE_KERNEL_DRIVER%
  39. StartType      = %SERVICE_BOOT_START%
  40. ErrorControl   = %SERVICE_ERROR_NORMAL%
  41. ServiceBinary  = %12%\pci.sys
  42. LoadOrderGroup = "Boot Bus Extender"
  43.  
  44.  
  45. [NVIDIA_AGP]
  46. %PCI\VEN_10DE&DEV_01B7.DeviceDesc%=NVIDIAAGP_Install,PCI\VEN_10DE&DEV_01B7
  47. %PCI\VEN_10DE&DEV_01E8.DeviceDesc%=NVIDIAAGP_Install,PCI\VEN_10DE&DEV_01E8
  48. %PCI\VEN_10DE&DEV_00D2.DeviceDesc%=NVIDIAAGP_Install,PCI\VEN_10DE&DEV_00D2
  49.  
  50. ;
  51. ; NVIDIA AGP chipset
  52. ;
  53. [NVIDIAAGP_Install]
  54. CopyFiles=@nv_agp.SYS,NvUninstall.FileList
  55.  
  56. [NVIDIAAGP_Install.HW]
  57. AddReg = AGP_Filter_Reg,NvUninstall.AddReg
  58.  
  59. [NVIDIAAGP_Install.Services]
  60. AddService = nv_agp,0,NVIDIAAGP_ServiceInstallSection
  61. AddService = pci, %SPSVCINST_ASSOCSERVICE%, pci_ServiceInstallSection
  62.  
  63. [NVIDIAAGP_ServiceInstallSection]
  64. DisplayName    = %agpnvidia_svcdesc%
  65. ServiceType    = %SERVICE_KERNEL_DRIVER%
  66. StartType      = %SERVICE_DEMAND_START%
  67. ErrorControl   = %SERVICE_ERROR_NORMAL%
  68. ServiceBinary  = %12%\nv_agp.sys
  69. LoadOrderGroup = PnP Filter
  70.  
  71. [nvUninstall.FileList]
  72. nvugart.exe
  73. nvgart.nvu
  74.  
  75. [NvUninstall.AddReg]
  76. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Gart Driver"
  77. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Gart Driver",DisplayName,,"NVIDIA Gart Driver"
  78. HKLM,"Software\Microsoft\Windows\CurrentVersion\Uninstall\NVIDIA Gart Driver",UninstallString,,"%11%\nvugart.exe Uninstall %11%\Nvgart.nvu,NVIDIA Gart Driver"
  79.  
  80. [ControlFlags]
  81. ExcludeFromSelect=*
  82.  
  83. [Strings]
  84. NVIDIA="NVIDIA Corporation"
  85. NVIDIA_MFG="NVIDIA"
  86. PCI\VEN_10DE&DEV_01B7.DeviceDesc = "NVIDIA nForce AGP Host to PCI Bridge"
  87. PCI\VEN_10DE&DEV_01E8.DeviceDesc = "NVIDIA nForce2 AGP Host to PCI Bridge"
  88. PCI\VEN_10DE&DEV_00D2.DeviceDesc = "NVIDIA nForce D2 AGP Host to PCI Bridge"
  89. PCI\VEN_10DE&DEV_00E2.DeviceDesc = "NVIDIA nForce E2 AGP Host to PCI Bridge"
  90. DiskDescription  = "NVIDIA nForce Driver Disk"
  91.  
  92. ;service descriptions
  93. pci_svcdesc = "PCI Bus Driver"
  94. agpnvidia_svcdesc = "NVIDIA nForce AGP Bus Filter"
  95.  
  96. ;Handy macro substitutions (non-localizable)
  97. SPSVCINST_ASSOCSERVICE = 0x00000002
  98. SERVICE_KERNEL_DRIVER  = 1
  99. SERVICE_BOOT_START     = 0
  100. SERVICE_DEMAND_START   = 3
  101. SERVICE_ERROR_NORMAL   = 1
  102.