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

  1. ; SMBUSati.inf
  2. ;
  3. ; Installation file (.inf) for the ATI SMBus device.
  4. ;
  5. ; (c) Copyright 2002 ATI Technologies Inc 
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Provider=%ATI%
  11. ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318}
  12. Class=System
  13. CatalogFile=SMbusati.cat
  14. DriverVer=05/10/2003,5.10.1000.4
  15.  
  16. [DestinationDirs]
  17. DefaultDestDir   = 12
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %ATI%   = ATI.Mfg
  25.  
  26. [ATI.Mfg]
  27. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4353
  28. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4363
  29. %ATI.DeviceDesc0% = ATISMBus, PCI\VEN_1002&DEV_4372
  30.  
  31.  
  32. ;
  33. ; General installation section
  34. ;
  35.  
  36. [ATISMBus]
  37.  
  38.  
  39. ;
  40. ; Service Installation
  41. ;
  42.  
  43. [ATISMBus.Services]
  44. AddService = , 0x00000002
  45.  
  46. [ATISMBus_Service_Inst]
  47. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  48. StartType      = 3                  ; SERVICE_DEMAND_START
  49. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  50. LoadOrderGroup = Pointer Port
  51.  
  52.  
  53. [ATISMBus_EventLog_Inst]
  54. AddReg = ATISMBus_EventLog_AddReg
  55.  
  56. [ATISMBus_EventLog_AddReg]
  57.  
  58.  
  59.  
  60.  
  61. ;
  62. ; Source file information
  63. ;
  64.  
  65. [SourceDisksNames]
  66. 1 = %DiskId1%,,,
  67.  
  68. [SourceDisksFiles]
  69. ; Files for disk ATI Technologies Inc Installation Disk #1 (System)
  70.  
  71. [Strings]
  72.  
  73. ;
  74. ; Non-Localizable Strings
  75. ;
  76.  
  77. REG_SZ         = 0x00000000
  78. REG_MULTI_SZ   = 0x00010000
  79. REG_EXPAND_SZ  = 0x00020000
  80. REG_BINARY     = 0x00000001
  81. REG_DWORD      = 0x00010001
  82. SERVICEROOT    = "System\CurrentControlSet\Services"
  83.  
  84. ;
  85. ; Localizable Strings
  86. ;
  87.  
  88. ATI.DeviceDesc0 = "ATI SMBus"
  89. DiskId1 = "ATI Technologies Inc Installation Disk #1 (System)"
  90. ATI = "ATI Technologies Inc"
  91.