Cxt1610R.inf Driver File Contents (pci_Win98.zip)

;
;  Module Name: Cxt1610R.inf
;  Author: Huntsville Development Center
;  $Archive: /Projects/Tigris and Derivatives Branches/Branch099/Reference Designs/Tigris/Install Files/INF/P46Arb/Win95/Cxt1610R.inf $
;  $Date: 1/09/02 4:10p $
;
;  Copyright © Conexant Systems, Inc. 2000 - 2001.  All rights reserved
;
;  Module Description: 
;     Win95 installation file for the
;     Conexant AccesssRunner PCI Arbitration Device
;

[Version]
;LayoutFile  = layout.inf
Signature   = "$Windows95$"
Class       = System
Provider    = %Author%

[Manufacturer]
%Mfg% = Conexant

;[ControlFlags]
;Do not use ExlcudeFromSelect if this INF will be on an installation diskette and the DeviceID string is Rank 0
;ExcludeFromSelect = PCI\VEN_14F1&DEV_1610

;Device Section
[Conexant]
; DisplayName            Section      DeviceID
; -----------            -------      --------
%CnxTgR.DeviceDesc%  = CnxTgR,    PCI\VEN_14F1&DEV_1610


;-----------------------------------------------------------------------------
; Windows 9X specific entries
;

;DriverInstall Section
[CnxTgR]
AddReg    = CnxTgR.win.reg, DriverSwAddReg, CnxTgR.Common.Reg, CnxTgR.win.Uninstall.Reg, CnxTgR.Devices.Reg
CopyFiles = CnxTgR.win.CopySystemFiles, CnxTgR.win.CopyInfFiles

[CnxTgR.HW]
AddReg=DriverHwAddReg

;----------------------------------------------------------------------------
; CnxTgR Win9x Specific
;

[CnxTgR.win.reg]
HKR,,DevLoader,,"CnxTgR.vxd"

[DriverHwAddReg]
HKR,,GpioADSLFunctionMask, 1, 7f,21,00,00                  ; 0x217F
HKR,,GpioARMFunctionMask,  1, 00,01,00,00                  ; 0x100
HKR,,GpioDirectionMask,    1, 7f,01,00,00                  ; 0x17F
HKR,,GpioEdgeMask,         1, 00,00,00,00
HKR,,HwId,                 1, 10,16,f1,14                  ; 0x14F11610
HKR,,NumberOfChildren,     1, 00,00,00,00

;-----------------------------------------------------------------------------
; Win9x and NT Software Registry Entries
;
; reg-root, [subkey], [value-entry-name], [flags], [value]
;
; Hex registry values do not work correctly in Win9x - use decimal
;

[DriverSwAddReg]
HKR,,FunctionIdentifier, 1, 00,00,00,00
HKR,,HwDebugFlag,        1, 01,00,00,00
HKR,,PhysicalDriverType, 1, 01,00,00,00

;-----------------------------------------------------------------------------
; Win9x and NT common parameters
;
; Hex DWORD registry values do not work correctly in Win9x - use decimal

[CnxTgR.Common.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%, CompanyName, 2, ""
HKLM, Software\%CompanySubkey%\%ProductSubkey%, DeviceName, 2, ""
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductId, 2, "0"
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ProductName, 2, %ProductName%
HKLM, Software\%CompanySubkey%\%ProductSubkey%, ShortProductName, 2, ""

;-----------------------------------------------------------------------------
; Device IDs
;

[CnxTgR.Devices.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Devices, %DeviceId%,, %DeviceId%

;-----------------------------------------------------------------------------
; CnxTgN Uninstall Win9x Specific
;

[CnxTgR.win.Uninstall.Reg]

; INF Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          Cxt1610R.INF,,  "Cxt1610R.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          Cxt1610R.PNF,,  "Cxt1610R.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER,        %Author%Cxt1610R.INF,,  "%Author%Cxt1610R.INF"

HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          Cxt1611N.INF,,  "Cxt1611N.INF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\INF,          Cxt1611N.PNF,,  "Cxt1611N.PNF"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\OTHER,        %Author%Cxt1611N.INF,,  "%Author%Cxt1611N.INF"

; Catalog Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\CATALOG,      1610*.cat,,     "1610*.cat"

; Application Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM,       CnxDslWz.dll,,  "CnxDslWz.dll"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM,       CnxUnist.exe,,  "CnxUnist.exe"

; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM,       CnxTgF.hex,,    "CnxTgF.hex"
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM,       CnxTgR.vxd,,    "CnxTgR.vxd"

; CnxUnist Generic uninstaller
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, DisplayName,, %ProductName%
HKLM, %UNINSTALL_KEY%\%ProductSubkey%, UninstallString,, "%UNINSTALLCMD% %ProductSubkey%"

;-----------------------------------------------------------------------------
; DestinationDirs
;
; <file-list-section>=<ldid>[, <subdir> ]
;

[DestinationDirs]
DefaultDestDir = 12
CnxTgR.win.CopySystemFiles = 11                                 ; Win9x -> System
CnxTgR.win.CopyInfFiles = 17                                    ; Win9x -> INF

;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; <destination-file-name>[, <source-file-name>][, <temporary-file-name>][,<flag>]
;

[CnxTgR.win.CopySystemFiles]
CnxTgR.vxd
CnxTgF.hex
CnxDslWz.dll
CnxUnist.exe

[CnxTgR.win.CopyInfFiles]
Cxt1611N.inf


;-----------------------------------------------------------------------------
; SourceDisksNames
;
; <disk-ordinal>="<disk-description>",<disk-label>,<disk-serial-number>
;
    
[SourceDisksNames]
100=%DiskName%,,0

;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; <filename>=<disk-number>[,<subdir>]
;

[SourceDisksFiles]
CnxTgR.vxd=100
CnxTgF.hex=100
CnxDslWz.dll=100
CnxUnist.exe=100
Cxt1611N.inf=100

;-----------------------------------------------------------------------------
; Strings
;

[Strings]

;-----------------------------------------------------------------------------
; Strings    Not Localizable
;

UNINSTALL_KEY = "Software\Microsoft\Windows\CurrentVersion\Uninstall"    ; Do not modify this string

UNINSTALLCMD = "CnxUnist.exe -w3"      ; Do not modify this string
CompanySubkey = "Conexant"             ; Do not modify this string
ProductSubkey = "AccessRunner ADSL"    ; Do not modify this string

DeviceId = "PCI\VEN_14F1&DEV_1610"     ; Do not modify this string

;-----------------------------------------------------------------------------
; Strings    Localizable
;

Author = "World-Net"
Mfg = "World-Net"
CnxTgR.DeviceDesc = "I-PASS World-Net PCI Arbitration Device"
DiskName = "I-PASS World-Net Installation Disk"

; Applications Display
ProductName = "I-PASS World-Net PCI ADSL Adapter"

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: web2, load: 1.13