ioatdma.inf Driver File Contents (psdriver_3o.exe)

;*******************************************************************************
;*                                                                            **
;*                     I N T E L   P R O P R I E T A R Y                      **
;*                                                                            **
;*   COPYRIGHT (c) 2003-2006 BY INTEL CORPORATION. ALL RIGHTS RESERVED.  NO   **
;*   PART  OF  THIS  PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED,   **
;*   TRANSCRIBED, STORED IN A RETRIEVAL  SYSTEM,  OR  TRANSLATED  INTO  ANY   **
;*   LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC,   **
;*   MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT   **
;*   THE PRIOR WRITTEN PERMISSION OF :                                        **
;*                                                                            **
;*                             INTEL CORPORATION                              **
;*                                                                            **
;*                          2200 MISSION COLLEGE BLVD                         **
;*                                                                            **
;*                     SANTA CLARA, CALIFORNIA 95052-8119                     **
;*                                                                            **
;*******************************************************************************
;
; INF for the Intel(R) 5000 Series Chipsets Integrated Device - 1A38
; (Intel 64 bit extension Platform Only, Windows XP 64 bit extension 
; and Windows Server 2003 64 bit extension)
;

[Version]
Signature="$Windows NT$"
Class=System
ClassGUID={4D36E97D-E325-11CE-BFC1-08002BE10318}
Provider=%INTC%
CatalogFile=ioatdma.cat
DriverVer=03/23/2006,1.2.52.0

[SourceDisksNames]
1=%Disk_Description%,,,

[SourceDisksFiles]
ioatdma.sys = 1
ioatco.dll = 1

[Manufacturer]
%MfgName% = Intel, NTamd64, NTamd64.5.2.2,  NTamd64.5.2.3, NTIA64

[Intel]
%PCI\VEN_8086&DEV_1A38.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_1A38

[Intel.NTamd64]
%PCI\VEN_8086&DEV_1A38.DeviceDesc%=NO_DRV, PCI\VEN_8086&DEV_1A38

;
; Intel(R) I/O Acceleration Technology is only available through
; NDIS 5.2 and greater (which is only on Server OS versions 5.2 and greater)
;
[Intel.NTamd64.5.2.2]
%PCI\VEN_8086&DEV_1A38.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_1A38

[Intel.NTamd64.5.2.3]
%PCI\VEN_8086&DEV_1A38.DeviceDesc%=ioatdma.Dev, PCI\VEN_8086&DEV_1A38

[DestinationDirs]
ioatdma.Files.Ext = 10,System32\Drivers
CoInstaller_CopyFiles = 11

[ioatdma.Dev.NT]
CopyFiles=ioatdma.Files.Ext
AddReg=ioatdma.Driver.AddReg

[ioatdma.Dev.NT.Services]
Addservice = ioatdma, 0x00000002, ioatdma.AddService, ioatdma.EventLog

[ioatdma.Dev.NT.CoInstallers]
AddReg=CoInstaller_AddReg
CopyFiles=CoInstaller_CopyFiles

;---------------------------------------------------------------;
;-------------- Driver installation
;---------------------------------------------------------------;

[ioatdma.AddService]
DisplayName    = %ioatdma.SvcDesc%
ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
StartType      = 3                  ; SERVICE_DEMAND_START
ErrorControl   = 1                  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\System32\Drivers\ioatdma.sys
AddReg         = ioatdma.Service.AddReg
LoadOrderGroup = Base

[ioatdma.Service.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,ioatdma.sys

[ioatdma.Files.Ext]
ioatdma.sys

[ioatdma.Driver.AddReg]
HKR,,Version,,"%DriverVer%"
HKR,,EnableIOAT,0x00010001, 0x00000001

;---------------------------------------------------------------;
;-------------- Event Log
;---------------------------------------------------------------;

[ioatdma.EventLog]
AddReg = ioatdma.AddEventLog.reg

[ioatdma.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%SystemRoot%\System32\ntdll.dll"
HKR, , TypesSupported,   0x00010001, 7

;---------------------------------------------------------------;
;-------------- Coinstaller installation
;---------------------------------------------------------------;

[CoInstaller_CopyFiles]
ioatco.dll

[CoInstaller_AddReg]
HKR,, CoInstallers32,   0x00010000, "ioatco.dll,IOATCoInstallerEntry"
HKR,, CoInstallFlag,    0x00010001, 0x80000001
HKR,, CoInstallTitle,   0x00010000, "%ioatco.Title%"
HKR,, CoInstallEnableString,    0x00010000, "%ioatco.EnableString%"
HKR,, CoInstallEnableHelpTitle, 0x00010000, "%ioatco.HelpTitle%"
HKR,, CoInstallEnableHelpText,  0x00010000, "%ioatco.HelpText%"
HKR,, CoInstallState0,  0x00010000, "%ioatco.State0%"
HKR,, CoInstallState1,  0x00010000, "%ioatco.State1%"
HKR,, CoInstallState2,  0x00010000, "%ioatco.State2%"
HKR,, CoInstallState3,  0x00010000, "%ioatco.State3%"
HKR,, CoInstallCfgWarn, 0x00010000, "%ioatco.CfgWarn%"


;---------------------------------------------------------------;
;-------------- NO_DRV installation
;---------------------------------------------------------------;

[NO_DRV]
AddReg=NoDrv.reg
Include=machine.inf
Needs=NO_DRV

[NO_DRV.Services]
Include=machine.inf
Needs=NO_DRV.Services

[NoDrv.reg]
HKR,,Version,,"%DriverVer%"

;---------------------------------------------------------------;

;-----------------------------------------------------------------------------
; Localizable Strings

[Strings]
ioatco.Title="Settings"
ioatco.EnableString="Use Intel(R) I/O Acceleration Technology"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimizes the flow of data to applications reducing CPU utilization."
ioatco.State0="To use this option you must have the Scalable Networking Pack installed. You can download it at www.microsoft.com."
ioatco.State1="To use this option you must have an Intel(R) I/O Acceleration Technology capable network connection."
ioatco.State2=""
ioatco.State3="DMA operations performed: %I64d"
ioatco.CfgWarn="Configuration issues were detected that prevent Intel(R) I/OAT from being enabled. These issues have been corrected. The system must be restarted to enable Intel I/OAT."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0804] ; Chinese (Simplified)
ioatco.Title="ÉèÖÃ"
ioatco.EnableString="ʹÓÃÓ¢Ìضû(R) I/O ¼ÓËÙ¼¼Êõ"
ioatco.HelpTitle="Ó¢Ìضû(R) I/O ¼ÓËÙ¼¼Êõ"
ioatco.HelpText="Ó¢Ìضû(R) I/O ¼ÓËÙ¼¼ÊõÓÅ»¯Êý¾Ýµ½Ó¦ÓóÌÐòµÄÁ÷Á¿ÒÔ¼õÉÙ CPU ʹÓÃÁ¿¡£"
ioatco.State0="ҪʹÓôËÑ¡ÏÄú±ØÐëÒѾ­°²×°ÁË¿ÉÀ©Õ¹µÄÁªÍø°ü¡£¿ÉÒÔ´Ó www.microsoft.com ÏÂÔØ¡£"
ioatco.State1="ҪʹÓôËÑ¡ÏÄú±ØÐëÓоßÓÐÓ¢Ìضû(R) I/O ¼ÓËÙ¼¼ÊõÄÜÁ¦µÄÍøÂçÁ¬½Ó¡£"
ioatco.State2=""
ioatco.State3="ÒÑÖ´ÐÐµÄ DMA ²Ù×÷£º%I64d"
ioatco.CfgWarn="¼ì²âµ½×è°­ÆôÓÃÓ¢Ìضû(R) I/OAT µÄÅäÖÃÎÊÌâ¡£ÕâЩÎÊÌâÒѱ»¾ÀÕý¡£ÏµÍ³½«ÖØÐÂÆô¶¯ÒÔÆôÓÃÓ¢Ìضû(R) I/OAT¡£"

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0404] ; Chinese (Traditional)
ioatco.Title="³]©w"
ioatco.EnableString="¨Ï¥Î Intel(R) I/O ¥[³t§Þ³N"
ioatco.HelpTitle="Intel(R) I/O ¥[³t§Þ³N"
ioatco.HelpText="Intel(R) I/O ¥[³t§Þ³N¯àÅýÀ³¥Îµ{¦¡¸ê®Æªº¬yµ{³Ì¨Î¤Æ¡A´î¤Ö CPU ªº¨Ï¥Î¶q¡C"
ioatco.State0="±z¥²¶·¦w¸Ë Scalable Networking Pack ¤~¯à¨Ï¥Î³o­Ó¿ï¶µ¡C±z¥i¥H±q www.microsoft.com ¤U¸ü¥¦¡C"
ioatco.State1="±z¥²¶·¨ã³Æ Intel(R) I/O ¥[³t§Þ³N¥\¯àªººô¸ô³s½u¤~¯à¨Ï¥Î³o­Ó¿ï¶µ¡C"
ioatco.State2=""
ioatco.State3="¤w°õ¦æ DMA §@·~¡G%I64d"
ioatco.CfgWarn="¤§«e°»´ú¨ì²ÕºA°ÝÃD¾É­PµLªk±Ò¥Î Intel(R) I/OAT¡C³o¨Ç°ÝÃD¤w¸g§ï¥¿¡C±z¥²¶·­«·s±Ò°Ê¨t²Î¥H±Ò¥Î Intel(R) I/OAT¡C"

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0406] ; Danish (Denmark)
ioatco.Title="Indstillinger"
ioatco.EnableString="Brug Intel(R) I/O Acceleration Technology"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimerer dataflow'et til applikationer og reducerer CPU-udnyttelse."
ioatco.State0="Brugen af denne mulighed kræver, at Scalable Networking Pack er installeret. Du kan downloade den på www.microsoft.com."
ioatco.State1="Du skal have installeret en Intel(R) I/O Acceleration Technology kapabelt netværksforbindelse for at bruge denne mulighed."
ioatco.State2=""
ioatco.State3="Udførte DMA-operationer: %I64d"
ioatco.CfgWarn="Konfigurationsproblemer fandtes, der forhindrer Intel(R) I/OAT i at blive aktiveret. Disse problemer er rettet. Systemet skal genstartes for at aktivere Intel I/OAT."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0407] ; German (Germany)
ioatco.Title="Einstellungen"
ioatco.EnableString="Intel(R) I/O-Beschleunigungstechnik verwenden"
ioatco.HelpTitle="Intel(R) I/O-Beschleunigungstechnik"
ioatco.HelpText="Intel(R) I/O-Beschleunigungstechnik optimiert den Datenfluss zu den Anwendungen und reduziert die CPU-Auslastung."
ioatco.State0="Für diese Option muss das Scalable-Networking-Pack installiert werden. Sie können es von www.microsoft.com herunterladen."
ioatco.State1="Für diese Option benötigen Sie einen Intel(R) I/O-Beschleunigungstechnik-fähigen Netzwerkanschluss. "
ioatco.State2=""
ioatco.State3="DMA-Vorgänge ausgeführt: %I64d"
ioatco.CfgWarn="Die erkannten Konfigurationsprobleme haben die Aktivierung von Intel(R) I/OAT verhindert. Diese Probleme wurde behoben. Starten Sie das System neu, um Intel I/OAT zu aktivieren."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0C0A] ; Spanish (Spain)
ioatco.Title="Configuración"
ioatco.EnableString="Utilizar la tecnología Intel(R) de aceleración de E/S"
ioatco.HelpTitle="Tecnología Intel(R) de aceleración de E/S"
ioatco.HelpText="La tecnología Intel(R) de aceleración de E/S optimiza el flujo de datos de las aplicaciones para reducir el uso de la CPU."
ioatco.State0="Para utilizar esta opción debe tener instalado el Scalable Networking Pack. Puede descargarlo en www.microsoft.com."
ioatco.State1="Para utilizar esta opción, debe tener una conexión de red con capacidad para la tecnología Intel(R) de aceleración de E/S."
ioatco.State2=""
ioatco.State3="Operaciones de DMA realizadas: %I64d"
ioatco.CfgWarn="Se detectaron problemas de configuración que evitan la habilitación de Intel(R) I/OAT. Se han corregido dichos problemas. Debe reiniciarse el sistema para habiliar Intel(R) I/OAT. "

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.040B] ; Finnish (Finland)
ioatco.Title="Asetukset"
ioatco.EnableString="Ota Intel(R) I/O Acceleration Technology käyttöön"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimoi datavuon sovelluksiin pienentäen suorittimen käyttöä."
ioatco.State0="Tämän ominaisuuden käyttäminen edellyttää, että järjestelmään on asennettu Scalable Networking Pack. Voit ladata sen osoitteesta www.microsoft.com."
ioatco.State1="Tämän ominaisuuden käyttäminen edellyttää Intel(R) I/O Acceleration Technology -yhteensopivaa verkkoyhteyttä."
ioatco.State2=""
ioatco.State3="Suoritettiin DMA-toiminnot: %I64d"
ioatco.CfgWarn="Havaittiin kokoonpanoon liittyviä ongelmia, jotka estävät  Intel(R) I/OAT:n poistamisen käytöstä. Nämä ongelmat on korjattu. Järjestelmä pitää käynnistää uudelleen, ennen kuin Intel I/OAT otetaan käyttöön."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.040C] ; French (France)
ioatco.Title="Paramètres"
ioatco.EnableString="Utiliser la Technologie Intel(R) d’accélération des E/S"
ioatco.HelpTitle="Technologie Intel(R) d’accélération des E/S"
ioatco.HelpText="La Technologie Intel(R) d’accélération des E/S optimise le flux des données vers les applications, ce qui limite le recours au processeur."
ioatco.State0="Pour utiliser cette option, Scalable Networking Pack doit être installé. Vous pouvez le télécharger à partir de www.microsoft.com."
ioatco.State1="Pour utiliser cette option, vous devez disposer d'une connexion réseau compatible avec la Technologie Intel(R) d’accélération des E/S."
ioatco.State2=""
ioatco.State3="Opérations DMA exécutées : %I64d"
ioatco.CfgWarn="Des problèmes de configuration empêchant l'activation de la Technologie Intel® d’accélération des E/S ont été détectés. Ces problèmes ont été corrigés. Vous devez redémarrer le système pour activer la Technologie Intel® d’accélération des E/S"

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0410] ; Italian (Italy)
ioatco.Title="Impostazioni"
ioatco.EnableString="Usa la tecnologia Intel(R) di accelerazione di I/O"
ioatco.HelpTitle="Tecnologia Intel(R) di accelerazione di I/O"
ioatco.HelpText="La tecnologia Intel(R) di accelerazione di I/O ottimizza il flusso di dati diretto alle applicazioni riducendo l'utilizzazione della CPU."
ioatco.State0="Per usare questa opzione è necessario che sia installato Scalable Networking Pack. Lo si può scaricare da www.microsoft.com."
ioatco.State1="Per usare questa opzione è necessario avere una connessione di rete compatibile con la tecnologia Intel(R) di accelerazione di I/O."
ioatco.State2=""
ioatco.State3="Operazioni DMA eseguite: %I64d"
ioatco.CfgWarn="I problemi di configurazione che impedivano di attivare Intel(R) I/OAT sono stati risolti. Per attivare Intel I/OAT è necessario riavviare il sistema."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0411] ; Japanese (Japan)
ioatco.Title="Ý’è"
ioatco.EnableString="ƒCƒ“ƒeƒ‹(R) I/O ƒAƒNƒZƒŒƒŒ[ƒVƒ‡ƒ“EƒeƒNƒmƒƒW[‚ðŽg—p"
ioatco.HelpTitle="ƒCƒ“ƒeƒ‹(R) I/O ƒAƒNƒZƒŒƒŒ[ƒVƒ‡ƒ“EƒeƒNƒmƒƒW["
ioatco.HelpText="ƒCƒ“ƒeƒ‹(R) I/O ƒAƒNƒZƒŒƒŒ[ƒVƒ‡ƒ“EƒeƒNƒmƒƒW[‚ÍAƒAƒvƒŠƒP[ƒVƒ‡ƒ“‚ւ̃f[ƒ^ƒtƒ[‚ðÅ“K‰»‚µ‚ÄCPU Žg—p—¦‚ðŒ¸‚ç‚µ‚Ü‚·B"
ioatco.State0="‚±‚̃IƒvƒVƒ‡ƒ“‚ðŽg—p‚·‚é‚É‚ÍAƒXƒP[ƒ‰ƒuƒ‹Eƒlƒbƒgƒ[ƒLƒ“ƒOEƒpƒbƒN‚ªƒCƒ“ƒXƒg[ƒ‹‚³‚ê‚Ä‚¢‚é•K—v‚ª‚ ‚è‚Ü‚·BƒXƒP[ƒ‰ƒuƒ‹Eƒlƒbƒgƒ[ƒLƒ“ƒOEƒpƒbƒN‚ÍAwww.microsoft.com ‚©‚çƒ_ƒEƒ“ƒ[ƒh‚Å‚«‚Ü‚·B"
ioatco.State1="‚±‚̃IƒvƒVƒ‡ƒ“‚ðŽg—p‚·‚é‚É‚ÍAƒCƒ“ƒeƒ‹(R) I/O ƒAƒNƒZƒŒƒŒ[ƒVƒ‡ƒ“EƒeƒNƒmƒƒW[‘Ήž‚̃lƒbƒgƒ[ƒNÚ‘±‚ª•K—v‚Å‚·B"
ioatco.State2=""
ioatco.State3="DMA ‘€ì‚ªŽÀs‚³‚ê‚Ü‚µ‚½: %I64d"
ioatco.CfgWarn="ƒCƒ“ƒeƒ‹(R) I/OAT ‚ð—LŒø‚É‚·‚é‚Ì‚ð–W‚°‚éÝ’è‚Ì–â‘肪ŒŸo‚³‚ê‚Ü‚µ‚½B‚±‚ê‚ç‚Ì–â‘è‚ðC³‚µ‚Ü‚µ‚½BƒCƒ“ƒeƒ‹ I/OAT ‚ð—LŒø‚É‚·‚é‚É‚ÍAƒVƒXƒeƒ€‚ðÄ‹N“®‚·‚é•K—v‚ª‚ ‚è‚Ü‚·B"

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0412] ; Korean (Korea)
ioatco.Title="¼³Á¤"
ioatco.EnableString="ÀÎÅÚ(R) I/O °¡¼Ó ±â¼ú »ç¿ë"
ioatco.HelpTitle="ÀÎÅÚ(R) I/O °¡¼Ó ±â¼ú"
ioatco.HelpText="ÀÎÅÚ(R) I/O °¡¼Ó ±â¼úÀº CPU »ç¿ë·üÀ» ÁÙÀÌ°í ÀÀ¿ë ÇÁ·Î±×·¥ÀÇ µ¥ÀÌÅÍ È帧À» ÃÖÀûÈ­ÇÕ´Ï´Ù."
ioatco.State0="ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ·Á¸é È®Àå °¡´ÉÇÑ ³×Æ®¿öÅ· ÆÑÀÌ ¼³Ä¡µÇ¾î ÀÖ¾î¾ß ÇÕ´Ï´Ù. ÀÌ ÆÑÀº www.microsoft.com¿¡¼­ ´Ù¿î·ÎµåÇÒ ¼ö ÀÖ½À´Ï´Ù."
ioatco.State1="ÀÌ ¿É¼ÇÀ» »ç¿ëÇÏ·Á¸é ÀÎÅÚ(R) I/O °¡¼Ó ±â¼úÀ» Áö¿øÇÏ´Â ³×Æ®¿öÅ©¿¡ ¿¬°áµÇ¾î ÀÖ¾î¾ß ÇÕ´Ï´Ù."
ioatco.State2=""
ioatco.State3="¼öÇàµÈ DMA ÀÛ¾÷: %I64d"
ioatco.CfgWarn="ÀÎÅÚ(R) I/OAT¸¦ È°¼ºÈ­ÇÒ ¼ö ¾ø°Ô ÇÏ´Â ±¸¼º ¹®Á¦°¡ ¼öÁ¤µÇ¾ú½À´Ï´Ù. ÀÎÅÚ I/OAT¸¦ È°¼ºÈ­ÇÏ·Á¸é ½Ã½ºÅÛÀ» ´Ù½Ã ½ÃÀÛÇØ¾ß ÇÕ´Ï´Ù."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0413] ; Dutch (Netherlands)
ioatco.Title="Instellingen"
ioatco.EnableString="Intel(R) I/O Acceleration Technology gebruiken"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimaliseert de gegevensstroom naar toepassingen en vermindert het CPU-gebruik."
ioatco.State0="Om deze optie te gebruiken, moet u het Scalable Networking Pack hebben geïnstalleerd. U kunt dat pakket downloaden van www.microsoft.com."
ioatco.State1="Om deze optie te gebruiken, moet u een met Intel(R) I/O Acceleration Technology compatibele netwerkverbinding hebben."
ioatco.State2=""
ioatco.State3="Uitgevoerde DMA-bewerkingen: %I64d"
ioatco.CfgWarn="Er zijn configuratieproblemen gedetecteerd waardoor Intel(R) I/OAT niet kon worden ingeschakeld. Deze problemen zijn verholpen. Het systeem moet opnieuw worden opgestart om Intel I/OAT in te schakelen."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0414] ; Norwegian (Norway)
ioatco.Title="Innstillinger"
ioatco.EnableString="Bruk Intel(R) I/O Acceleration Technology"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimaliserer dataflyten til applikasjoner og reduserer dermed CPU-utnyttelsen."
ioatco.State0="For å bruke dette alternativet må du ha installert Scalable Networking Pack. Du kan laste den ned på www.microsoft.com."
ioatco.State1="For å bruke dette alternativet må du ha en nettverksforbindelse som er kapabel for Intel(R) I/O Acceleration Technology."
ioatco.State2=""
ioatco.State3="DMA-operasjoner utført: %I64d"
ioatco.CfgWarn="Konfigurasjonsproblemer ble oppdaget som hindrer Intel(R) I/OAT fra å bli aktivert. Disse problemene er blitt rettet opp. Systemet må startes på nytt for å aktivere Intel I/OAT."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.0416] ; Portuguese (Brazil)
ioatco.Title="Configurações"
ioatco.EnableString="Usar a Intel(R) I/O Acceleration Technology"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="A Intel(R) I/O Acceleration Technology otimiza o fluxo de dados para os aplicativos, reduzindo a utilização da CPU."
ioatco.State0="Para usar esta opção, é necessário que o Scalable Networking Pack (Pacote de Rede Escalável) esteja instalado. Você pode fazer o download desse pacote, no site www.microsoft.com."
ioatco.State1="Para usar esta opção, é necessário ter uma conexão de rede com capacidade para a Intel(R) I/O Acceleration Technology."
ioatco.State2=""
ioatco.State3="Operações de DMA executadas: %I64d"
ioatco.CfgWarn="Foram detectados problemas de configuração que impedem que a ativação da Intel(R) I/OAT. Estes problemas foram corrigidos. Para ativar a Intel I/OAT, é necessário reiniciar o sistema."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
[Strings.041D] ; Swedish (Sweden)
ioatco.Title="Inställningar"
ioatco.EnableString="Använd Intel(R) I/O Acceleration Technology"
ioatco.HelpTitle="Intel(R) I/O Acceleration Technology"
ioatco.HelpText="Intel(R) I/O Acceleration Technology optimerar dataflöde till applikationer vilket reducerar CPU-användning."
ioatco.State0="Innan du kan använda det här alternativet måste du ha installerat Scalable Networking Pack. Du kan hämta det från www.microsoft.com."
ioatco.State1="Innan du kan använda det här alternativet måste du ha installerat en nätverksanslutning som kan använda Intel(R) I/O Acceleration Technology."
ioatco.State2=""
ioatco.State3="Utförda DMA-åtgärder: %I64d"
ioatco.CfgWarn="Konfigurationsproblem detekterades som förhindrar Intel(R) I/OAT från att aktiveras. Dessa problem har korrigerats. Systemet måste startas om för att aktivera Intel I/OAT."

INTC="Intel"
Disk_Description="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
MfgName="Intel"
PCI\VEN_8086&DEV_1A38.DeviceDesc="Intel(R) 5000 Series Chipsets Integrated Device - 1A38"
ioatdma.SvcDesc="IOATDMA.SYS Intel(R) 5000 Series Chipsets Integrated Device - 1A38"

;---------------------------------------------------------------------------------------------------
Download Driver Pack

How To Update Drivers Manually

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.

server: web4, load: 0.39