home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / nvmemctl.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  2.5 KB  |  67 lines

  1.  
  2. ; nvmemctl.INF
  3.  
  4. ; Copyright (c) 2001-2002, NVIDIA
  5. ; Version 1.00
  6.  
  7. [Version]
  8. Signature="$WINDOWS NT$"
  9. Class=System
  10. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  11. Provider=%NVIDIA%
  12. CatalogFile=nvmemctl.cat
  13. DriverVer = 04/09/2003, 3.3.8
  14.  
  15. [ControlFlags]
  16. ExcludeFromSelect=*
  17.  
  18. [Manufacturer]
  19. %NVIDIA_MFG%=NVIDIA_SYS
  20.  
  21. [SourceDisksFiles]
  22.  
  23. [NVIDIA_SYS]
  24. %PCI\VEN_10DE&DEV_01AA.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AA
  25. %PCI\VEN_10DE&DEV_01AB.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AB
  26. %PCI\VEN_10DE&DEV_01AC.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AC
  27. %PCI\VEN_10DE&DEV_01AD.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AD
  28. %PCI\VEN_10DE&DEV_01EA.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EA
  29. %PCI\VEN_10DE&DEV_01EA&REV_C1.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EA&REV_C1
  30. %PCI\VEN_10DE&DEV_01EB.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EB
  31. %PCI\VEN_10DE&DEV_01EB&REV_C1.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EB&REV_C1
  32. %PCI\VEN_10DE&DEV_01EB.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EC
  33. %PCI\VEN_10DE&DEV_01ED.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01ED
  34. %PCI\VEN_10DE&DEV_01EE.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EE
  35. %PCI\VEN_10DE&DEV_01EF.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01EF
  36.  
  37. ;**************************************************************************
  38. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  39. [NO_DRV]
  40. Include=machine.inf
  41. Needs=NO_DRV
  42.  
  43. [NO_DRV.Services]
  44. Include=machine.inf
  45. Needs=NO_DRV.Services
  46.  
  47. [NO_DRV.HW]
  48. Include=machine.inf
  49. Needs=NO_DRV.HW
  50.  
  51. [Strings]
  52. SystemClassName = "System devices"
  53. NVIDIA          = "NVIDIA"
  54. NVIDIA_MFG      = "NVIDIA"
  55. PCI\VEN_10DE&DEV_01AA.DeviceDesc="NVIDIA nForce 220/230 Memory Controller (DDR)"
  56. PCI\VEN_10DE&DEV_01AB.DeviceDesc="NVIDIA nForce 415/420/430 Memory Controller (DDR)"
  57. PCI\VEN_10DE&DEV_01AC.DeviceDesc="NVIDIA nForce 220/230/415/420/430 Memory Controller"
  58. PCI\VEN_10DE&DEV_01AD.DeviceDesc="NVIDIA nForce 220/230/415/420/430 Memory Controller"
  59. PCI\VEN_10DE&DEV_01EA.DeviceDesc="NVIDIA nForce2 Memory Controller"
  60. PCI\VEN_10DE&DEV_01EA&REV_C1.DeviceDesc="NVIDIA nForce2 400 Memory Controller"
  61. PCI\VEN_10DE&DEV_01EB.DeviceDesc="NVIDIA nForce2 Memory Controller"
  62. PCI\VEN_10DE&DEV_01EB&REV_C1.DeviceDesc="NVIDIA nForce2 Ultra 400 Memory Controller"
  63. PCI\VEN_10DE&DEV_01EC.DeviceDesc="NVIDIA nForce2 Memory Controller"
  64. PCI\VEN_10DE&DEV_01ED.DeviceDesc="NVIDIA nForce2 Memory Controller"
  65. PCI\VEN_10DE&DEV_01EE.DeviceDesc="NVIDIA nForce2 Memory Controller"
  66. PCI\VEN_10DE&DEV_01EF.DeviceDesc="NVIDIA nForce2 Memory Controller"
  67.