home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / drivers / pack1 / files / infinst_autol.exe / win2003 / ich5ide.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-03-11  |  4.1 KB  |  103 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH5IDE.INF
  4. ; **    Abstract:  Windows* 2K, XP, 2003 INF Update File for 
  5. ; **               Intel(R) 82801 IDE device
  6. ; **    Last Update: November 17, 2004 (Version 6.3.0 Build 1005)  
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [version]
  11. Signature="$WINDOWS NT$"
  12. Class=hdc
  13. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  14. Provider=%INTEL%
  15. CatalogFile=ich5ide.cat
  16. DriverVer=11/17/2004, 6.3.0.1005
  17.  
  18. [ControlFlags]
  19. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_24D1
  20. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_24DB
  21. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_25A2
  22. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_25A3
  23. ExcludeFromSelect=*
  24.  
  25. [Manufacturer]
  26. %INTEL%=INTEL_HDC,NTamd64
  27.  
  28. [INTEL_HDC]
  29. %PCI\VEN_8086&DEV_24D1.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24D1
  30. %PCI\VEN_8086&DEV_24DB.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24DB
  31. %PCI\VEN_8086&DEV_25A2.DeviceDesc%=intelide, PCI\VEN_8086&DEV_25A2 
  32. %PCI\VEN_8086&DEV_25A3.DeviceDesc%=intelide, PCI\VEN_8086&DEV_25A3 
  33.  
  34. [INTEL_HDC.NTamd64]
  35. %PCI\VEN_8086&DEV_24D1.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24D1
  36. %PCI\VEN_8086&DEV_24DB.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24DB
  37. %PCI\VEN_8086&DEV_25A2.DeviceDesc%=intelide, PCI\VEN_8086&DEV_25A2 
  38. %PCI\VEN_8086&DEV_25A3.DeviceDesc%=intelide, PCI\VEN_8086&DEV_25A3 
  39.  
  40. ;**********************************************************
  41. ; Intel PCI IDE Controller (DUAL_GOOD_IDE)
  42.  
  43. [intelide]
  44. Include=mshdc.inf
  45. Needs=pciide_Inst
  46. AddReg = intelChannelEnableCheck_AddReg
  47.  
  48. [intelChannelEnableCheck_AddReg]
  49. HKR,,MasterOnMask,%REG_DWORD%,0x00000080
  50. HKR,,MasterOnConfigOffset,%REG_DWORD%,0x00000041
  51. HKR,,SlaveOnMask,%REG_DWORD%,0x00000080
  52. HKR,,SlaveOnConfigOffset,%REG_DWORD%,0x00000043
  53.  
  54. [intelide.Services]
  55. Include=mshdc.inf
  56. Needs=pciide_Inst.Services
  57.  
  58. [intelide.PosDup]
  59. *PNP0600
  60.  
  61. [Strings]
  62. INTEL="Intel"
  63. PCI\VEN_8086&DEV_24D1.DeviceDesc="Intel(R) 82801EB Ultra ATA Storage Controllers"
  64. PCI\VEN_8086&DEV_24DB.DeviceDesc="Intel(R) 82801EB Ultra ATA Storage Controllers"
  65. PCI\VEN_8086&DEV_25A2.DeviceDesc="Intel(R) 6300ESB Ultra ATA Storage Controller - 25A2"
  66. PCI\VEN_8086&DEV_25A3.DeviceDesc="Intel(R) 6300ESB Ultra ATA Storage/SATA Controller - 25A3" 
  67.  
  68. ;*******************************************
  69. ;Handy macro substitutions (non-localizable)
  70.  
  71. REG_DWORD              = 0x00010001
  72.  
  73. ; Copyright (c) 2003-2004 Intel Corporation
  74.  
  75. ; ************************************************************
  76. ; Intel is making no claims of usability, efficacy or 
  77. ; warranty.  
  78. ; ************************************************************
  79. ; Information in this document is provided in connection with 
  80. ; Intel products.  No license, express or implied, by estoppel 
  81. ; or otherwise, to any intellectual property rights is granted 
  82. ; by this document.  Intel assumes no liability whatsoever, 
  83. ; and Intel disclaims any express or implied warranty, 
  84. ; relating to sale and/or use of Intel products including 
  85. ; liability or warranties relating to fitness for a particular 
  86. ; purpose, merchantability, or infringement of any patent, 
  87. ; copyright or other intellectual property right.  Intel 
  88. ; products are not intended for use in medical, life saving, 
  89. ; or life sustaining applications.
  90.  
  91. ; ************************************************************
  92. ; Intel Corporation disclaims all warranties and liabilities 
  93. ; for the use of this document and the information contained 
  94. ; herein, and assumes no responsibility for any errors which 
  95. ; may appear in this document, nor does Intel make a 
  96. ; commitment to update the information contained herein. Intel 
  97. ; reserves the right to make changes to this document at any 
  98. ; time, without notice.
  99. ; ************************************************************
  100. ; ************************************************************
  101.  
  102. ; * Third-party brands and names are the property of their 
  103. ; respective owners.