home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-08-20 | 5.7 KB | 128 lines |
- ; ****************************************************************************
- ; ****************************************************************************
- ; ** **
- ; ** Copyright (c) 1999 Intel Corporation. All Rights Reserved. **
- ; ** **
- ; ** Filename: SMBUSP.INF **
- ; ** Version: 3.0.7.0 **
- ; ** Date: May 26, 2000 **
- ; ** Abstract: Windows 2000 INF Update File for Intel(r) 82801AA, **
- ; ** 82801AB, 82371AB, and 82801BA SMBus controllers **
- ; ****************************************************************************
- ; ****************************************************************************
- [Version]
- CatalogFile=""
- Signature="$Windows NT$"
- Class=System
- ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%Intel.Mfg%
- DriverVer=01/22/2001,3.0.7.0
-
- [DestinationDirs]
- DefaultDestDir=12 ; Win2K ==> \system32\drivers
- SMBusDrivers = 12 ; Win2K => \system32\drivers
-
- [SMBusDrivers]
- smbus.sys,,,%COPYFLG_NOSKIP%|%COPYFLG_OVERWRITE_OLDER_ONLY%
- smbusp.sys,,,%COPYFLG_NOSKIP%|%COPYFLG_OVERWRITE_OLDER_ONLY%
-
- [SourceDisksNames]
- 1 = "",,, ; Source disk name is Null so it should install from anywhere
-
- [SourceDisksFiles]
- smbus.sys = 1
- smbusp.sys = 1
- smbusp.inf = 1
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [Manufacturer]
- %Intel.Mfg%=Intel.Section
-
- [Intel.Section]
- %INT1110.DeviceDesc%=SMBus.Install.NTx86,*INT1110
- %INT1111.DeviceDesc%=SMBus.Install.NTx86,*INT1111
- ; Suported ICHx IDs
- %PCI\VEN_8086&DEV_2413.DeviceDesc%=SMBus.Install.NTx86,PCI\VEN_8086&DEV_2413
- %PCI\VEN_8086&DEV_2423.DeviceDesc%=SMBus.Install.NTx86,PCI\VEN_8086&DEV_2423
- %PCI\VEN_8086&DEV_2443.DeviceDesc%=SMBus.Install.NTx86,PCI\VEN_8086&DEV_2443
- %PCI\VEN_8086&DEV_2483.DeviceDesc%=SMBus.Install.NTx86,PCI\VEN_8086&DEV_2483
- ; Suported IFB IDs
- %PCI\VEN_8086&DEV_7603.DeviceDesc%=SMBus.Install.NTx86,PCI\VEN_8086&DEV_7603
-
- [SMBus.Install.NTx86]
- CopyFiles=SMBusDrivers
-
- [SMBus.Install.NTx86.Services]
- AddService = SMBus, %SPSVCINST_ASSOCSERVICE%, SMBus.Service
- AddService = SMBusP, 0, SMBusP.Service
-
- [SMBus.Service]
- DisplayName = %SMBus.ServiceName%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_SYSTEM_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\SMBus.sys
- LoadOrderGroup = %SMBus.GroupName%
-
- [SMBusP.Service]
- DisplayName = %SMBusP.ServiceName%
- ServiceType = %SERVICE_KERNEL_DRIVER%
- StartType = %SERVICE_SYSTEM_START%
- ErrorControl = %SERVICE_ERROR_NORMAL%
- ServiceBinary = %12%\SMBusP.sys
- Dependencies = %SMBus.GroupName%
- LoadOrderGroup = %SMBusP.GroupName%
-
- [Strings]
- Intel.Mfg="Intel"
- INT1110.DeviceDesc = "Intel(R) SMBus Controller (Intel(R) SMBus Driver)"
- INT1111.DeviceDesc = "Intel(R) 82801AA/AB SMBus Controller (PnP) (Intel(R) SMBus Driver)"
- PCI\VEN_8086&DEV_2413.DeviceDesc="Intel(R) 82801AA SMBus Controller (Intel(R) SMBus Driver)"
- PCI\VEN_8086&DEV_2423.DeviceDesc="Intel(R) 82801AB SMBus Controller (Intel(R) SMBus Driver)"
- PCI\VEN_8086&DEV_2443.DeviceDesc="Intel(R) 82801BA/BAM SMBus Controller - 2443 (Intel(R) SMBus Driver)"
- PCI\VEN_8086&DEV_2483.DeviceDesc="Intel(R) ICH3/ICH3-M SMBus Controller - 2483 (Intel(R) SMBus Driver)"
- PCI\VEN_8086&DEV_7603.DeviceDesc="Intel(R) 82372FB System Management Bus Controller (Intel(R) SMBus Driver)"
- SMBus.ServiceName="Intel(R) SMBus Driver"
- SMBusP.ServiceName="Intel(R) SMBus Passthru Driver"
- SMBus.GroupName="SMBus"
- SMBusP.GroupName="SMBusP"
-
- ;////////////////////////////////////////////////////////////////////////////
- ;// Declaration type strings
- SPSVCINST_ASSOCSERVICE=0x00000002
- SERVICE_KERNEL_DRIVER=1
- SERVICE_SYSTEM_START=1
- SERVICE_AUTO_START=2
- SERVICE_DEMAND_START=3
- SERVICE_ERROR_NORMAL=1
- COPYFLG_NOSKIP=2
- COPYFLG_OVERWRITE_OLDER_ONLY=0x00000040
-
-
- ; ****************************************************************************
- ; Information in this document is provided in connection with Intel products.
- ; No license, express or implied, by estoppel or otherwise, to any intellectual
- ; property rights is granted by this document. Except as provided in Intel's
- ; Terms and Conditions of Sale for such products, Intel assumes no liability
- ; whatsoever, and Intel disclaims any express or implied warranty, relating to
- ; sale and/or use of Intel products including liability or warranties relating
- ; to fitness for a particular purpose, merchantability, or infringement of any
- ; patent, copyright or other intellectual property right. Intel products are
- ; not intended for use in medical, life saving, or life sustaining applications.
- ;
- ; ****************************************************************************
- ; * Intel Corporation disclaims all warranties and liabilities for the use *
- ; * of this document and the information contained herein, and assumes no *
- ; * responsibility for any errors which may appear in this document, nor *
- ; * does Intel make a commitment to update the information contained herein. *
- ; * Intel reserves the right to make changes to this document at any time, *
- ; * without notice. *
- ; ****************************************************************************
- ; ****************************************************************************
-
- ; * Third-party brands and names are the property of their respective owners.
- ; Copyright (c) Microsoft Corporation, 1993-1998
- ; Copyright (c) Intel Corporation, 1999
-