;; NETATI25.INF
;;
;; ATI AT-2500 Fast-Ethernet Network Interface Cards.
;;
;; Copyright 1996, Allied Telesyn International, Corp.
[Version]
LayoutFile=layout.inf
Signature="$CHICAGO$"
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Provider=%V_ATI%
[Manufacturer]
%V_Allied%=Allied
[ControlFlags]
;ExcludeFromSelect = PCI\VEN_10EC&DEV_8129&SUBSYS_00D810EC
[Allied]
%AT2500.DeviceDesc%=AT2500.ndi,PCI\VEN_10EC&DEV_8129
;%AT2500.DeviceDesc%=AT2500.ndi,PCI\VEN_10EC&DEV_8129&SUBSYS_25001259
[SourceDisksNames]
52="ATI AT-2500 Fast Ethernet Adapter Driver Disk",,0
[SourceDisksFiles]
at2500m4.sys =52,,at2500m4.sys,12345
netati25.inf =52,,netati25.inf,1234
[AT2500.ndi.NT]
AddReg=AT2500.nt.reg
Characteristics = 0xA4 ;NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
[AT2500.ndi]
AddReg=AT2500.ndi.reg
;;---------------------------------------------------------------------------
;; Start of NT 5.0 section
;;---------------------------------------------------------------------------
[AT2500.nt.reg]
;HKR,Ndi\params\Speed,ParamDesc,0,"Link Speed"
;HKR,Ndi\params\Speed,type,0,enum
;HKR,Ndi\params\Speed,default,0,auto
;HKR,Ndi\params\Speed\enum,auto,0,"Auto Detect"
;HKR,Ndi\params\Speed\enum,10,0,"10 Mb/sec"
;HKR,Ndi\params\Speed\enum,100,0,"100 Mb/sec"
; Interfaces
HKR, , BusType,0,"5"
HKR, , MsPciScan,0,"1"
HKR,Ndi\Interfaces,DefUpper,0,"ndis5"
HKR,Ndi\Interfaces,DefLower,0,"ethernet"
HKR,Ndi\Interfaces,UpperRange,0,"ndis5"
HKR,Ndi\Interfaces,LowerRange,0,"ethernet"
;; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,0,"Interrupt Level"
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,0,"I/O Base Address"
; Install section
HKR,Ndi,Service,0,"AT2500"
HKR,Ndi\Install, ,0,"AT2500.Install"
[AT2500.Install.NT]
CopyFiles = AT2500.nt.CopyFiles
[AT2500.Install.NT.Services]
AddService = AT2500nt,2,AT2500.Service
[AT2500.nt.CopyFiles]
AT2500M4.SYS,,,2
[AT2500.Service]
DisplayName = "Allied Telesyn AT-2500 Fast Ethernet Adapter"
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 2 ;%SERVICE_AUTO_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\AT2500M4.SYS
LoadOrderGroup = NDIS
;;---------------------------------------------------------------------------
;; End of NT 5.0 section
;;---------------------------------------------------------------------------
;;***************************************************************************
;; Start of Windows 95 section
;;***************************************************************************
[AT2500.ndi.reg]
HKR,Ndi,DeviceID,0,"PCI\VEN_10EC&DEV_8129&SUBSYS_00D810EC"
HKR,Ndi\Install,,0,AT2500.install
;HKR,NDI\Params\Speed,flag,1,30,00,00,00
;HKR,Ndi\params\Speed,ParamDesc,0,"Link Speed"
;HKR,Ndi\params\Speed,type,0,enum
;HKR,Ndi\params\Speed,default,0,auto
;HKR,Ndi\params\Speed\enum,auto,0,"Auto Detect"
;HKR,Ndi\params\Speed\enum,10,0,"10 Mb/sec"
;HKR,Ndi\params\Speed\enum,100,0,"100 Mb/sec"
; key,subkey,valuname,type,value
HKR,,DriverDesc,0,"ATI AT-2500 PCI Fast Ethernet Controller"
HKR,,DevLoader,0,*ndis
HKR,,DeviceVxDs,0,at2500m4.sys
HKR,,EnumPropPages,0,netdi.dll,EnumPropPages
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
HKR,NDIS,LogDriverName,0,"AT2500"
; Interfaces
HKR,Ndi\Interfaces,DefLower,0,"ethernet"
HKR,Ndi\Interfaces,LowerRange,0,"ethernet"
HKR,Ndi\Interfaces,DefUpper,0,"ndis3"
HKR,Ndi\Interfaces,UpperRange,0,"ndis3"
; Install sections
HKR,Ndi\Install,ndis3,0,"AT2500.ndis3"
;;****************************************************************************
;; PCI common parameters
;;****************************************************************************
;; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,0,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,0,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
;;****************************************************************************
;; Drivers
;;****************************************************************************
;; Install NDIS3
[AT2500.ndis3]
CopyFiles=AT2500.ndis3win.CopyFiles,AT2500.inf.CopyFiles
DelFiles=AT2500.DelFiles
[AT2500.ndis3win.CopyFiles]
at2500m4.sys,,,2
[AT2500.inf.CopyFiles]
netati25.inf,,,2
[AT2500.DelFiles]
drvidx.bin,,,1
drvdata.bin,,,1
;;****************************************************************************
;; Destination Directories
;;****************************************************************************
[DestinationDirs]
AT2500.ndis3win.CopyFiles =11
AT2500.nt.CopyFiles =12
AT2500.inf.CopyFiles =17 ; INF
AT2500.DelFiles =17
;;****************************************************************************
;; Localizable Strings
;;****************************************************************************
[strings]
;;Provider
V_ATI="Allied Telesyn"
;;Manufacturers
V_Allied="Allied Telesyn"
;;PCI Realtek Devices
AT2500.DeviceDesc="ATI AT-2500 PCI Fast Ethernet Adapter (NDIS4)"
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.