home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / xp / ich6ide.inf < prev    next >
Encoding:
INI File  |  2004-05-07  |  3.5 KB  |  90 lines

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