NETATI25.INF Driver File Contents (ati2500.zip)

;; NETATI25.INF - Supports Windows 95, 98, and Windows 2000
;;
;; Allied Telesyn AT-2500TX Series Fast Ethernet Adapter
;;
;; Copyright 1996-1998, Allied Telesyn International

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ATI%                                    
LayoutFile  = layout.inf                                ;; for put-on-list

[Manufacturer]
%ATI%   = ATI

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_10ec&DEV_8139

[ATI]
%2500v3.DeviceDesc%  = 2500v3.ndi, PCI\VEN_10ec&DEV_8139&SUBSYS_25031259
%2500v2.DeviceDesc%  = 2500v2.ndi, PCI\VEN_10ec&DEV_8139&SUBSYS_25001259

;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[2500v3.ndi]
DriverVer       = 11/28/1998
AddReg          = 2500.id.reg, 2500.win.reg, 2500.common.reg, 2500.autondis.reg
DeviceID        = "PCI\VEN_10ec&DEV_8139&SUBSYS_25031259"
LogConfig       = DefaultConfig
CopyFiles       = InstallDLL.CopyFiles, AT2500.inf.CopyFiles

[2500v2.ndi]
DriverVer       = 11/28/1998
AddReg          = 2500.id.reg, 2500.win.reg, 2500.common.reg, 2500.autondis.reg
DeviceID        = "PCI\VEN_10ec&DEV_8139&SUBSYS_25001259"
LogConfig       = DefaultConfig
CopyFiles       = InstallDLL.CopyFiles, AT2500.inf.CopyFiles

;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[2500v3.ndi.NT]
DriverVer       = 11/28/1998
AddReg          = 2500.common.reg, 2500.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = 2500.CopyFiles

[2500v3.ndi.NT.Services]
AddService = AT2500, 2, rtsnt.Service, 2500.EventLog

[2500v2.ndi.NT]
DriverVer       = 11/28/1998
AddReg          = 2500.common.reg, 2500.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = 2500.CopyFiles

[2500v2.ndi.NT.Services]
AddService = AT2500, 2, rtsnt.Service, 2500.EventLog

[2500.CopyFiles]
a25v3m5.sys,,,2

;;****************************************************************************
;; AT-2500 Windows 9x Parameters
;;****************************************************************************
[2500.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10ec&DEV_8139&SUBSYS_25001259, PCI\VEN_10ec&DEV_8139&SUBSYS_25031259"

[2500.win.reg]
;; key,subkey,valuname,type,value
HKR, ,  DriverDesc,     0,      "Allied Telesyn AT-2500TX Series Fast Ethernet Adapter"
HKR, ,  DevLoader,      0,      *ndis
HKR, ,  DeviceVxDs,     0,      a25v3m4.sys
HKR, ,  EnumPropPages,  0,      netdi.dll,      EnumPropPages

;;params
HKR, ,  MediaType,      0,      1
HKR, ,  AdapterType,    0,      5
HKR, ,  BusType,        0,      5

;; NDIS Info
HKR, NDIS,              MajorNdisVersion,       1,      03
HKR, NDIS,              MinorNdisVersion,       1,      0a
HKR, NDIS,              LogDriverName,          0,      "AT2500"

;; Interfaces
HKR, Ndi\Interfaces,    DefLower,               ,       "ethernet"
HKR, Ndi\Interfaces,    LowerRange,             ,       "ethernet"
HKR, Ndi\Interfaces,    DefUpper,               ,       "ndis3"
HKR, Ndi\Interfaces,    UpperRange,             ,       "ndis3"


;; Install sections
HKR, Ndi,               NdiInstaller,            ,      "ATINDI.DLL,MyNdiProc"
HKR, Ndi\Install,       ndis3,                  0,      "AT2500.ndis"


;; Install NDIS3
[AT2500.ndis]
CopyFiles       = AT2500.ndis.CopyFiles

[AT2500.ndis.CopyFiles]
a25v3m.sys,,,2
a25v3m4.sys,,,2
a25v3m5.sys,,,2

[AT2500.inf.CopyFiles]
netati25.inf,,,2

[InstallDLL.CopyFiles]
atindi.dll,,,2

;;****************************************************************************
;; AT-2500 common parameters
;;****************************************************************************
[2500.common.reg]
HKR, NDI\Params\DuplexMode,             flag,   1,      30, 00, 00, 00
HKR, Ndi\Params\EarlyTxThreshold,       flag,   1,      20, 00, 00, 00
HKR, NDI\Params\NetworkAddress,         flag,   1,      30, 00, 00, 00

HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode% 
HKR, Ndi\params\DuplexMode,      type,      0, "enum"
HKR, Ndi\params\DuplexMode,      default,   0, "0"
HKR, Ndi\params\DuplexMode\enum, 0,         0, %dmDefault% 
HKR, Ndi\params\DuplexMode\enum, 1,         0, %dmAutoMode% 
HKR, Ndi\params\DuplexMode\enum, 2,         0, %dm10HalfMode% 
HKR, Ndi\params\DuplexMode\enum, 3,         0, %dm10FullMode% 
HKR, Ndi\params\DuplexMode\enum, 4,         0, %dm100HalfMode%
HKR, Ndi\params\DuplexMode\enum, 5,         0, %dm100FullMode%

HKR,Ndi\Params\EarlyTxThreshold, ParamDesc, 0, %EarlyTxThreshold%
HKR,Ndi\Params\EarlyTxThreshold, Type,      0, "int"
HKR,Ndi\Params\EarlyTxThreshold, Default,   0, "10"
HKR,Ndi\Params\EarlyTxThreshold, Min,       0, "0
HKR,Ndi\Params\EarlyTxThreshold, Max,       0, "63"
HKR,Ndi\Params\EarlyTxThreshold, Step,      0, "1"
HKR,Ndi\Params\EarlyTxThreshold, Base,      0, "10"

HKR,Ndi\params\NetworkAddress,   ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress,   type,      0, edit
HKR,Ndi\params\NetworkAddress,   default,   0, "000000000000"
HKR,Ndi\params\NetworkAddress,   LimitText, 0, 12
HKR,Ndi\params\NetworkAddress,   UpperCase, 0, 1
HKR,Ndi\params\NetworkAddress,   Optional,  0, 1

[2500.autondis.reg]
HKR, NDI\params\NDIS_VERSION,           flag,   1,      20, 00, 00, 00
HKR,,NDIS_VERSION,,"AUTO"
HKR,NDI\params\NDIS_VERSION,,,"AUTO"
HKR,NDI\params\NDIS_VERSION,ParamDesc,,"NDIS Driver Version"
HKR,NDI\params\NDIS_VERSION,type,,enum
HKR,Ndi\params\NDIS_VERSION\enum,AUTO,,"Auto Select"
HKR,Ndi\params\NDIS_VERSION\enum,NDIS3,,"NDIS 3"
HKR,Ndi\params\NDIS_VERSION\enum,NDIS4,,"NDIS 4"
HKR,Ndi\params\NDIS_VERSION\enum,NDIS5,,"NDIS 5"
HKR,Ndi\params\NDIS_VERSION\Drivers,NDIS3,,"a25v3m.sys"
HKR,Ndi\params\NDIS_VERSION\Drivers,NDIS4,,"a25v3m4.sys"
HKR,Ndi\params\NDIS_VERSION\Drivers,NDIS5,,"a25v3m5.sys"

;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[2500.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "AT2500"

[rtsnt.Service]
DisplayName     = %2500.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\A25v3m5.SYS
LoadOrderGroup  = NDIS

[2500.EventLog]
Addreg = 2500.AddEventLog.reg

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

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
2500.CopyFiles              = 12
DefaultDestDir              = 11        ; LDID_SYS
AT2500.ndis5.CopyFiles      = 11
AT2500.inf.CopyFiles        = 17        ; INF
AT2500.DelFiles             = 17
InstallDLL.CopyFiles        = 11

;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksFiles]
a25v3m.sys
a25v3m4.sys
a25v3m5.sys
NETATI25.inf
atindi.dll

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
ATI                       = "Allied Telesyn"

NetworkAddress            = "MAC Address (LAA)"
EarlyTxThreshold          = "Early Tx Threshold"
DuplexMode                = "Speed/Duplex"
DrvVersion                = "NDIS Driver Version"
dmDefault                 = "Hardware"
dmAutoMode                = "Auto-sense"
dm10HalfMode              = "10Mb/Half Duplex"
dm10FullMode              = "10Mb/Full Duplex"
dm100HalfMode             = "100Mb/Half Duplex"
dm100FullMode             = "100Mb/Full Duplex"

2500v3.DeviceDesc         = "Allied Telesyn AT-2500TX (V3) Fast Ethernet Adapter"
2500v2.DeviceDesc         = "Allied Telesyn AT-2500TX (V2) Fast Ethernet Adapter"
2500.Service.DispName     = "Allied Telesyn AT-2500TX Series Fast Ethernet Adapter Driver"

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: web3, load: 2.63