;; NETATI25.INF - Supports Windows 95, 98, and Windows 2000
;;
;; Allied Telesyn AT-2400T/BT 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
[Manufacturer]
%ATI% = ATI
[ControlFlags]
ExcludeFromSelect = PCI\VEN_10ec&DEV_8029
[ATI]
%2400.DeviceDesc% = 2400.ndi, PCI\VEN_10ec&DEV_8029&SUBSYS_24001259
;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksFiles]
at2400m.sys
at2400m4.sys
at2400.dos
at24odi.com
NETATI24.inf
atindi.dll
;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[2400.ndi]
DriverVer = 8/04/1998
AddReg = 2400.id.reg, 2400.win.reg, 2400.common.reg, AutoNDIS.Reg
DeviceID = "PCI\VEN_10ec&DEV_8029&SUBSYS_24001259"
LogConfig = DefaultConfig
CopyFiles = InstallDLL.CopyFiles, AT2400.inf.CopyFiles, AT2400.odi.CopyFiles
;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[2400.ndi.NT]
DriverVer = 11/28/1998
AddReg = 2400.common.reg, 2400.reg
Characteristics = 0x84
BusType = 5
CopyFiles = 2400.CopyFiles
[2400.ndi.NT.Services]
AddService = 2400, 2, rtsnt.Service, 2400.EventLog
[2400.CopyFiles]
at2400m4.sys,,,2
;;****************************************************************************
;; AT-2400 Windows 9x Parameters
;;****************************************************************************
[2400.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10ec&DEV_8029&SUBSYS_24001259"
[2400.win.reg]
;; key,subkey,valuname,type,value
HKR, , DriverDesc, 0, "Allied Telesyn AT-2400T/BT PCI 10Mb Ethernet Adapter"
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVxDs, 0, at2400m4.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, "AT2400"
HKR, NDIS\NDIS2, DriverName, 0, "AT2400$"
HKR, NDIS\NDIS2, FileName, 0, "AT2400.dos"
HKR, NDIS\ODI, DriverName, 0, "AT24ODI"
HKR, NDIS\ODI, FileName, 0, "AT24ODI.com"
;; Interfaces
HKR, Ndi\Interfaces, DefLower, , "ethernet"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, DefUpper, , "ndis2,ndis3"
HKR, Ndi\Interfaces, UpperRange, , "ndis2,ndis3,odi"
;; Install sections
HKR, Ndi, NdiInstaller, , "ATINDI.DLL,MyNdiProc"
HKR, Ndi\Install, ndis3, 0, "AT2400.ndis"
HKR, Ndi\Install, ndis2, 0, "AT2400.dos"
HKR, Ndi\Install, odi, 0, "AT2400.odi"
;; Install NDIS3
[AT2400.ndis]
CopyFiles = AT2400.ndis.CopyFiles
[AT2400.dos]
CopyFiles = AT2400.dos.CopyFiles
[AT2400.odi]
CopyFiles = AT2400.odi.CopyFiles
[AT2400.ndis.CopyFiles]
at2400m.sys,,,2
at2400m4.sys,,,2
[AT2400.dos.CopyFiles]
at2400.dos,,,2
[AT2400.odi.CopyFiles]
at24odi.com,,,2
[AT2400.inf.CopyFiles]
netati24.inf,,,2
[InstallDLL.CopyFiles]
atindi.dll,,,2
;;****************************************************************************
;; AT-2400 common parameters
;;****************************************************************************
[2400.common.reg]
HKR, NDI\Params\DuplexMode, flag, 1, 30, 00, 00, 00
HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00
HKR, NDI\params\NDIS_VERSION, flag, 1, 20, 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, %dm10HalfMode%
HKR, Ndi\params\DuplexMode\enum, 1, 0, %dm10FullMode%
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
[AutoNDIS.Reg]
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\Drivers,NDIS3,,"at2400m.sys"
HKR,Ndi\params\NDIS_VERSION\Drivers,NDIS4,,"at2400m4.sys"
;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[2400.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis4"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "AT2400"
[rtsnt.Service]
DisplayName = %2400.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_DEMAND_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\AT2400m4.SYS
LoadOrderGroup = NDIS
[2400.EventLog]
Addreg = 2400.AddEventLog.reg
[2400.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
2400.CopyFiles = 12
DefaultDestDir = 11 ; LDID_SYS
AT2400.ndis5.CopyFiles = 11
AT2400.inf.CopyFiles = 17 ; INF
AT2400.DelFiles = 17
InstallDLL.CopyFiles = 11
AT2400.dos.CopyFiles = 26 ; LDID_WINBOOT
AT2400.odi.CopyFiles = 26
;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
ATI = "Allied Telesyn International"
NetworkAddress = "MAC Address (LAA)"
DuplexMode = "Duplex Setting"
DrvVersion = "NDIS Driver Version"
dm10HalfMode = "Half Duplex"
dm10FullMode = "Full Duplex"
2400.DeviceDesc = "Allied Telesyn AT-2400T/BT PCI 10Mb Ethernet Adapter"
2400.Service.DispName = "AT-2400T/BT Ethernet Adapter NDIS Driver"
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.