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

  1. ; ****************************************************************************
  2. ; ****************************************************************************
  3. ; **    Filename:  ichXdev.INF                                                 
  4. ; **    Abstract:  Windows* 2K, XP, 2003 Server INF File for 
  5. ; **               Intel(R) 82801 core devices
  6. ; **    Last Update: May 23, 2005 (Version 7.1.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=ichXdev.cat
  16. DriverVer=05/23/2005, 7.1.0.1011
  17.  
  18. [SourceDisksNames] 
  19. [SourceDisksFiles] 
  20.  
  21. [ControlFlags]
  22. ExcludeFromSelect=*
  23.  
  24. [Manufacturer]
  25. %INTEL%=INTEL_SYS,NTamd64
  26.  
  27. [INTEL_SYS]
  28. %PCI\VEN_8086&DEV_537C.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_537C
  29.  
  30. [INTEL_SYS.NTamd64]
  31. %PCI\VEN_8086&DEV_537C.DeviceDesc% = PCI_DRV, PCI\VEN_8086&DEV_537C
  32.  
  33. [PCI_DRV]
  34. Include=machine.inf
  35. Needs=PCI_DRV
  36.  
  37. [PCI_DRV.Services]
  38. Include=machine.inf
  39. Needs=PCI_DRV.Services
  40.  
  41. [PCI_DRV.HW]
  42. Include=machine.inf
  43. Needs=PCI_DRV.HW
  44.  
  45. ;**************************************************************************
  46. ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
  47.  
  48. [NO_DRV]
  49. Include=machine.inf
  50. Needs=NO_DRV
  51.  
  52. [NO_DRV.Services]
  53. Include=machine.inf
  54. Needs=NO_DRV.Services
  55.  
  56.  
  57. [Strings]
  58. INTEL="Intel"
  59.  
  60. PCI\VEN_8086&DEV_537C.DeviceDesc ="Intel(R) 31154 133MHz PCI TO PCI Bridge - 537C"
  61.  
  62. ; Copyright (c) 2003-2005 Intel Corporation
  63.  
  64. ; ************************************************************
  65. ; Intel is making no claims of usability, efficacy or 
  66. ; warranty.  
  67. ; ************************************************************
  68. ; Information in this document is provided in connection with 
  69. ; Intel products.  No license, express or implied, by estoppel 
  70. ; or otherwise, to any intellectual property rights is granted 
  71. ; by this document.  Intel assumes no liability whatsoever, 
  72. ; and Intel disclaims any express or implied warranty, 
  73. ; relating to sale and/or use of Intel products including 
  74. ; liability or warranties relating to fitness for a particular 
  75. ; purpose, merchantability, or infringement of any patent, 
  76. ; copyright or other intellectual property right.  Intel 
  77. ; products are not intended for use in medical, life saving, 
  78. ; or life sustaining applications.
  79.  
  80. ; ************************************************************
  81. ; Intel Corporation disclaims all warranties and liabilities 
  82. ; for the use of this document and the information contained 
  83. ; herein, and assumes no responsibility for any errors which 
  84. ; may appear in this document, nor does Intel make a 
  85. ; commitment to update the information contained herein. Intel 
  86. ; reserves the right to make changes to this document at any 
  87. ; time, without notice.
  88. ; ************************************************************
  89. ; ************************************************************
  90.  
  91. ; * Third-party brands and names are the property of their 
  92. ; respective owners.
  93.  
  94.  
  95.