home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / drivers / pack1 / files / infinst_autol.exe / winme / ich6ide.cat < prev    next >
Encoding:
Text File  |  2003-11-03  |  3.3 KB  |  88 lines

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