;
; $Id: netatcp.inf,v 1.30.2.8 2005/06/23 00:38:28 colin Exp $
;
; ATCP Installation script
;
[version]
Signature = "$Windows NT$"
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %ALACRITECH%
LayoutFile = layout.inf
DriverVer = 06/22/2005,7.1.2.0
[Manufacturer]
%ALACRITECH% = ALACRITECH
[ALACRITECH]
%ATCP_Desc%=ATCP.ndi, ATCP
;****************************************************************************
; ATCP
;****************************************************************************
[ATCP.ndi]
Characteristics=0x80 ; NCF_HAS_UI
AddReg=ATCP.ndi.AddReg
CopyFiles=CopyFiles_Drivers, CopyFiles_System32
RegisterDlls=ATCP_PerfMonCtr_Load
DriverVer = 06/22/2005,7.1.2.0
;-------------------------------------------------------------------------
; ATCP Service
;-------------------------------------------------------------------------
[ATCP.ndi.Services]
AddService=ATCP, 0, ATCP_Service_Inst, NetEventLog
[ATCP.ndi.Remove]
DelReg = ATCP.Remove.DelReg
[ATCP.ndi.Remove.Services]
DelService = ATCP
[ATCP.Remove.DelReg]
HKLM,"System\CurrentControlSet\Services\EventLog\Application\ATKPERF"
HKLM,"System\CurrentControlSet\Services\EventLog\System\ATCP"
[ATCP_Service_Inst]
DisplayName = %ATCP_Desc%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 1 ;SERVICE_AUTO_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\atcp.sys
LoadOrderGroup = PNP_TDI
AddReg = ATCP.Install.AddReg
[ATCP.Install.AddReg]
HKR,Parameters,FastPathEnabled,%REG_DWORD%,0x0001
HKLM,"System\CurrentControlSet\Services\ATCP","TextModeFlags",%REG_DWORD%,0x0001
;
; Performance Monitor counters
HKLM,"System\CurrentControlSet\Services\ATCP\Parameters", "EventLogLevel", 0x00010001, 0X0003
HKLM,"System\CurrentControlSet\Services\ATCP\Performance", "Library",,"ATKPERF.DLL"
HKLM,"System\CurrentControlSet\Services\ATCP\Performance", "Open",, "ATKPerfOpen"
HKLM,"System\CurrentControlSet\Services\ATCP\Performance", "Close",, "ATKPerfClose"
HKLM,"System\CurrentControlSet\Services\ATCP\Performance", "Collect",,"ATKPerfCollect"
;
HKLM,"System\CurrentControlSet\Services\EventLog\Application",Sources, %FLG_ADDREG_MULTI_SZ_APPEND%, "ATKPERF"
HKLM,"System\CurrentControlSet\Services\EventLog\Application\ATKPERF",EventMessageFile,0x00020000,"%%SystemRoot%%\System32\ATKPERF.DLL"
HKLM,"System\CurrentControlSet\Services\EventLog\Application\ATKPERF",TypesSupported,%REG_DWORD%, 0x00000007
[ATCP_PerfMonCtr_Load]
11,, lodctr.exe, 1,,"atkcounters.ini"
[ATCP.ndi.AddReg]
HKR,Ndi,Service,,"ATCP"
HKR,Ndi,CoServices,%FLG_ADDREG_TYPE_MULTI_SZ%, "ATCP"
HKR,Ndi,HelpText,,"%ATCP_HelpText%"
HKR,Ndi\Interfaces,UpperRange,,"tdi"
HKR,Ndi\Interfaces,LowerRange,,"ndis5,ndis4"
HKR,Ndi,ComponentDll,0,"%11%\atkveto.dll"
;
; This must match the value in our atkveto.dll
;
HKR,"Ndi","ClsID",,"{1d903aa0-c99f-4d96-bb0f-235c1b8b955b}"
;-------------------------------------------------------------------------
; Event Log
;-------------------------------------------------------------------------
[NetEventLog]
AddReg = NetEventLog.AddReg
[NetEventLog.AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
HKR,,TypesSupported,0x00010001,7
;-------------------------------------------------------------------------
; Specify component files destined for the 'Drivers' directory
;-------------------------------------------------------------------------
[SourceDisksNames]
1 = %ATCPDisk%,,,
[SourceDisksFiles]
atcp.sys = 1
atkveto.dll = 1
atkperf.dll = 1
atkcounters.ini = 1
atkcounters.h = 1
[DestinationDirs]
CopyFiles_Drivers = 12 ; System32\Drivers
CopyFiles_System32 = 11 ; System32
[CopyFiles_Drivers]
atcp.sys,,,2 ; The ATCP Driver
[CopyFiles_System32]
atkveto.dll,,,0x2006 ; The atkveto dll
atkperf.dll,,,0x2006 ; Performance monitor dll
atkcounters.ini,,,0x2006 ; Performance monitor counters
atkcounters.h,,,0x2006
[Strings]
ALACRITECH = "Alacritech"
ATCP_Desc = "Alacritech TCP Fast-path driver"
ATCP_HelpText = "Alacritech TCP acceleration module. Used to interface with SLIC adapters to offload TCP processing from the host CPU."
ATCPDisk = "Alacritech Accelerator Installation CD"
FLG_ADDREG_TYPE_MULTI_SZ = 0x00010000
FLG_ADDREG_KEYONLY = 0x00000010
REG_DWORD = 0x10001
FLG_ADDREG_MULTI_SZ_APPEND = 0x0001000A
Download 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.