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

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH4IDE.INF
  4. ; **    Abstract:  Windows* 98 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. LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
  11. signature="$CHICAGO$"
  12. Class=hdc
  13. ClassGUID={4d36e96a-e325-11ce-bfc1-08002be10318}
  14. Provider=%INTEL%
  15. CatalogFile=ich4ide.cat
  16. DriverVer=07/02/2001, 4.00.1001
  17.  
  18. ;Class Install
  19. [ClassInstall]
  20. AddReg=HDC_Class
  21.  
  22. [HDC_Class]
  23. HKR,,,,%HDCClassName%
  24. HKR,,Icon,,-9
  25.  
  26. [Manufacturer]
  27. %INTEL%=INTEL_HDC
  28.  
  29. [INTEL_HDC]
  30. %PCI\VEN_8086&DEV_24CB.DeviceDesc%=DUAL_GOOD_IDE, PCI\VEN_8086&DEV_24CB
  31. %PCI\VEN_8086&DEV_24CB.DeviceDesc%=DUAL_GOOD_IDE, PCI\VEN_8086&DEV_24CB&CC_0101
  32. %PCI\VEN_8086&DEV_24CA.DeviceDesc%=DUAL_GOOD_IDE, PCI\VEN_8086&DEV_24CA
  33. %PCI\VEN_8086&DEV_24CA.DeviceDesc%=DUAL_GOOD_IDE, PCI\VEN_8086&DEV_24CA&CC_0101
  34. %MF\GOODPRIMARY.DeviceDesc% = GOOD_IDE, MF\GOODPRIMARY
  35. %MF\GOODSECONDARY.DeviceDesc% = GOOD_IDE, MF\GOODSECONDARY
  36.  
  37. [GOOD_IDE]
  38. AddReg = ESDI_AddReg
  39.  
  40. [GOOD_IDE.HW]
  41. AddReg = ESDI_FIFO_OK_AddReg
  42.  
  43. [GOOD_IDE.PosDup]
  44. *PNP0600
  45.  
  46. [DUAL_GOOD_IDE]
  47. AddReg=PCIMF.Reg,IDEProp.Reg
  48.  
  49. [DUAL_GOOD_IDE.HW]
  50. AddReg=DUAL_GOOD_IDE.RegHW
  51.  
  52. [DUAL_GOOD_IDE.RegHW]
  53. HKR,Child0000,HardwareID,,MF\GOODPRIMARY
  54. HKR,Child0000,ResourceMap,1,00,01,02
  55. HKR,Child0000,VaryingResourceMap,1,06,00,00,00,00,08,00,00,00,01,00,00,00
  56. HKR,Child0000,MFFlags,1,0C,00,00,00
  57. HKR,Child0001,HardwareID,,MF\GOODSECONDARY
  58. HKR,Child0001,ResourceMap,1,03,04,05
  59. HKR,Child0001,VaryingResourceMap,1,06,08,00,00,00,08,00,00,00,01,00,00,00
  60. HKR,Child0001,MFFlags,1,0C,00,00,00
  61. HKR,,PCIDualIDE,1,01
  62.  
  63. [DUAL_GOOD_IDE.PosDup]
  64. *PNP0600
  65.  
  66. [IDEProp.Reg]
  67. HKR,,EnumPropPages,,"sysclass.dll,IDEEnumPropPages"
  68.  
  69. [PCIMF.Reg]
  70. HKR,,DevLoader,,*CONFIGMG
  71. HKR,,Enumerator,,*CONFIGMG
  72. HKR,,CMDrivFlags,1,03,00,00,00
  73.  
  74. [ESDI_FIFO_OK_AddReg]
  75. HKR,,IDENoSerialize,3,01
  76.  
  77. [ESDI_AddReg]
  78. HKR,,DriverDesc,,"ESDI Port Driver"
  79. HKR,,DevLoader,,*IOS
  80. HKR,,PortDriver,,ESDI_506.pdr
  81.  
  82. [ControlFlags]
  83. CopyFilesOnly=PCI\VEN_8086&DEV_24CB
  84. ExcludeFromSelect=PCI\VEN_8086&DEV_24CB
  85. CopyFilesOnly=PCI\VEN_8086&DEV_24CA
  86. ExcludeFromSelect=PCI\VEN_8086&DEV_24CA
  87. ExcludeFromSelect=MF\GOODPRIMARY,MF\GOODSECONDARY
  88.  
  89. [Strings]
  90. HDCClassName            = "Hard disk controllers"
  91. INTEL="Intel"
  92. MF\GOODPRIMARY.DeviceDesc= "Primary IDE controller (dual fifo)"
  93. MF\GOODSECONDARY.DeviceDesc= "Secondary IDE controller (dual fifo)"
  94. PCI\VEN_8086&DEV_24CB.DeviceDesc="Intel(R) 82801DB Ultra ATA Storage Controller - 24CB"
  95. PCI\VEN_8086&DEV_24CA.DeviceDesc="Intel(R) 82801DBM Ultra ATA Storage Controller - 24CA"
  96.  
  97. ; Copyright (c) 1999-2000 Intel Corporation
  98. ; Copyright (c) 1993-1998 Microsoft Corporation
  99.  
  100. ; ************************************************************
  101. ; Intel is making no claims of usability, efficacy or 
  102. ; warranty.  
  103. ; ************************************************************
  104. ; Information in this document is provided in connection with 
  105. ; Intel products.  No license, express or implied, by estoppel 
  106. ; or otherwise, to any intellectual property rights is granted 
  107. ; by this document.  Intel assumes no liability whatsoever, 
  108. ; and Intel disclaims any express or implied warranty, 
  109. ; relating to sale and/or use of Intel products including 
  110. ; liability or warranties relating to fitness for a particular 
  111. ; purpose, merchantability, or infringement of any patent, 
  112. ; copyright or other intellectual property right.  Intel 
  113. ; products are not intended for use in medical, life saving, 
  114. ; or life sustaining applications.
  115.  
  116. ; ************************************************************
  117. ; Intel Corporation disclaims all warranties and liabilities 
  118. ; for the use of this document and the information contained 
  119. ; herein, and assumes no responsibility for any errors which 
  120. ; may appear in this document, nor does Intel make a 
  121. ; commitment to update the information contained herein. Intel 
  122. ; reserves the right to make changes to this document at any 
  123. ; time, without notice.
  124. ; ************************************************************
  125. ; ************************************************************
  126.  
  127. ; * Third-party brands and names are the property of their 
  128. ; respective owners.
  129.