home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / A1100 / nf4sys.inf < prev    next >
Encoding:
INI File  |  2006-03-31  |  997 b   |  50 lines

  1. ;
  2. ; Copyright (C) 2004  NVIDIA Corporation 
  3.  
  4.  
  5.  
  6. [Version] 
  7. Signature = "$Windows NT$" 
  8. Class=System
  9. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} 
  10. Provider=%NV% 
  11. CatalogFile=nf4sys.cat
  12. DriverVer= 07/27/2004,5.1.2600.0445
  13.  
  14. [Manufacturer] 
  15. %NV%=NV
  16.  
  17. [NV]
  18. %NF4LDTDesc%=NO_DRV,PCI\VEN_10DE&DEV_005E
  19. %NF4SLPCDesc%=NO_DRV,PCI\VEN_10DE&DEV_00D3
  20.  
  21. [NO_DRV]
  22.  
  23. [NO_DRV.Services]
  24. AddService = , 2   ; null service install
  25.  
  26. [Strings] 
  27.  
  28. ;  *******Localizable Strings******* 
  29. NV= "NVIDIA" 
  30. NF4LDTDesc= "nForce4 HyperTransport Bridge" 
  31. NF4SLPCDesc= "nForce4 Low Pin Count Controller" 
  32.  
  33. ;  *******Non Localizable Strings******* 
  34.  
  35. SERVICE_BOOT_START = 0x0 
  36. SERVICE_SYSTEM_START = 0x1 
  37. SERVICE_AUTO_START = 0x2 
  38. SERVICE_DEMAND_START = 0x3 
  39. SERVICE_DISABLED = 0x4 
  40.  
  41. SERVICE_KERNEL_DRIVER = 0x1 
  42. SERVICE_ERROR_IGNORE = 0x0 
  43. SERVICE_ERROR_NORMAL = 0x1 
  44. SERVICE_ERROR_SEVERE = 0x2 
  45. SERVICE_ERROR_CRITICAL = 0x3 
  46.  
  47. REG_EXPAND_SZ = 0x00020000 
  48. REG_DWORD = 0x00010001 
  49.