NETATI27.INF Driver File Contents (2700TX11.exe)

; NETATI27.INF
;
; ATI AT-2700 Series Ethernet Network Interface Cards
;
; Copyright 1993-1995, Microsoft Corporation

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %ATI%
LayoutFile  = layout.inf

[Manufacturer]
%ATI%    = ATI

[ControlFlags]
ExcludeFromSelect = ISAPNP\ADV55AA, \
                    PCI\VEN_1022&DEV_2000, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_12201113, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_104C103C, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_1064103C, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_1065103C, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_106C103C, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_106E103C, \
                    PCI\VEN_1022&DEV_2000&SUBSYS_10EA103C

[ATI]
%*AT2700.DeviceDesc% = AT2700.ndi, PCI\VEN_1022&DEV_2000&SUBSYS_27001259, ; ATI AT-2700TX 10/100 PCI Ethernet Adapter
%*AT2701.DeviceDesc% = AT2701.ndi, PCI\VEN_1022&DEV_2000&SUBSYS_27011259, ; ATI AT-2700FX 100Mb PCI Ethernet Adapter

;****************************************************************************
; ATI AT-2700TX 10/100 PCI Ethernet Adapter
;****************************************************************************
; NT5.0 section for AT-2700TX
[AT2700.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = ATI.NT.reg, DefaultP.reg, MIIP.reg
CopyFiles       = ATI.CopyFiles

[AT2700.ndi.NT.services]
AddService      = ATI, 2, ATI.Service, ATI.AddEventLog

; Win9x section for AT-2700TX
[AT2700.ndi]
AddReg = AT2700.ndi.reg, ATI.Win.reg, DefaultP.reg, MIIP.reg
DeviceID = "PCI\VEN_1022&DEV_2000&SUBSYS_27001259"

[AT2700.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1022&DEV_2000&SUBSYS_27001259"


; NT5.0 section for AT-2700FX
[AT2701.ndi.NT]
Characteristics = 0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType         = 5
AddReg          = ATI.NT.reg, DefaultP.reg, MIIF.reg
CopyFiles       = ATI.CopyFiles

[AT2701.ndi.NT.services]
AddService      = ATI, 2, ATI.Service, ATI.AddEventLog

; Win9x section for AT-2700FX
[AT2701.ndi]
AddReg = AT2701.ndi.reg,ATI.Win.reg, DefaultP.reg, MIIF.reg
DeviceID = "PCI\VEN_1022&DEV_2000&SUBSYS_27011259"

[AT2701.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1022&DEV_2000&SUBSYS_27011259"

;-------------------------------------------------------------------------------
; Common Section for NT5.0 and Win9x.
;-------------------------------------------------------------------------------
;
; ATI common params section
;
[DefaultP.reg]
HKR, ,                              MPMODE,      0, "0"
HKR, ,                              EXTPHY,      0, "0"

HKR, Ndi\params\MPMODE,             ParamDesc,   0, %MPMODE%
HKR, Ndi\params\MPMODE,             default,     0, "0"
HKR, Ndi\params\MPMODE,             type,        0, "enum"
HKR, Ndi\params\MPMODE\enum,        "0",         0, %OFF%
HKR, Ndi\params\MPMODE\enum,        "1",         0, %ON%

[MIIP.reg]
HKR, Ndi\params\EXTPHY,             ParamDesc,   0, %EXTPHY%
HKR, Ndi\params\EXTPHY,             default,     0, "0"
HKR, Ndi\params\EXTPHY,             type,        0, "enum"
HKR, Ndi\params\EXTPHY\enum,        "0",         0, %Auto%
HKR, Ndi\params\EXTPHY\enum,        "1",         0, %100HD%
HKR, Ndi\params\EXTPHY\enum,        "2",         0, %100FD%
HKR, Ndi\params\EXTPHY\enum,        "3",         0, %10HD%
HKR, Ndi\params\EXTPHY\enum,        "4",         0, %10FD%

[MIIF.reg]
HKR, Ndi\params\EXTPHY,             ParamDesc,   0, %EXTPHY%
HKR, Ndi\params\EXTPHY,             default,     0, "1"
HKR, Ndi\params\EXTPHY,             type,        0, "enum"
HKR, Ndi\params\EXTPHY\enum,        "1",         0, %100HD%
HKR, Ndi\params\EXTPHY\enum,        "2",         0, %100FD%

[ATI.CopyFiles]
AT2700m.sys,,,2

;-------------------------------------------------------------------------------
; NT 5.0 only sections
;-------------------------------------------------------------------------------

[ATI.NT.reg]
HKR, Ndi,            Service,    0, "ATI"
HKR, Ndi\Interfaces, DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces, DefLower,   0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

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

[ATI.AddEventLog]
AddReg = ATI.AddEventLog.reg

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


;-------------------------------------------------------------------------------
; Win9x only sections
;-------------------------------------------------------------------------------
[DefaultF.reg]

HKR,NDI\params\MPMODE,flag,1,20,00,00,00
HKR,NDI\params\EXTPHY,flag,1,20,00,00,00

[ATI.Win.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,AT2700m.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

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

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

; Install
HKR,Ndi\Install,ndis3,,"ATI.ndis3"

; Install NDIS3
[ATI.ndis3]
CopyFiles=ATI.ndis3.CopyFiles

[ATI.ndis3.CopyFiles]
AT2700m.sys,,,2

;-------------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
ATI.CopyFiles = 12
ATI.ndis3.CopyFiles = 11

;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
Msft                     = "Microsoft"
ATI                      = "Allied Telesyn International (ATI)"
Default                  = "Use Adapter Setting"
OFF                      = "Off"
(Default)ON              = "On (Default)"
Default(OFF)             = "Off (Default)"
ON                       = "On"
MPMODE                   = "Magic Packet Mode"
EXTPHY                   = "Speed/Duplex Setting"
Auto                     = "Auto Detect"
100HD                    = "100Mbps/Half Duplex"
100FD                    = "100Mbps/Full Duplex"
10HD                     = "10Mbps/Half Duplex"
10FD                     = "10Mbps/Full Duplex"


*AT2700.DeviceDesc  = "Allied Telesyn AT-2700TX PCI 10/100 Ethernet Adapter"
*AT2701.DeviceDesc  = "Allied Telesyn AT-2700FX PCI 100Mb Ethernet Adapter"

ATI.Service.DispName   = "Allied Telesyn AT-2700 Series 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.73