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

  1. ;
  2. ; ATI Techonologies, Inc. Copyright(c) 1999-2003
  3. ;
  4.  
  5. [version]
  6. Signature="$WINDOWS NT$"
  7. Class=hdc
  8. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  9. Provider=%ATI%
  10. LayoutFile=layout.inf
  11. CatalogFile=atihdc.cat
  12. DriverVer=04/15/2004,5.0.0.2
  13.  
  14. ;Class Install
  15. [ClassInstall32.NT]
  16. AddReg=HDC_Class
  17.  
  18. [HDC_Class]
  19. HKR,,,,%HDCClassName%
  20. HKR,,Icon,,"-9"
  21. HKR,,Installer32,,"SysSetup.Dll,HdcClassInstaller"
  22. HKR,,TroubleShooter-0,,"hcp://help/tshoot/tsdrive.htm"
  23. HKR,,DeviceType,0x10001,4                       ; FILE_DEVICE_CONTROLLER
  24. HKR,,DeviceCharacteristics,0x10001,0x100        ; Use same security checks on relative opens
  25.  
  26. [storprop_copyfiles]
  27. storprop.dll
  28.  
  29. [DestinationDirs]
  30. DefaultDestDir = 12 ; DIRID_DRIVERS
  31. storprop_copyfiles = 11
  32.  
  33. [ControlFlags]
  34. ExcludeFromSelect=*
  35.  
  36. [Manufacturer]
  37. %ATI%=ATI_HDC
  38.  
  39.  
  40. [ATI_HDC]
  41. %ATI.DeviceDesc%=pciide_Inst, PCI\VEN_1002&DEV_4369       
  42. %ATI.DeviceDesc%=pciide_Inst, PCI\VEN_1002&DEV_436E       
  43. %ATI.DeviceDesc%=pciide_Inst, PCI\VEN_1002&DEV_4376
  44.  
  45.  
  46. ;****************************************************
  47. ; Generic PCI IDE Controller (UNKNOWN_PCI_IDE)
  48. [pciide_Inst]
  49. CopyFiles = @pciide.sys
  50. CopyFiles = @pciidex.sys
  51. CopyFiles = @atapi.sys
  52. AddReg = atiide_AddReg
  53.  
  54. [pciide_Inst.Services]
  55. AddService = pciide, %SPSVCINST_ASSOCSERVICE%, pciide_Service_Inst
  56.  
  57. [pciide_Service_Inst]
  58. ServiceType    = %SERVICE_KERNEL_DRIVER%
  59. StartType      = %SERVICE_BOOT_START%
  60. ErrorControl   = %SERVICE_ERROR_NORMAL%
  61. ServiceBinary  = %12%\pciide.sys
  62. LoadOrderGroup = System Bus Extender
  63.  
  64. [pciide_Inst.PosDup]           
  65. *PNP0600
  66.  
  67.  
  68. [atiide_AddReg]
  69. HKR,, TransferModeTiming, %REG_MULTI_SZ%, \
  70.                 "18", \
  71.                 "0", \
  72.                 "0", \
  73.                 "0", \
  74.                 "0", \
  75.                 "0", \
  76.                 "0", \
  77.                 "0", \
  78.                 "0", \
  79.                 "0", \
  80.                 "0", \
  81.                 "0", \
  82.                 "0", \
  83.                 "0", \
  84.                 "0", \
  85.                 "0", \
  86.                 "0", \
  87.                 "0", \
  88.                 "15"
  89.  
  90.  
  91.  
  92.  
  93.  
  94. [SyncAccess.RegHW]
  95. HKR,,SyncAccess,%REG_DWORD%,0x00000001
  96.  
  97. [SourceDisksNames.x86]
  98. 1 = %DiskId1%,,,
  99.  
  100. [SourceDisksFiles]
  101. ; Files for disk ATI Technologies Inc. Installation Disk (IDE)
  102.  
  103. [Strings]
  104.  
  105. HDCClassName            = "IDE ATA/ATAPI controllers"
  106. MS                      = "Microsoft"
  107. MS-Drivers              = "(Standard IDE ATA/ATAPI controllers)"
  108. *PNP0600.PriDeviceDesc  = "Primary IDE Channel"
  109. *PNP0600.SecDeviceDesc  = "Secondary IDE Channel"
  110. PCI\CC_0101.DeviceDesc  = "Standard Dual Channel PCI IDE Controller ATI"
  111.  
  112. ATI.DeviceDesc="ATI IDE Controller"
  113. ATI = "ATI Technologies Inc"
  114. DiskId1 = "ATI Technologies Inc. Installation Disk (IDE)"
  115.  
  116. ;*******************************************
  117. ;Handy macro substitutions (non-localizable)
  118. SPSVCINST_ASSOCSERVICE = 0x00000002
  119. SERVICE_KERNEL_DRIVER  = 1
  120. SERVICE_BOOT_START     = 0
  121. SERVICE_ERROR_NORMAL   = 1
  122. REG_EXPAND_SZ          = 0x00020000
  123. REG_DWORD              = 0x00010001
  124. REG_MULTI_SZ           = 0x00010000
  125.  
  126.