AEF360.INF Driver File Contents (Realtek8139.zip)

;
; FILENAME: AEF360.INF
;
; PURPOSE : NDIS 5.0 miniport driver for AEF-360TX Family PCI Fast Ethernet
;           setup information file
;
; AUTHOR  : Jerry Lin
;
; DATE    : Dec 31, 1998
;

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

[Manufacturer]
%Manuf%        = Manuf

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_10EC&DEV_8139&SUBSYS_13604033

[Manuf]
%AEF360.DeviceDesc%   = AEF360.ndi, PCI\VEN_10EC&DEV_8139&SUBSYS_13604033


;****************************************************************************
; Windows 9x
;****************************************************************************
[AEF360.ndi]
DriverVer  = 10/11/1998
AddReg     = AEF360.id.reg, AEF360.common.reg, AEF360.win.reg
DeviceID   = "PCI\VEN_10EC&DEV_8139&SUBSYS_13604033"
LogConfig  = DefaultConfig


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

[AEF360.ndi.NT.Services]
AddService = AEF360, 2, rtsnt.Service, AEF360.EventLog

[AEF360.CopyFiles]
rtl8139.sys,,,2


;----------------------------------------------------------------------------
; AEF360 Parameters
;----------------------------------------------------------------------------
;****************************************************************************
; Windows 9x parameters
;****************************************************************************
[AEF360.id.reg]
HKR, Ndi,                              DeviceID,           0,  "PCI\VEN_10EC&DEV_8139&SUBSYS_13604033"

HKR, Ndi\Install,                      ,                   0,  rtsnt.install
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

[AEF360.win.reg]
HKR, ,                                 DriverDesc,         0,  "AEF-360TX Family PCI Fast Ethernet"
HKR, ,                                 DevLoader,          0,  *ndis
HKR, ,                                 DeviceVxDs,         0,  rtl8139.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,  05
HKR, NDIS,                             MinorNdisVersion,   1,  00
HKR, NDIS,                             LogDriverName,      0,  "RTL8139"

; 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\Install,                      ndis3,              0,  "rtl139.ndis5"

; Install NDIS3
[rtl139.ndis5]
CopyFiles  = rtl139.ndis5.CopyFiles, rtl139.inf.CopyFiles
DelFiles   = rtl139.DelFiles

[rtl139.ndis5.CopyFiles]
rtl8139.sys,,,2

[rtl139.inf.CopyFiles]
aef360.inf,,,2

[rtl139.DelFiles]
drvidx.bin,,,1
drvdata.bin,,,1


;****************************************************************************
; AEF360 common parameters
;****************************************************************************
[AEF360.common.reg]
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,            default,            0,  "1"
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


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

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

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

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


;****************************************************************************
; Destination Directory
;****************************************************************************
[DestinationDirs]
AEF360.CopyFiles       = 12

DefaultDestDir         = 11        ; LDID_SYS
rtl139.ndis5.CopyFiles = 11
rtl139.inf.CopyFiles   = 17        ; INF
rtl139.DelFiles        = 17


;****************************************************************************
; Source Files
;****************************************************************************
[SourceDisksNames]
50 = "AEF-360TX Family PCI Fast Ethernet Driver Disk", "", 0

[SourceDisksFiles]
rtl8139.sys = 50,,12345
aef360.inf = 50,,1234
;aef360.cat = 50,,12


;****************************************************************************
; Strings
;****************************************************************************
[Strings]
Msft                       = "Microsoft"
Manuf                      = "Addtron"

NetworkAddress             = "Network Address"
EarlyTxThreshold           = "Early Tx Threshold"
DuplexMode                 = "Link Speed/Duplex Mode"
dmDefault                  = "Default"
dmAutoMode                 = "Auto-Negotiation"
dm10HalfMode               = "10BaseT   Half"
dm10FullMode               = "10BaseT   Full"
dm100HalfMode              = "100BaseTX Half"
dm100FullMode              = "100BaseTx Full"

AEF360.DeviceDesc          = "AEF-360TX Family PCI Fast Ethernet Adapter"
AEF360.Service.DispName    = "AEF-360TX Family PCI Fast Ethernet Adapter NT 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: web5, load: 0.84