; **************************************************************************** ; **************************************************************************** ; ** ** ; ** Copyright (c) 1999- 2002 Intel Corporation. All Rights Reserved. ** ; ** ** ; ** Filename: SMBUS.INF ** ; ** Abstract: Windows INF for Intel(r) SMBus controllers ** ; **************************************************************************** ; **************************************************************************** [Version] Signature = "$Windows NT$" Class=System ClassGUID={4d36e97d-e325-11ce-bfc1-08002be10318} ; CatalogFile=smb.cat Provider=%Intel% DriverVer=01/09/2003,4.0.4.0 [DestinationDirs] DefaultDestDir = 10,system32\drivers SMBus.CopyFiles = 10,system32\drivers [SourceDisksNames.x86] 0=%SMBus.SourceDisk%,,, [SourceDisksNames.ia64] [SourceDisksFiles.x86] smb.sys=0 [SourceDisksFiles.ia64] [Manufacturer] %Intel%=Intel.Section [Intel.Section] ; Suported ICHx IDs %PCI\VEN_8086&DEV_2413.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2413 %PCI\VEN_8086&DEV_2423.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2423 %PCI\VEN_8086&DEV_2443.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2443 %PCI\VEN_8086&DEV_2483.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_2483 %PCI\VEN_8086&DEV_24C3.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_24C3 %PCI\VEN_8086&DEV_24D3.DeviceDesc%=SMBus.Install,PCI\VEN_8086&DEV_24D3 [SMBus.Install] CopyFiles=SMBus.CopyFiles AddReg=SMBus.AddReg,SMBus.AddRegCommon [SMBus.Install.ntx86] CopyFiles=SMBus.CopyFiles [SMBus.Install.ntx86.Services] AddService = smbusp,%SPSVCINST_ASSOCSERVICE%,SMBus.Service [SMBus.Service] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_DEMAND_START% ErrorControl = %SERVICE_ERROR_IGNORE% ServiceBinary = %12%\smb.sys LoadOrderGroup = %SMBus.GroupName% DisplayName = %SMBus.ServiceName% AddReg = SMBus.AddRegCommon [SMBus.AddReg] HKR,,DevLoader,,*ntkern HKR,,NTMPDriver,,smb.sys [SMBus.AddRegCommon] ; Set Value to 0 for interrupt mode, 1 for polling mode HKR,Parameters,UsePolling,0x10001,0 [SMBus.CopyFiles] smb.sys [Strings] Intel="Intel" PCI\VEN_8086&DEV_2413.DeviceDesc="Intel(R) 82801AA SMBus Controller (Intel(R) SMBus 2.0 Driver)" PCI\VEN_8086&DEV_2423.DeviceDesc="Intel(R) 82801AB SMBus Controller (Intel(R) SMBus 2.0 Driver)" PCI\VEN_8086&DEV_2443.DeviceDesc="Intel(R) 82801BA/BAM SMBus Controller - 2443 (Intel(R) SMBus 2.0 Driver)" PCI\VEN_8086&DEV_2483.DeviceDesc="Intel(R) 82801CAM SMBus Controller - 2483 (Intel(R) SMBus 2.0 Driver)" PCI\VEN_8086&DEV_24C3.DeviceDesc="Intel(R) ICH4/ICH4-M SMBus Controller - 24C3 (Intel(R) SMBus 2.0 Driver)" PCI\VEN_8086&DEV_24D3.DeviceDesc="Intel(R) ICH5/ICH5-M SMBus Controller - 24D3 (Intel(R) SMBus 2.0 Driver)" SMBus.ServiceName="Intel(R) SMBus 2.0 Driver" SMBus.GroupName="SMBus" SMBus.SourceDisk="SMBus Install Disk" ;//////////////////////////////////////////////////////////////////////////// ;// Declaration type strings SPSVCINST_ASSOCSERVICE = 0x00000002 SERVICE_KERNEL_DRIVER = 0x1 SERVICE_BOOT_START = 0x0 SERVICE_SYSTEM_START = 0x1 SERVICE_AUTO_START = 0x2 SERVICE_DEMAND_START = 0x3 SERVICE_ERROR_IGNORE = 0x0 SERVICE_ERROR_NORMAL = 0x1 SERVICE_ERROR_SEVERE = 0x2 SERVICE_ERROR_CRITICAL = 0x3 SERVICE_DISABLED = 0x4 COPYFLG_NOSKIP=2 COPYFLG_OVERWRITE_OLDER_ONLY=0x00000040 REG_DWORD=0x00010001 REG_BIN=0x00000001 ; **************************************************************************** ; 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, 1999Download Driver Pack
After your driver has been downloaded, follow these simple steps to install it.
Expand the archive file (if the download file is in zip or rar format).
If the expanded file has an .exe extension, double click it and follow the installation instructions.
Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.
Find the device and model you want to update in the device list.
Double-click on it to open the Properties dialog box.
From the Properties dialog box, select the Driver tab.
Click the Update Driver button, then follow the instructions.
Very important: You must reboot your system to ensure that any driver updates have taken effect.
For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.