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

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH4IDEM.INF
  4. ; **    Abstract:  Windows* 2000 INF Update File for Intel(R) 82801 IDE device
  5. ; **    Last Update: November 14, 2003 (Version 5.1.1 Build 1001)
  6. ; ****************************************************************************
  7. ; ****************************************************************************
  8.  
  9. [version]
  10. Signature="$WINDOWS NT$"
  11. Class=hdc
  12. ClassGuid={4D36E96A-E325-11CE-BFC1-08002BE10318}
  13. Provider=%INTEL%
  14. CatalogFile=ich4ide.cat
  15. DriverVer=11/14/2003, 5.1.1.1001
  16.  
  17. [ControlFlags]
  18. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_24CB
  19. CopyFilesOnly=PCI\CC_0101,PCI\VEN_8086&DEV_24CA
  20. ExcludeFromSelect=*
  21.  
  22. [Manufacturer]
  23. %INTEL%=INTEL_HDC
  24.  
  25. [INTEL_HDC]
  26. %PCI\VEN_8086&DEV_24CB.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24CB     ; Device ID for Intel 82801 "Desktop" (DUAL_GOOD_IDE)
  27. %PCI\VEN_8086&DEV_24CA.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24CA     ; Device ID for Intel 82801 "Mobile" (DUAL_GOOD_IDE)
  28. %PCI\VEN_8086&DEV_24C1.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24C1     ; Device ID for Intel 82801 "Lite" (DUAL_GOOD_IDE)
  29. ;**********************************************************
  30. ; Intel PCI IDE Controller (DUAL_GOOD_IDE)
  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_24CB.DeviceDesc="Intel(R) 82801DB Ultra ATA Storage Controller - 24CB"
  52. PCI\VEN_8086&DEV_24CA.DeviceDesc="Intel(R) 82801DBM Ultra ATA Storage Controller - 24CA"
  53. PCI\VEN_8086&DEV_24C1.DeviceDesc="Intel(R) 82801DBM Ultra ATA Storage Controller - 24C1"
  54.  
  55. ;*******************************************
  56. ;Handy macro substitutions (non-localizable)
  57. REG_DWORD              = 0x00010001
  58.  
  59. ; Copyright (c) 2003 Intel Corporation
  60.  
  61. ; ************************************************************
  62. ; Intel is making no claims of usability, efficacy or 
  63. ; warranty.  
  64. ; ************************************************************
  65. ; Information in this document is provided in connection with 
  66. ; Intel products.  No license, express or implied, by estoppel 
  67. ; or otherwise, to any intellectual property rights is granted 
  68. ; by this document.  Intel assumes no liability whatsoever, 
  69. ; and Intel disclaims any express or implied warranty, 
  70. ; relating to sale and/or use of Intel products including 
  71. ; liability or warranties relating to fitness for a particular 
  72. ; purpose, merchantability, or infringement of any patent, 
  73. ; copyright or other intellectual property right.  Intel 
  74. ; products are not intended for use in medical, life saving, 
  75. ; or life sustaining applications.
  76.  
  77. ; ************************************************************
  78. ; Intel Corporation disclaims all warranties and liabilities 
  79. ; for the use of this document and the information contained 
  80. ; herein, and assumes no responsibility for any errors which 
  81. ; may appear in this document, nor does Intel make a 
  82. ; commitment to update the information contained herein. Intel 
  83. ; reserves the right to make changes to this document at any 
  84. ; time, without notice.
  85. ; ************************************************************
  86. ; ************************************************************
  87.  
  88. ; * Third-party brands and names are the property of their 
  89. ; respective owners.