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

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