home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / drivers / pack1 / files / infinst_autol.exe / win2003 / ich7ide.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-03-11  |  3.7 KB  |  95 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: January 19, 2005 (Version 7.0.0 Build 1014)
  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=01/19/2005, 7.0.0.1014
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect=*
  20.  
  21. [Manufacturer]
  22. %INTEL%=INTEL_HDC,NTamd64
  23.  
  24. [INTEL_HDC]
  25. %PCI\VEN_8086&DEV_27C0.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27C0
  26. %PCI\VEN_8086&DEV_27C4.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27C4     
  27. %PCI\VEN_8086&DEV_27DF.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27DF   
  28.  
  29. [INTEL_HDC.NTamd64]
  30. %PCI\VEN_8086&DEV_27C0.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27C0
  31. %PCI\VEN_8086&DEV_27C4.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27C4     
  32. %PCI\VEN_8086&DEV_27DF.DeviceDesc%=intelide, PCI\VEN_8086&DEV_27DF  
  33.  
  34. ;**********************************************************
  35. ; Intel PCI IDE Controller (DUAL_GOOD_IDE)
  36.  
  37. [intelide]
  38. Include=mshdc.inf
  39. Needs=pciide_Inst
  40. AddReg = intelChannelEnableCheck_AddReg
  41.  
  42. [intelChannelEnableCheck_AddReg]
  43. HKR,,MasterOnMask,%REG_DWORD%,0x00000080
  44. HKR,,MasterOnConfigOffset,%REG_DWORD%,0x00000041
  45. HKR,,SlaveOnMask,%REG_DWORD%,0x00000080
  46. HKR,,SlaveOnConfigOffset,%REG_DWORD%,0x00000043
  47.  
  48. [intelide.Services]
  49. Include=mshdc.inf
  50. Needs=pciide_Inst.Services
  51.  
  52. [intelide.PosDup]
  53. *PNP0600
  54.  
  55. [Strings]
  56. INTEL="Intel"
  57. PCI\VEN_8086&DEV_27C0.DeviceDesc="Intel(R) 82801GB Serial ATA Storage Controllers - 27C0"
  58. PCI\VEN_8086&DEV_27C4.DeviceDesc="Intel(R) 82801GBM Serial ATA Storage Controllers - 27C4"
  59. PCI\VEN_8086&DEV_27DF.DeviceDesc="Intel(R) 82801GB Ultra ATA Storage Controllers - 27DF"
  60.  
  61. ;*******************************************
  62. ;Handy macro substitutions (non-localizable)
  63. REG_DWORD              = 0x00010001
  64.  
  65. ; Copyright (c) 2003-2005 Intel Corporation
  66.  
  67. ; ************************************************************
  68. ; Intel is making no claims of usability, efficacy or 
  69. ; warranty.  
  70. ; ************************************************************
  71. ; Information in this document is provided in connection with 
  72. ; Intel products.  No license, express or implied, by estoppel 
  73. ; or otherwise, to any intellectual property rights is granted 
  74. ; by this document.  Intel assumes no liability whatsoever, 
  75. ; and Intel disclaims any express or implied warranty, 
  76. ; relating to sale and/or use of Intel products including 
  77. ; liability or warranties relating to fitness for a particular 
  78. ; purpose, merchantability, or infringement of any patent, 
  79. ; copyright or other intellectual property right.  Intel 
  80. ; products are not intended for use in medical, life saving, 
  81. ; or life sustaining applications.
  82.  
  83. ; ************************************************************
  84. ; Intel Corporation disclaims all warranties and liabilities 
  85. ; for the use of this document and the information contained 
  86. ; herein, and assumes no responsibility for any errors which 
  87. ; may appear in this document, nor does Intel make a 
  88. ; commitment to update the information contained herein. Intel 
  89. ; reserves the right to make changes to this document at any 
  90. ; time, without notice.
  91. ; ************************************************************
  92. ; ************************************************************
  93.  
  94. ; * Third-party brands and names are the property of their 
  95. ; respective owners.