home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / drivers / pack1 / files / infinst_autol.exe / data1.cab / AllFiles / XP / ich4ide.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2002-08-12  |  3.5 KB  |  90 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH4IDE.INF
  4. ; **    Abstract:  Windows* XP INF Update File for Intel(R) 82801CA IDE device
  5. ; **    Last Update: Sept 19, 2001 (Version 4.00 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=07/02/2001, 4.00.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 82801BA "Desktop" (DUAL_GOOD_IDE)
  27. %PCI\VEN_8086&DEV_24CA.DeviceDesc%=intelide, PCI\VEN_8086&DEV_24CA     ; Device ID for Intel 82801BA "Desktop" (DUAL_GOOD_IDE)
  28.  
  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.  
  54. ;*******************************************
  55. ;Handy macro substitutions (non-localizable)
  56. REG_DWORD              = 0x00010001
  57.  
  58. ; Copyright (c) 2000 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.
  89.  
  90.