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

  1.  
  2. ; nvsmb.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=nvsmb.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_01b4.DeviceDesc% = NO_DRV, PCI\VEN_10de&DEV_01b4
  25. %PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV, PCI\VEN_10de&DEV_0064
  26. %PCI\VEN_10de&DEV_01b4.DeviceDesc% = NO_DRV, PCI\VEN_10de&DEV_00D4
  27.  
  28. ;**************************************************************************
  29. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  30. [NO_DRV]
  31. Include=machine.inf
  32. Needs=NO_DRV
  33.  
  34. [NO_DRV.Services]
  35. Include=machine.inf
  36. Needs=NO_DRV.Services
  37.  
  38. [NO_DRV.HW]
  39. Include=machine.inf
  40. Needs=NO_DRV.HW
  41.  
  42. [Strings]
  43. SystemClassName = "System devices"
  44. NVIDIA          = "NVIDIA"
  45. NVIDIA_MFG      = "NVIDIA"
  46. PCI\VEN_10de&DEV_01b4.DeviceDesc = "NVIDIA nForce PCI System Management"
  47.