home *** CD-ROM | disk | FTP | other *** search
/ Compilation of drivers fo…old hardware for windows / drivers20000.iso / ich5core.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2006-03-31  |  4.9 KB  |  124 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ICH5CORE.INF                                                 
  4. ; **    Abstract:  Windows* 2K, XP, 2003 INF Update File for 
  5. ; **               Intel(R) 82801 core devices
  6. ; **    Last Update: January 10, 2005 (Version 7.0.0 Build 1011)
  7. ; ****************************************************************************
  8. ; ****************************************************************************
  9.  
  10. [Version]
  11. Signature="$WINDOWS NT$"
  12. Class=System
  13. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  14. Provider=%INTEL%
  15. CatalogFile=ich5core.cat
  16. DriverVer=01/10/2005, 7.0.0.1011
  17.  
  18. [ControlFlags]
  19. ExcludeFromSelect=*
  20.  
  21. [Manufacturer]
  22. %INTEL%=INTEL_SYS,NTamd64
  23.  
  24. [INTEL_SYS]
  25. %PCI\VEN_8086&DEV_24D0.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_24D0
  26. %PCI\VEN_8086&DEV_24DC.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_24DC
  27. %PCI\VEN_8086&DEV_24D3.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_24D3
  28.  
  29. %PCI\VEN_8086&DEV_25A1.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_25A1
  30. %PCI\VEN_8086&DEV_25A4.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25A4
  31. %PCI\VEN_8086&DEV_25AB.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25AB
  32. %PCI\VEN_8086&DEV_25AE.DeviceDesc% = INTEL_PCI, PCI\VEN_8086&DEV_25AE
  33. %PCI\VEN_8086&DEV_25AC.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25AC
  34.  
  35. [INTEL_SYS.NTamd64]
  36. %PCI\VEN_8086&DEV_24D0.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_24D0
  37. %PCI\VEN_8086&DEV_24DC.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_24DC
  38. %PCI\VEN_8086&DEV_24D3.DeviceDesc% = NO_DRV,PCI\VEN_8086&DEV_24D3
  39.  
  40. %PCI\VEN_8086&DEV_25A1.DeviceDesc% = INTEL_ISAPNP, PCI\VEN_8086&DEV_25A1
  41. %PCI\VEN_8086&DEV_25A4.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25A4
  42. %PCI\VEN_8086&DEV_25AB.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25AB
  43. %PCI\VEN_8086&DEV_25AE.DeviceDesc% = INTEL_PCI, PCI\VEN_8086&DEV_25AE
  44. %PCI\VEN_8086&DEV_25AC.DeviceDesc% = NO_DRV, PCI\VEN_8086&DEV_25AC
  45.  
  46. ;*************************************************************
  47.  
  48. [INTEL_PCI]
  49. Include=machine.inf
  50. Needs=PCI_DRV
  51.  
  52. [INTEL_PCI.Services]
  53. Include=machine.inf
  54. Needs=PCI_DRV.Services
  55.  
  56. [INTEL_PCI.HW]
  57. Include=machine.inf
  58. Needs=PCI_DRV.HW
  59.  
  60. ;**************************************************************************
  61. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  62.  
  63. [NO_DRV]
  64. Include=machine.inf
  65. Needs=NO_DRV
  66.  
  67. [NO_DRV.Services]
  68. Include=machine.inf
  69. Needs=NO_DRV.Services
  70.  
  71. ;****************************************************
  72. ; Generic ISA Root Bus / PCI-ISA Bridge / PCI-EISA Bridge
  73.  
  74. [INTEL_ISAPNP]
  75. Include=machine.inf
  76. Needs=ISAPNP_DRV
  77.  
  78. [INTEL_ISAPNP.Services]
  79. Include=machine.inf
  80. Needs=ISAPNP_DRV.Services
  81.  
  82. [Strings]
  83. INTEL="Intel"
  84. PCI\VEN_8086&DEV_24D0.DeviceDesc="Intel(R) 82801EB LPC Interface Controller - 24D0"
  85. PCI\VEN_8086&DEV_24DC.DeviceDesc="Intel(R) 82801EB LPC Interface Controller - 24DC"
  86. PCI\VEN_8086&DEV_24D3.DeviceDesc="Intel(R) 82801EB SMBus Controller - 24D3"
  87.  
  88. PCI\VEN_8086&DEV_25A1.DeviceDesc="Intel(R) 6300ESB LPC Interface Controller - 25A1"
  89. PCI\VEN_8086&DEV_25A4.DeviceDesc="Intel(R) 6300ESB SMBus Controller - 25A4"
  90. PCI\VEN_8086&DEV_25AB.DeviceDesc="Intel(R) 6300ESB Watchdog Timer - 25AB"
  91. PCI\VEN_8086&DEV_25AE.DeviceDesc="Intel(R) 6300ESB 64-bit PCI-X Bridge - 25AE"
  92. PCI\VEN_8086&DEV_25AC.DeviceDesc="Intel(R) 6300ESB I/O Advanced Programmable Interrupt Controller - 25AC"
  93.  
  94. ; Copyright (c) 2003-2005 Intel Corporation
  95.  
  96. ; ************************************************************
  97. ; Intel is making no claims of usability, efficacy or 
  98. ; warranty.  
  99. ; ************************************************************
  100. ; Information in this document is provided in connection with 
  101. ; Intel products.  No license, express or implied, by estoppel 
  102. ; or otherwise, to any intellectual property rights is granted 
  103. ; by this document.  Intel assumes no liability whatsoever, 
  104. ; and Intel disclaims any express or implied warranty, 
  105. ; relating to sale and/or use of Intel products including 
  106. ; liability or warranties relating to fitness for a particular 
  107. ; purpose, merchantability, or infringement of any patent, 
  108. ; copyright or other intellectual property right.  Intel 
  109. ; products are not intended for use in medical, life saving, 
  110. ; or life sustaining applications.
  111.  
  112. ; ************************************************************
  113. ; Intel Corporation disclaims all warranties and liabilities 
  114. ; for the use of this document and the information contained 
  115. ; herein, and assumes no responsibility for any errors which 
  116. ; may appear in this document, nor does Intel make a 
  117. ; commitment to update the information contained herein. Intel 
  118. ; reserves the right to make changes to this document at any 
  119. ; time, without notice.
  120. ; ************************************************************
  121. ; ************************************************************
  122.  
  123. ; * Third-party brands and names are the property of their 
  124. ; respective owners.