;---------------------------------------------------------------------------
; ADSL Modem Driver RFC 1483 INF file.
;
; Platforms: Win 98SE/2000(NT5)
;
;
; $ History: $
;
; <10-05-2000> <1.5.7> <1. Dump ADMON and Coninstaller>
; <04-04-2000> <Beta 1.5.6> <1. No Updates>
;
; <03-27-2000> <Beta 1.5.5> <1. Removed sections so as to allow the INF file>
; < to be WHQL compliant for Win98 & Win2000.>
;
; <03-15-2000> <Beta 1.5.4> <1. Fixed comments in CSA section due to conflict>
; < with comment being appended to actual value. >
; <2. Removed modem registry entries per Rob & Bob>
; < from section AME1101.reg>
;
; <02-23-2000> <Beta 1.5.3> <1. None>
;
; <02-14-2000> <Beta 1.5.2> <1. Added DeviceVxDs for CSA compatibility>
; < with Win2000.>
; <2. Fixed entries under ATM per Bob Mueck...>
; < HKR, Ndi\params\MaxSduSize, default, 0, "1528">
; < HKR, Ndi\params\MaxSduSize, max, 0, "1528">
; < HKR, Ndi\params\RxBytesPerBuffer, default, 0, "1696">
; < HKR, Ndi\params\TxBytesPerBuffer, default, 0, "1696">
;
; <02-03-2000> <Beta 1.5.1> <1. Added DebugModule>
; <2. Win2000 Compatible>
; <3. Label - INF1.7>
; <4. Added chages per Bob Mueck for ATM>
; <5. Added CSA section for custom CSA apps.>
; <6. Added WHQL Compatibility for 98/2000>
;
; <01-05-2000> <Beta 1.5> <1. Win98 Gold/SE Compatible>
;
;***************************************************************************
;---------------------------------------------------------------------------
[Version]
;Catalogfile = ntw98new.cat
Signature = "$Chicago$"
Compatible = 1
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %ProviderName%
DriverVer=02/07/2000, 141.1.0.0
;---------------------------------------------------------------------------
[Manufacturer]
%ProviderName% = Device
;---------------------------------------------------------------------------
[ControlFlags]
ExcludeFromSelect = PCI\<WipVidPid>
;---------------------------------------------------------------------------
[Device]
; Display Name Section DeviceID
; ------------ -------- ---------
%DeviceDesc% = AME1101_RFC.ndi, PCI\<WipDeviceID>
;%PCI\VEN_1064&DEV_1101.DeviceDescATM% = AME1101_ATM.ndi, PCI\VEN_1064&DEV_1102&SUBSYS_11031064&REV_02
;---------------------------------------------------------------------------
[AME1101_RFC.ndi]
;CopyFiles = AME1101_RFC.win.CopyFiles, INFHelperFiles
AddReg=AME1101_RFC.id.reg, AME1101.reg, AME1101_RFC.reg,AME1101_RFC.win.Reg, GUI.Reg
[AME1101_ATM.ndi]
;CopyFiles = AME1101_ATM.win.CopyFiles, INFHelperFiles
AddReg=AME1101_ATM.id.reg, AME1101.reg, AME1101_ATM.reg,AME1101_ATM.win.Reg, GUI.Reg
;---------------------------------------------------------------------------
[AME1101_RFC.ndi.NT]
Characteristics=0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType=5 ; PCI Bus
;CopyFiles=AME1101_RFC.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_RFC.reg, AME1101_RFC.reg.NT, GUI.reg
DriverVer=03/15/2000, 141.1.0.0
[AME1101_ATM.ndi.NT]
Characteristics=0x84 ; NCF_PHYSICAL | NCF_HAS_UI
BusType=5 ; PCI Bus
;CopyFiles=AME1101_ATM.CopyFiles, INFHelperFiles
AddReg=AME1101.reg, AME1101_ATM.reg, AME1101_ATM.reg.NT, GUI.reg
DriverVer=03/15/2000, 141.1.0.0
;---------------------------------------------------------------------------
[AME1101_RFC.ndi.NT.Services]
AddService = AmeLanPc, 2, AME1101_RFC.AddService, AME1101.AddEventLog
[AME1101_ATM.ndi.NT.Services]
AddService = AmeAtmPc, 2, AME1101_ATM.AddService, AME1101.AddEventLog
;---------------------------------------------------------------------------
[AME1101_RFC.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\<WipVidPid>"
[AME1101_ATM.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\<WipVidPid>"
;---------------------------------------------------------------------------
[AME1101_RFC.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "amelanpc.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, Ndi , Service, 0, "AmeLanPc"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Compatibility,RequireAll, , "MSTCP"
HKR, NDIS, LogDriverName, 0, "AmeLanPc"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Install, ndis3, 0, "AME1101_RFC.ndi"
; TCP windowsize tweaker
HKLM, System\CurrentControlSet\Services\VxD\MSTCP, DefaultRcvWindow, 0 , "65535"
[AME1101_ATM.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, "ameatmpc.sys"
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR,Ndi , Service, 0, "AmeAtmPc"
;left only 1-PPP
;HKR, Ndi\Interfaces, DefUpper, 0, "ndiswan"
;HKR, Ndi\Interfaces, DefLower, 0, "adsl"
;HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
;HKR, Ndi\Interfaces, LowerRange, 0, "adsl"
HKR, Ndi\Interfaces, DefUpper, 0, "ndisatm,wanatm"
HKR, Ndi\Interfaces, DefLower, 0, "adsl"
HKR, Ndi\Interfaces, UpperRange, 0, "ndisatm,wanatm"
HKR, Ndi\Interfaces, LowerRange, 0, "adsl"
HKR, Ndi\Compatibility,RequireAll, , "ATMUNI,MSTCP,*PNP8385"
HKR, NDIS, LogDriverName, 0, "AmeAtmPc"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Install, ndis3, 0, "AME1101_ATM.ndi"
[GUI.reg]
HKLM, SOFTWARE\Microsoft\Windows\CurrentVersion\Run, AME_CSA, 0, "rundll32 amecsa.cpl,RUN_DLL"
;---------------------------------------------------------------------------
[AME1101_RFC.reg.NT]
HKR, , DeviceVxDs, 0, "amelanpc.sys"
HKR, Ndi, Service, 0, "AmeLanPc"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\Compatibility, RequireAll, , "MSTCP"
; TCP windowsize tweaker
HKLM, SYSTEM\CurrentControlSet\Services\Tcpip\Parameters, TcpWindowSize, 0x00010001 , 0x0000FFFF
[AME1101_ATM.reg.NT]
HKR, , DeviceVxDs, 0, "ameatmpc.sys"
HKR, Ndi, Service, 0, "AmeAtmPc"
HKR, Ndi\Interfaces, UpperRange, 0, "ndisatm"
HKR, Ndi\Interfaces, LowerRange, 0, "adsl"
HKR, Ndi\Compatibility, RequireAll, , "ATMUNI,MSTCP"
;---------------------------------------------------------------------------
[AME1101.reg]
HKR, Ndi\params\FWInit, ParamDesc, 0, %InitFW%
HKR, Ndi\params\FWInit, default, 0, "init-cl.bin"
HKR, Ndi\params\FWInit, type, 0, "edit"
HKR, Ndi\params\FWRuntime, ParamDesc, 0, %RunTimeFW%
HKR, Ndi\params\FWRuntime, default, 0, "fw-cl.bin"
HKR, Ndi\params\FWRuntime, type, 0, "edit"
HKR, Ndi\params\FWSubFunction, ParamDesc, 0, %FWSubFunc%
HKR, Ndi\params\FWSubFunction, default, 0, "21"
HKR, Ndi\params\FWSubFunction, min, 0, "0"
HKR, Ndi\params\FWSubFunction, max, 0, "32"
HKR, Ndi\params\FWSubFunction, step, 0, "1"
HKR, Ndi\params\FWSubFunction, base, 0, "10"
HKR, Ndi\params\FWSubFunction, type, 0, "int"
HKR, Ndi\params\MaxSduSize, ParamDesc, 0, %MaxSduSize%
HKR, Ndi\params\MaxSduSize, min, 0, "512"
HKR, Ndi\params\MaxSduSize, step, 0, "1"
HKR, Ndi\params\MaxSduSize, base, 0, "10"
HKR, Ndi\params\MaxSduSize, type, 0, "int"
;HKR, ,DebugLevel, 0x00010001, 0xffffffff
;HKR, ,DebugModule, 0x00010001, 0xf00fffff
;---------------------------------------------------------------------------
[AME1101_RFC.reg]
HKR, Ndi\params\MaxSduSize, default, 0, "1530"
HKR, Ndi\params\MaxSduSize, max, 0, "1530"
HKR, Ndi\params\524323, ParamDesc, 0, %VpiVci%
HKR, Ndi\params\524323, default, 0, "vpi=8/vci=35/aal=5/encap=ethllcnfs/scat=ubr/pr=max"
HKR, Ndi\params\524323, type, 0, "edit"
HKR, Ndi\params\PVCList, ParamDesc, 0, %VpiVciList%
HKR, Ndi\params\PVCList, default, 0, "524323"
HKR, Ndi\params\PVCList, type, 0, "edit"
[AME1101_ATM.reg]
HKR, Ndi\params\MaxSduSize, default, 0, "1528"
HKR, Ndi\params\MaxSduSize, max, 0, "1528"
;---------------------------------------------------------------------------
[AME1101_RFC.AddService]
DisplayName = %AmeServiceName1101_RFC%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\AmeLanPc.sys
LoadOrderGroup = NDIS
[AME1101_ATM.AddService]
DisplayName = %AmeServiceName1101_ATM%
ServiceType = 1 ;SERVICE_KERNEL_DRIVER
StartType = 3 ;SERVICE_DEMAND_START
ErrorControl = 1 ;SERVICE_ERROR_NORMAL
ServiceBinary = %12%\AmeAtmPc.sys
LoadOrderGroup = NDIS
;---------------------------------------------------------------------------
[AME1101.AddEventLog]
AddReg = common.AddEventLog.reg
;---------------------------------------------------------------------------
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, %%SystemRoot%%\System32\netevent.dll
HKR, , TypesSupported, 0x00010001, 7
;---------------------------------------------------------------------------
[AME1101_RFC.win.CopyFiles]
Fw-cl.bin
Init-cl.bin
amelanpc.sys
[AME1101_ATM.win.CopyFiles]
Fw-cl.bin
Init-cl.bin
ameatmpc.sys
;---------------------------------------------------------------------------
[AME1101_RFC.CopyFiles]
Fw-cl.bin
Init-cl.bin
amelanpc.sys
[AME1101_ATM.CopyFiles]
Fw-cl.bin
Init-cl.bin
ameatmpc.sys
;---------------------------------------------------------------------------
[DestinationDirs]
DefaultDestDir = 11
AME1101_RFC.win.CopyFiles = 11 ; Windows System Directory
AME1101_ATM.win.CopyFiles = 11 ; Windows System Directory
AME1101_RFC.CopyFiles = 12 ; Drivers Directory
AME1101_ATM.CopyFiles = 12 ; Drivers Directory
INFHelperFiles = 11 ; Windows System Directory
;---------------------------------------------------------------------------
[Strings]
VpiVci = "VpiVci"
VpiVciList = "VpiVciList"
; Manufacturer / Provider
ProviderName = "<WipProviderName>"
; Device Description in Registry
AmeServiceName1101_RFC = "AmeLanPc"
AmeServiceName1101_ATM = "AmeAtmPc"
; Product Description
deviceDesc = "<WipDeviceDesc> (RFC1483 Mode)"
; Registry configuration strings.
MaxSduSize = "Maximum SDU Size"
InitFW = "Initialization Firmware"
RunTimeFW = "Run-time Firmware"
FWSubFunc = "Subfunction Code"
ProviderDiskName = "<WipDeviceDesc> Driver Disk"
;---------------------------------------------------------------------------
[INFHelperFiles]
Amecsa.hlp
AmeCSA.cpl
;---------------------------------------------------------------------------
[SourceDisksFiles]
Amecsa.hlp=1
AmeCSA.cpl=1
Fw-cl.bin=1
Init-cl.bin=1
ameatmpc.sys=1
amelanpc.sys=1
;---------------------------------------------------------------------------
[SourceDisksNames]
1=%ProviderDiskName%,,,
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.