home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2000 October / PCpro_2000_10.ISO / basics / treiber / amddrvpk_100.exe / %WIN% / Inf / amdpowerm.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-08-16  |  672 b   |  30 lines

  1. ; INF file for Win95 AMD 755/756 APM Support
  2. ; Copyright 1998-99, Advanced Micro Devices, Inc.
  3. ; Version 1.00  07/20/1999
  4.  
  5. [Version]
  6. Signature=$CHICAGO$
  7. Class=System
  8. Provider=%Mfg%
  9.  
  10. [ClassInstall]
  11. AddReg=System_Class_Reg
  12.  
  13. [System_Class_Reg]
  14. HKR,,,,%SystemClassName%
  15.  
  16. [Manufacturer]
  17. %AMD_MFG%=AMD_SYS
  18.  
  19. [AMD_SYS]
  20. %PCI\VEN_1022&DEV_7403.DeviceDesc%=NO_DRV,PCI\VEN_1022&DEV_7403
  21. %PCI\VEN_1022&DEV_740B.DeviceDesc%=NO_DRV,PCI\VEN_1022&DEV_740B
  22.  
  23.  
  24. [Strings]
  25. SystemClassName = "System devices"
  26.  
  27. AMD_MFG="AMD"
  28. PCI\VEN_1022&DEV_7403.DeviceDesc="AMD-755 Power Management Controller"
  29. PCI\VEN_1022&DEV_740B.DeviceDesc="AMD-756 Power Management Controller"
  30.