;****************************************************************************
; VRTA1483.INF
;
; ATM Multiprotocol Encapsulation (RFC1483)
;
; Copyright (c) 1999 - 2000, Virata
;****************************************************************************
[Version]
Signature = "$Chicago$" ; Windows 98 only (NOT Windows 2000)
Class = NetTrans
ClassGUID = {4d36e975-e325-11ce-bfc1-08002be10318}
Provider = %VRTA%
DriverVer=11/07/2001, 8.1.0.16
;CatalogFile = vrta1483.cat
[Manufacturer]
%VRTA% = Virata
[Virata]
; DisplayName Section DeviceID
; ----------- ------- --------
%VRTA1483M.Desc% = VRTA1483M.ndi, VRTA_RFC1483MINIPORT
%VRTA1483P.Desc% = VRTA1483P.ndi, VRTA_RFC1483PROTOCOL
[ControlFlags]
; Prevent the user from manually installing the miniport edge of the
; intermediate driver. The miniport edge should only be installed by
; the protocol edge install.
ExcludeFromSelect = VRTA_RFC1483MINIPORT
; Prevent Win2000 from installing anything from this file
ExcludeFromSelect.NT = VRTA_RFC1483PROTOCOL,VRTA_RFC1483MINIPORT
;*****************************************************************************
; RFC1483 driver - lower (protocol) edge
;*****************************************************************************
[VRTA1483P.ndi]
DeviceID = VRTA_RFC1483PROTOCOL
CopyFiles = VRTA1483P.Files.Inf,VRTA1483P.Files.Ndi
AddReg = VRTA1483P.ndi.AddReg,NDIS.Legacy.AddReg
MaxInstance = 64
DriverVer=11/07/2001, 8.1.0.16
[VRTA1483P.ndi.AddReg]
HKR, Ndi, DeviceID, 0, "VRTA_RFC1483PROTOCOL"
HKR, Ndi, HelpText, 0, %VRTA1483P.HelpText%
HKR, Ndi, InstallInf, 0, "vrta1483.inf"
HKR, Ndi, NdiInstaller, 0, "ndi1483.dll,Ndi1483ProtocolNdiProc"
HKR, Ndi, MaxInstance, 0, 64
HKR, NDIS, LogDriverName, 0, "VRTA1483"
HKR, NDIS, MiniportLogDriverName, 0, "VRTA1483"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Interfaces, DefUpper, 0, "vrta1483"
HKR, Ndi\Interfaces, UpperRange, 0, "vrta1483"
HKR, Ndi\Interfaces, DefLower, 0, "ndisatm"
HKR, Ndi\Interfaces, LowerRange, 0, "ndisatm"
HKR, Ndi\Install, , 0, VRTA1483P.Install
HKR, Ndi\Remove, , 0, VRTA1483P.Remove
; Require upper (miniport) edge device
HKR, Ndi\Compatibility, RequireAll, 0, "VRTA_RFC1483MINIPORT"
[VRTA1483P.Install]
AddReg = VRTA1483P.Install.AddReg,VRTA1483P.IMDevNode.AddReg,VRTA1483.Debug
CopyFiles = VRTA1483P.Files.Sys
[VRTA1483P.Install.AddReg]
HKR, , DevLoader, 0, "*NDIS"
HKR, , DeviceVxDs, 0, "stub9x.sys,vrta1483.sys"
HKR, , IntermediateProtocol, 0, 1
[VRTA1483.Debug]
;; Setup debugger output for checked build of driver (no effect on free build)
HKR, , DebugBreakOnEntry, 0x10001, 0 ; No breakpoint at startup
HKR, , DebugLevel, 0x10001, 5 ; Show all debug output...
HKR, , DebugComponentMask, 0x10001, 0000000F ; ... from parts of the driver
[VRTA1483P.Remove]
DelReg = VRTA1483P.IMDevNode.DelReg
[VRTA1483P.IMDevNode.AddReg]
; Hardware branch DevNode for device (must be unique)
HKLM, Enum\Root\NDIS\VRTA1483
HKLM, Enum\Root\NDIS\VRTA1483, DeviceDesc, 0, %VRTA1483.Desc%
HKLM, Enum\Root\NDIS\VRTA1483, Class, 0, "Ndis"
HKLM, Enum\Root\NDIS\VRTA1483, ConfigFlags, 1, 10,00,00,00
HKLM, Enum\Root\NDIS\VRTA1483, Driver, 0, "Ndis"
[VRTA1483P.IMDevNode.DelReg]
; Remove DevNode from hardware branch
HKLM, Enum\Root\NDIS\VRTA1483
[VRTA1483P.Files.Ndi]
ndi1483.dll
[VRTA1483P.Files.Inf]
vrta1483.inf
[VRTA1483P.Files.Sys]
vrta1483.sys
stub9x.sys
[NDIS.Legacy.AddReg]
; Legacy support for NDIS intermediate drivers (do _not_ remove this!)
HKLM, System\CurrentControlSet\Services\Class\Ndis
HKLM, System\CurrentControlSet\Services\Class\Ndis,,,"Network intermediate drivers"
HKLM, System\CurrentControlSet\Services\Class\Ndis,Icon,,"-6"
HKLM, System\CurrentControlSet\Services\Class\Ndis,NoUseClass,,"1"
HKLM, System\CurrentControlSet\Services\Class\Ndis,DevLoader,,"*ndis"
;*****************************************************************************
; RFC1483 driver - upper (miniport) edge
;*****************************************************************************
[VRTA1483M.ndi]
DeviceID = VRTA_RFC1483MINIPORT
AddReg = VRTA1483M.ndi.AddReg,VRTA1483M.ndi.Params
MaxInstance = 64
[VRTA1483M.ndi.AddReg]
HKR, Ndi, DeviceID, 0, "VRTA_RFC1483MINIPORT"
HKR, Ndi, HelpText, 0, %VRTA1483M.HelpText%
HKR, Ndi, NdiInstaller, 0, "ndi1483.dll,Ndi1483MiniportNdiProc"
HKR, Ndi, MaxInstance, 0, 64
HKR, NDIS, LogDriverName, 0, "VRTA1483"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0A
HKR, Ndi\Interfaces, DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces, DefLower, 0, "vrta1483"
HKR, Ndi\Interfaces, LowerRange, 0, "vrta1483"
HKR, Ndi\Install, , 0, VRTA1483M.Install
; Require lower (protocol) edge device
HKR, Ndi\Compatibility, RequireAll, 0, "VRTA_RFC1483PROTOCOL"
[VRTA1483M.Install]
AddReg = VRTA1483M.Install.AddReg
[VRTA1483M.Install.AddReg]
HKR, , DevLoader, 0, "*NDIS"
HKR, , DeviceVxDs, 0, "stub9x.sys,vrta1483.sys"
HKR, , RealClass, 0, "Net"
;*****************************************************************************
; Miniport parameters
;*****************************************************************************
[VRTA1483M.ndi.Params]
;; Type of RFC1483/RFC2684 data encapsulation to use
HKR, Ndi\params\Encapsulation, ParamDesc, 0, %Encapsulation.ParamDesc%
HKR, Ndi\params\Encapsulation, Type, 0, enum
HKR, Ndi\params\Encapsulation, Default, 0, 1
HKR, Ndi\params\Encapsulation\enum, 1, 0, %LlcSnapEncapsulation%
HKR, Ndi\params\Encapsulation\enum, 2, 0, %VcMuxEncapsulation%
;; Connection VPI for LLC/SNAP encapsulation
HKR, Ndi\params\VPI, ParamDesc, 0, %VPI.ParamDesc%
HKR, Ndi\params\VPI, Type, 0, dword
HKR, Ndi\params\VPI, Default, 0, 0
HKR, Ndi\params\VPI, Base, 0, 10
HKR, Ndi\params\VPI, Min, 0, 0
HKR, Ndi\params\VPI, Max, 0, 255
HKR, Ndi\params\VPI, Step, 0, 1
;; Connection VCI for LLC/SNAP encapsulation
HKR, Ndi\params\VCI, ParamDesc, 0, %VCI.ParamDesc%
HKR, Ndi\params\VCI, Type, 0, dword
HKR, Ndi\params\VCI, Default, 0, 32
HKR, Ndi\params\VCI, Base, 0, 10
HKR, Ndi\params\VCI, Min, 0, 32
HKR, Ndi\params\VCI, Max, 0, 65535
HKR, Ndi\params\VCI, Step, 0, 1
;; TEST ONLY: software assigned MAC address
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, "IEEE MAC Address"
HKR, Ndi\params\NetworkAddress, Type, 0, edit
HKR, Ndi\params\NetworkAddress, Optional, 0, 1
HKR, Ndi\params\NetworkAddress, Default, 0, "00-20-2b-00-00-01"
HKR, Ndi\params\NetworkAddress, Min, 0, 17
HKR, Ndi\params\NetworkAddress, Max, 0, 17
;*****************************************************************************
; Files and Directories
;*****************************************************************************
[DestinationDirs]
DefaultDestDir = 11 ; LDID_SYS
VRTA1483P.Files.Inf = 17 ; LDID_INF
VRTA1483P.Files.Ndi = 11 ; LDID_SYS
VRTA1483P.Files.Sys = 11 ; LDID_SYS
[SourceDisksNames]
1=%Disk1%,vrta1483.sys,,
[SourceDisksFiles]
vrta1483.inf = 1
ndi1483.dll = 1
vrta1483.sys = 1
stub9x.sys = 1
;*****************************************************************************
; Localised strings
;*****************************************************************************
[Strings]
VRTA = "Virata"
Disk1 = "Virata drivers disk"
VRTA1483P.Desc = "RFC1483 Protocol"
VRTA1483M.Desc = "RFC1483 Emulated LAN"
VRTA1483.Desc = "RFC1483 driver"
VRTA1483P.HelpText = "The RFC1483 protocol allows transport protocols like TCP/IP to use an ATM or DSL network"
VRTA1483M.HelpText = "An emulated LAN device that transport protocols like TCP/IP can use on an RFC1483 network connection"
Encapsulation.ParamDesc = "Data Encapsulation"
LlcSnapEncapsulation = "LLC/SNAP"
VcMuxEncapsulation = "VC Multiplexed"
VPI.ParamDesc = "Connection VPI"
VCI.ParamDesc = "Connection VCI"
; End of File
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.