ATL02_2K.INF Driver File Contents (lan.zip)

;*****************************************************************************
;*
;*  atl02_2k.INF  -   Attansic L2 Gigabit Ethernet 10/100/1000Base-T Controller
;*  Copyright 2005-, Attansic Technology.
;*
;*  Created on 07/12/2005 by Yu Hao
;*
;*****************************************************************************
[Version]
Signature   = "$WINDOWS NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ATTANSIC%
Compatible  = 1
DriverVer   = 10/31/2006,1.2.3790.1

[Manufacturer]
%ATTANSIC% = Attansic

[Attansic]
; DisplayName           Section       DeviceID
; -----------           -------	      --------
%Attansic.AtcL002% = 	AtcL002.ndi, PCI\VEN_1969&DEV_2048&SUBSYS_82331043&REV_A0
%Attansic.AtcL002% = 	AtcL002.ndi, PCI\VEN_1969&DEV_2048&SUBSYS_20481969&REV_A0
%Attansic.AtcL002% = 	AtcL002.ndi, PCI\VEN_1969&DEV_2048


; Windows NT specific entry
[AtcL002.ndi.NT]
Characteristics = 0x84
BusType         = 5				 ;PCI
AddReg          = AtcL002.reg, AtcL002.params, AtcL002.Params.WinNT
CopyFiles       = AtcL002.CopyFiles, install.files

[AtcL002.ndi.NT.Services]
AddService = AtcL002, 2, AtcL002.Service, Common.EventLog


;-----------------------------------------------------------------------------
; AtcL002 NT specific
;
[AtcL002.reg]
HKR, Ndi, HelpText,, %HelpText%
HKR, Ndi, Service,    0, "AtcL002"
HKR, Ndi, CustomerSetting,, "0"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AtcL2","DisplayName",,"%Uninstall%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\AtcL2","UninstallString",,"rundll32.exe %11%%UninstFunc% %11%%DestPath% %UninstCmd%"
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce","Attansic",,"rundll32.exe %11%%CustomFunc% %11%%DestPath%*%CustomCmd%"

[AtcL002.Service]
DisplayName     = %AtcL002.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\atl02_2k.sys
LoadOrderGroup  = NDIS

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

[common.AddEventLog.reg]
HKR,, EventMessageFile,	0x00020000, "%%SystemRoot%%\System32\Drivers\atl02_2k.sys"
HKR,, TypesSupported,	0x00010001, 7

[AtcL002.params]
HKR, Ndi\Params\NetworkAddress,	ParamDesc,,	%NetAddr%
HKR, Ndi\Params\NetworkAddress,	Type,,		"edit"
HKR, Ndi\Params\NetworkAddress,	LimitText,,	"18"
HKR, Ndi\Params\NetworkAddress,	UpperCase,,	"1"
HKR, Ndi\Params\NetworkAddress,	Default,,	""
HKR, Ndi\Params\NetworkAddress,	Optional,,	"1"

HKR, Ndi\Params\Moderate,		ParamDesc,,	%IntMod%
HKR, Ndi\Params\Moderate,		Type,,		"enum"
HKR, Ndi\Params\Moderate\enum,	1,,		%On%
HKR, Ndi\Params\Moderate\enum,	0,,		%Off%
HKR, Ndi\Params\Moderate,		Default,,	"1"

HKR, Ndi\Params\MaxInterrupt,	ParamDesc,,	%MaxIrq%
HKR, Ndi\Params\MaxInterrupt,	Type,,		"int"
HKR, Ndi\Params\MaxInterrupt,	Base,,		"10"
HKR, Ndi\Params\MaxInterrupt,	Min,,		"1000"
HKR, Ndi\Params\MaxInterrupt,	Max,,		"30000"
HKR, Ndi\Params\MaxInterrupt,	Step,,		"500"
HKR, Ndi\Params\MaxInterrupt,	Default,,	"5000"

HKR, Ndi\Params\WakeUpCapabilities,	ParamDesc,,  	%WakeUpCapabilities%
HKR, Ndi\Params\WakeUpCapabilities,	Type,,       	"enum"
HKR, Ndi\Params\WakeUpCapabilities,	Default,,	 "6"
HKR, Ndi\Params\WakeUpCapabilities\enum, "0",,		 %None%
HKR, Ndi\Params\WakeUpCapabilities\enum, "1",,		 %LinkChange%
HKR, Ndi\Params\WakeUpCapabilities\enum, "2",,		 %MagicPacket%
HKR, Ndi\Params\WakeUpCapabilities\enum, "4",,		 %PatternMatch%
HKR, Ndi\Params\WakeUpCapabilities\enum, "6",,		 %MagicPacket_PatternMatch%
HKR, Ndi\Params\WakeUpCapabilities\enum, "7",,		 %All%

HKR, Ndi\Params\MediaType,		ParamDesc,,  	%MediaType%
HKR, Ndi\Params\MediaType,		Type,,       	"enum"
HKR, Ndi\Params\MediaType,		Default,,	 "0"
HKR, Ndi\Params\MediaType\enum, "0",,		 %Auto%
HKR, Ndi\Params\MediaType\enum, "1",,		 %10MHD%
HKR, Ndi\Params\MediaType\enum, "2",,		 %10MFD%
HKR, Ndi\Params\MediaType\enum, "3",,		 %100MHD%
HKR, Ndi\Params\MediaType\enum, "4",,		 %100MFD%

HKR, Ndi\Params\FlowControl,	ParamDesc,,	 %FlowCtrl%
HKR, Ndi\Params\FlowControl,	Type,,       "enum"
HKR, Ndi\Params\FlowControl,	Default,,	 "1"
HKR, Ndi\Params\FlowControl\enum, "1",,		 %On%
HKR, Ndi\Params\FlowControl\enum, "0",,		 %Off%

HKR, Ndi\params\BundleId,		ParamDesc,, %BundleStr%
HKR, Ndi\Params\BundleId,		Type,,		"edit"
HKR, Ndi\Params\BundleId,		LimitText,,	"10"
HKR, Ndi\Params\BundleId,		UpperCase,,	"1"
HKR, Ndi\Params\BundleId,		Default,,	""
HKR, Ndi\Params\BundleId,		Optional,,	"1"

HKR, Ndi\Params\ShutdownWake,	ParamDesc,,	%ShutDW%
HKR, Ndi\Params\ShutdownWake,	Type,,		"enum"
HKR, Ndi\Params\ShutdownWake\enum,1,,		%On%
HKR, Ndi\Params\ShutdownWake\enum,0,,		%Off%
HKR, Ndi\Params\ShutdownWake,	Default,,	"0"

[AtcL002.Params.WinNT]
HKR, Ndi\Params\TaskOffload,	ParamDesc,,	%TOff%
HKR, Ndi\Params\TaskOffload,	Type,,		"enum"
HKR, Ndi\Params\TaskOffload\enum,1,,		%On%
HKR, Ndi\Params\TaskOffload\enum,0,,		%Off%
HKR, Ndi\Params\TaskOffload,	Default,,	"1"

HKR, Ndi\Params\MaxRxBuffer,	ParamDesc,,	%NumRx%
HKR, Ndi\Params\MaxRxBuffer,	Type,,		"int"
HKR, Ndi\Params\MaxRxBuffer,	Base,,		"10"
HKR, Ndi\Params\MaxRxBuffer,	Min,,		"16"
HKR, Ndi\Params\MaxRxBuffer,	Max,,		"2048"
HKR, Ndi\Params\MaxRxBuffer,	Step,,		"16"
HKR, Ndi\Params\MaxRxBuffer,	Default,,	"256"

HKR, Ndi\Params\MaxTxBuffer,	ParamDesc,,	%NumTx%
HKR, Ndi\Params\MaxTxBuffer,	Type,,		"int"
HKR, Ndi\Params\MaxTxBuffer,	Base,,		"10"
HKR, Ndi\Params\MaxTxBuffer,	Min,,		"16"
HKR, Ndi\Params\MaxTxBuffer,	Max,,		"1024"
HKR, Ndi\Params\MaxTxBuffer,	Step,,		"16"
HKR, Ndi\Params\MaxTxBuffer,	Default,,		"256"

;-----------------------------------------------------------------------------
; DestinationDirs
;
[AtcL002.CopyFiles]
atl02_2k.sys,,,2

[install.files]
atcInst.dll

[SourceDisksNames]
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;
1 = %DriverDisk%,,,

[SourceDisksFiles]
;
; filename_on_source = diskID[, [subdir][, size]]
;
atl02_2k.sys = 1
atcInst.dll = 1

[DestinationDirs]
AtcL002.CopyFiles     = 12
install.files         = 11,"Attansic\L2"
DefaultDestDir        = 11

[Attansic_CoInfo]
; Used by the attansic co-installer to figure out where the original media is
; located (so it can launch value-added setup programs).
OriginalInfSourcePath = %1%

[Strings]
Attansic			= "Attansic"
NetAddr			    = "Network Address"
MTU					= "Maximum Frame Size"
TOFF				= "Task Offload"
IntMod              = "Interrupt Moderation"
VLanID				= "VLAN ID"
MaxIrq              = "Max IRQ per Second"
NumRx				= "Number of Receive Buffers"
NumTx               = "Number of Transmit Buffers"
Auto				= "Auto"
On                  = "On"
Off                 = "Off"
MediaType			= "MediaType"
10MHD               = "10Mbps Half Duplex"
10MFD               = "10Mbps Full Duplex"
100MHD              = "100Mbps Half Duplex"
100MFD              = "100Mbps Full Duplex"
FlowCtrl			= "Flow Control"
BundleStr			= "Bundle ID"
ShutDW				= "Shutdown wake up"

WakeUpCapabilities = "Wake Up Capabilities"
None = "None"
LinkChange = "Link Change"
MagicPacket = "Magic Packet"
PatternMatch = "Pattern Match"
MagicPacket_PatternMatch = "MagicPacket & PatternMatch"
All = "All"

ATTANSIC = "Attansic"
Attansic.AtcL002 		= "Attansic L2 Gigabit Ethernet 10/100 Base-T Controller"
AtcL002.Service.DispName 	= "NDIS Miniport Driver for Attansic L2 Fast Ethernet Controller"
DriverDisk			= "Attansic Fast Ethernet Controller Installation Disk"
HelpText			= "This Attansic network Controller connects you to the network."

Uninstall									= "Attansic L2 Fast Ethernet Driver"
UninstFunc                = "\Attansic\L2\atcInst.dll,AtcUninst"
CustomFunc                = "\Attansic\L2\atcInst.dll,CustomerSetting"
DestPath									= "\Attansic\L2"
UninstCmd                 = "x86 1969 2048 L2"
CustomCmd                 = "L2*x86"
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: web2, load: 1.39