home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / drivers / pack1 / files / infinst_autol.exe / win2003 / dmi_pci.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-03-11  |  3.6 KB  |  104 lines

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  dmi_pci.INF                                                 
  4. ; **    Abstract:  Windows* 2K, XP, 2003 Server INF 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=dmi_pci.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. %*PNP0103.DeviceDesc% = NO_DRV, *PNP0103
  26. %PCI\VEN_8086&DEV_244E.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_244E
  27. %PCI\VEN_8086&DEV_2448.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_2448
  28.  
  29. [INTEL_SYS.NTamd64]
  30. %*PNP0103.DeviceDesc% = NO_DRV, *PNP0103
  31. %PCI\VEN_8086&DEV_244E.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_244E
  32. %PCI\VEN_8086&DEV_2448.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_2448
  33.  
  34. [PCI_DRV]
  35. Include=machine.inf
  36. Needs=PCI_DRV
  37.  
  38. [PCI_DRV.Services]
  39. Include=machine.inf
  40. Needs=PCI_DRV.Services
  41.  
  42. [PCI_DRV.HW]
  43. Include=machine.inf
  44. Needs=PCI_DRV.HW
  45.  
  46. ;**************************************************************************
  47. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  48.  
  49. [NO_DRV]
  50. Include=machine.inf
  51. Needs=NO_DRV
  52.  
  53. [NO_DRV.Services]
  54. Include=machine.inf
  55. Needs=NO_DRV.Services
  56.  
  57. ;****************************************************
  58. ; Generic ISA Root Bus / PCI-ISA Bridge / PCI-EISA Bridge
  59.  
  60. [ISAPNP_DRV]
  61. Include=machine.inf
  62. Needs=ISAPNP_DRV
  63.  
  64. [ISAPNP_DRV.Services]
  65. Include=machine.inf
  66. Needs=ISAPNP_DRV.Services
  67.  
  68. [Strings]
  69. INTEL="Intel"
  70. *PNP0103.DeviceDesc = "High Precision Event Timer"
  71. PCI\VEN_8086&DEV_244E.DeviceDesc ="Intel(R) 82801 PCI Bridge - 244E"
  72. PCI\VEN_8086&DEV_2448.DeviceDesc ="Intel(R) 82801 PCI Bridge - 2448"
  73.  
  74. ; Copyright (c) 2003-2005 Intel Corporation
  75.  
  76. ; ************************************************************
  77. ; Intel is making no claims of usability, efficacy or 
  78. ; warranty.  
  79. ; ************************************************************
  80. ; Information in this document is provided in connection with 
  81. ; Intel products.  No license, express or implied, by estoppel 
  82. ; or otherwise, to any intellectual property rights is granted 
  83. ; by this document.  Intel assumes no liability whatsoever, 
  84. ; and Intel disclaims any express or implied warranty, 
  85. ; relating to sale and/or use of Intel products including 
  86. ; liability or warranties relating to fitness for a particular 
  87. ; purpose, merchantability, or infringement of any patent, 
  88. ; copyright or other intellectual property right.  Intel 
  89. ; products are not intended for use in medical, life saving, 
  90. ; or life sustaining applications.
  91.  
  92. ; ************************************************************
  93. ; Intel Corporation disclaims all warranties and liabilities 
  94. ; for the use of this document and the information contained 
  95. ; herein, and assumes no responsibility for any errors which 
  96. ; may appear in this document, nor does Intel make a 
  97. ; commitment to update the information contained herein. Intel 
  98. ; reserves the right to make changes to this document at any 
  99. ; time, without notice.
  100. ; ************************************************************
  101. ; ************************************************************
  102.  
  103. ; * Third-party brands and names are the property of their 
  104. ; respective owners.