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

  1. ; INF file for Win98 AMD 755/756 APM Support
  2. ; Copyright 1998-99, Advanced Micro Devices, Inc.
  3. ; Version 1.12  07/19/1999
  4.  
  5. [version]
  6. CatalogFile=machine.cat
  7. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  8. signature="$CHICAGO$"
  9. Class=System
  10. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  11. Provider="AMD"
  12. SetupClass=BASE
  13.  
  14. [ClassInstall]
  15. AddReg=System_Class_Reg
  16. DelReg=System_Class_DelReg
  17.  
  18. [System_Class_Reg]
  19. HKR,,,,%SystemClassName%
  20. HKR,,Installer,,sysclass.dll
  21.  
  22. [System_Class_DelReg]
  23. HKR,,NoInstallClass
  24.  
  25. [DestinationDirs]
  26.  
  27.  
  28. [Manufacturer]
  29. %AMD_MFG%=AMD_SYS
  30.  
  31.  
  32. [AMD_SYS]
  33. %PCI\VEN_1022&DEV_7403.DeviceDesc%=NO_DRV,PCI\VEN_1022&DEV_7403
  34. %PCI\VEN_1022&DEV_740B.DeviceDesc%=NO_DRV,PCI\VEN_1022&DEV_740B
  35.  
  36. [NO_DRV]
  37. DelReg=RemoveDevLoader
  38.  
  39. [RemoveDevLoader]
  40. HKR,,DevLoader
  41.  
  42.  
  43.  
  44. [ControlFlags]
  45. ExcludeFromSelect=PCI\VEN_1022&DEV_7403
  46. ExcludeFromSelect=PCI\VEN_1022&DEV_740B
  47.  
  48.  
  49.  
  50. [Strings]
  51. SystemClassName = "System devices"
  52.  
  53. AMD_MFG="AMD"
  54. PCI\VEN_1022&DEV_7403.DeviceDesc="AMD-755 Power Management Controller"
  55. PCI\VEN_1022&DEV_740B.DeviceDesc="AMD-756 Power Management Controller"
  56.  
  57.