vvbuspci.inf Driver File Contents (ar240e_usb_v1.0.0_.zip)

;*****************************************************************************
; vvbuspci.INF
;
; Virata support driver for PCI devices
;
; Copyright (c) 1999 Virata Ltd.
;*****************************************************************************
[Version]
Signature = "$Chicago$"
Class = System
ClassGUID = {4d36e97d-e325-11ce-bfc1-08002be10318}
Provider  = %Virata%
DriverVer=11/07/2001, 8.1.0.16

; Driver Code Signing support (.cat files produced by Microsoft WHQL)
;CatalogFile = vvbusw98.cat
;CatalogFile.NT = vvbusn86.cat
; Versioning support (date in mm/dd/yyyy format)
; DriverVer = 01/25/1999, 5.0.0.66


[Manufacturer]
%Virata% = DeviceList

[DeviceList]
; DisplayName           Section    DeviceID
; -----------           -------    --------
%Li.Description%	= LiVvBus,  PCI\VEN_121B&DEV_65E2
%Be.Description%	= BeVvBus,  PCI\VEN_121B&DEV_84E2

[ControlFlags]
; Prevent the user from manually installing PnP devices.
ExcludeFromSelect = *

;*****************************************************************************
;*****************************************************************************

[LiVvBus]
CopyFiles = VvBus.CopyDriver, LiVvBus.CopyFirmware
AddReg = VvBus98.AddReg, VvBus.AddReg, LiVvBus.AddReg
DriverVer=11/07/2001, 8.1.0.16

[LiVvBus.nt]
CopyFiles = VvBus.CopyDriver, LiVvBus.CopyFirmware
AddReg = VvBus.AddReg, LiVvBus.AddReg
DriverVer=11/07/2001, 8.1.0.16

[BeVvBus]
CopyFiles = VvBus.CopyDriver, BeVvBus.CopyFirmware
AddReg = VvBus98.AddReg, VvBus.AddReg, BeVvBus.AddReg
DriverVer=11/07/2001, 8.1.0.16

[BeVvBus.nt]
CopyFiles = VvBus.CopyDriver, BeVvBus.CopyFirmware
AddReg = VvBus.AddReg, BeVvBus.AddReg
DriverVer=11/07/2001, 8.1.0.16

;*****************************************************************************
; Registry 
;*****************************************************************************

[VvBus98.AddReg]
HKR, , DevLoader,  0, "*ntkern"
HKR, , NTMPDriver, 0, "vvbuspci.sys"

[VvBus.AddReg]
HKR, %Test%, Id,, "TEST"
HKR, %Test%, Desirability, 0x00010001, 0x00000000
HKR, %Test%, Description,, %Test.Description%
HKR, %Test%, Location,, %Test.Location%
HKR, %Test%, DeviceType, 0x00010001, 0x00000022 ; FILE_DEVICE_UNKNOWN

HKR, %Atm%, Id,, "ATM"
HKR, %Atm%, Desirability, 0x00010001, 0x00000001
HKR, %Atm%, Description,, %Atm.Description%
HKR, %Atm%, Location,, %Atm.Location%
HKR, %Atm%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Ethernet%, Id,, "ETHERNET"
HKR, %Ethernet%, Desirability, 0x00010001, 0x00000002
HKR, %Ethernet%, Description,, %Ethernet.Description%
HKR, %Ethernet%, Location,, %Ethernet.Location%
HKR, %Ethernet%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Rfc1483%, Id,, "RFC1483"
HKR, %Rfc1483%, Desirability, 0x00010001, 0x00000003
HKR, %Rfc1483%, Description,, %Rfc1483.Description%
HKR, %Rfc1483%, Location,, %Rfc1483.Location%
HKR, %Rfc1483%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK

HKR, %Gateway%, Id,, "GATEWAY"
HKR, %Gateway%, Desirability, 0x00010001, 0x00000003
HKR, %Gateway%, Description,, %Gateway.Description%
HKR, %Gateway%, Location,, %Gateway.Location%
HKR, %Gateway%, DeviceType, 0x00010001, 0x00000012 ; FILE_DEVICE_NETWORK


HKR,, MaxNoSmallFragments, 0x00010001, 100 
HKR,, MaxNoLargeFragments, 0x00010001, 100 
HKR,, DefaultStream,       0x00010001, 1

[LiVvBus.AddReg]
HKR,, SetupImage,, "%10%\system32\drivers\lisetup.bin"
HKR,, AtmosImage,, "%10%\system32\drivers\vrta-li.bin"

[BeVvBus.AddReg]
HKR,, AtmosImage,, "%10%\system32\drivers\vrta-be.bin"

;*****************************************************************************
; Files and Directories
;*****************************************************************************

[VvBus.CopyDriver]
vvbuspci.sys

[LiVvBus.CopyFirmware]
lisetup.bin
vrta-li.bin

[BeVvBus.CopyFirmware]
vrta-be.bin

[DestinationDirs]
DefaultDestDir = 10, system32\drivers


[SourceDisksNames]
1=%Disk1%,,,

[SourceDisksFiles]
vvbuspci.sys=1,,
lisetup.bin=1,,
vrta-li.bin=1,,
vrta-be.bin=1,,

;*****************************************************************************
; Windows 2000
;*****************************************************************************

[LiVvBus.nt.Services]
AddService = vvbuspci, 2, vvbuspci.Service, vvbuspci.EventLog

[BeVvBus.nt.Services]
AddService = vvbuspci, 2, vvbuspci.Service, vvbuspci.EventLog

[vvbuspci.Service]
DisplayName    = %ServiceDescription%
ServiceType    = 1  ; SERVICE_KERNEL_DRIVER
StartType      = 3  ; SERVICE_DEMAND_START
ErrorControl   = 1  ; SERVICE_ERROR_NORMAL
ServiceBinary  = %10%\system32\drivers\vvbuspci.sys

[vvbuspci.EventLog]
AddReg = vvbuspci.EventLog.AddReg

[vvbuspci.EventLog.AddReg]
HKR, , EventMessageFile, 0x00020000, "%10%\system32\IoLogMsg.dll;%10%\system32\drivers\vvbuspci.sys"
HKR, , TypesSupported,   0x00010001, 7


;*****************************************************************************
; Localised strings
;*****************************************************************************

[Strings]
Virata = "Virata"
Disk1  = "Virata drivers disk"

Li.Description = "Virata PCI VvBus for Lithium"
Be.Description = "Virata PCI VvBus for Beryllium"
ServiceDescription = "Virata VvBus driver"

Test = "Bun classes\Loopback"
Test.Description = "VVB loopback port"
Test.Location = " on ????"

Atm = "Bun classes\Atm"
Atm.Description = "VVB ATM port"
Atm.Location = " on ????"

Ethernet = "Bun classes\Ethernet"
Ethernet.Description = "VVB Ethernet port"
Ethernet.Location = " on ????"

Rfc1483 = "Bun classes\Rfc1483"
Rfc1483.Description = "VVB RFC1483 encapsulated ATM port"
Rfc1483.Location = " on ????"

Gateway = "Bun classes\Gateway"
Gateway.Description = "VVB PC-attached gateway"
Gateway.Location = " on ????"

;*****************************************************************************
;*****************************************************************************
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: ftp, load: 2.67