TJISDN.INF Driver File Contents (9999999999_128.zip)

;
; Sample INF for WAN Miniport Drivers
;

[version]
signature="$CHICAGO$"
Class=Net
provider=%V_TJ%

[Manufacturer]
%V_TJISDN%=TJISDN

[TJISDN]
%*TJISDN.DeviceDesc%=*TJISDN.ndi, PCI\VEN_e159&DEV_0001 


;****************************************************************************
; Adapter Main Install Section
;****************************************************************************
[*TJISDN.ndi]
AddReg=TJISDN.ndi.reg,TJISDN.Gen.Params,*TJISDN.DevID
CopyFiles=TJISDN.inf.CopyFiles
;hjc add AUG/21/1997 
UpdateInis	= TjPro.UpdateInis
Uninstall	= TjPro.Remove
;hjc add end
Reboot=1

[*TJISDN.DevID]
HKR,Ndi,DeviceID,,"PCI\VEN_e159&DEV_0001"  ; or pnp id
HRK,,AdapterCFID,,0001e159

;HKR,Ndi,DeviceID,,"*TJISDN"  ; or pnp id

;****************************************************************************
; Base Section
;****************************************************************************
[TJISDN.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,tjndis.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,BusNumber,,0
HKR,,StaticVxd,0,"tjcapi20.vxd,capidrv.vxd"

; NDIS Info
HKR,NDIS,LogDriverName,,"TJISDN"
HKR,NDIS,MajorNdisVersion,HEX,03
HKR,NDIS,MinorNdisVersion,HEX,0A

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndiswan"
HKR,Ndi\Interfaces,DefLower,,"isdn"
HKR,Ndi\Interfaces,UpperRange,,"ndiswan"
HKR,Ndi\Interfaces,LowerRange,,"isdn"

; Required Components
;HKR,Ndi,InstallInf,,"NDISWAN.INF"
HKR,Ndi\Compatibility,RequireAll,,"NDISWAN"

; Install/Remove sections
HKR,Ndi\Install,,0,"TJISDN.ndiswan"
HKR,Ndi\Remove,,0,"TJISDN.ndiswan.remove"

; Add ISDN Class to RNA
;HKLM,SYSTEM\CurrentControlSet\Services\RemoteAccess\Authentication\Class\isdn\PPPMAC,,,

;****************************************************************************
; TAPI ISDN Configuration  '95 11/22 NDIS WAN Support Pack alpha 3
;****************************************************************************
HKR,,NumberOfLines,,1
HKR,TAPI,ConfigFlags,1,00,00,00,00
;
;HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 01,00,00,00
HKR,TAPI,DeviceCaps,1,14,00,00,00, 00,00,00,00, 00,00,00,00, 01,00,00,00, 00,00,00,00

HKR,TAPI\Line0,ConfigFlags,1,00,00,00,00

;HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, ff,00,00,00, 0f,00,00,00, 02,00,00,00, 02,00,00,00
;HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 9e,00,00,00, 03,00,00,00, 02,00,00,00, 00,00,00,00
HKR,TAPI\Line0,LineCaps,1,1c,00,00,00, 00,00,00,00, 03,00,00,00, 9e,01,00,00, 03,00,00,00, 02,00,00,00, 00,00,00,00

HKR,TAPI\Line0\Channel0,ConfigFlags,1,00,00,00
HKR,TAPI\Line0\Channel0,Properties,1,00,00,00, 00,00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel0,SPID,,""
HKR,TAPI\Line0\Channel0,Phone,,""
HKR,TAPI\Line0\Channel1,ConfigFlags,1,00,00,00
HKR,TAPI\Line0\Channel1,Properties,1,00,00,00,00, 00,00,00,00, 00,00,00,00
HKR,TAPI\Line0\Channel1,SPID,,""
HKR,TAPI\Line0\Channel1,Phone,,""

;****************************************************************************
; General Params
;****************************************************************************
[TJISDN.Gen.Params]
HKR,,BoardType,,"TJISDN"
HKR,,BoardName,,"TJISDN"
HKR,,MediaType,,"ISDN"
HKR,,MediaType,,"ISDN"
;HKR,,Line0.AudioType,,"0"	; U-Law
HKR,,Line0.AudioType,,"1"	; A-Law

;****************************************************************************
; CopyFiles/Install Section
;****************************************************************************

; Install section for NDISWAN upper edge (only for WAN miniports)
[TJISDN.ndiswan]
CopyFiles=TJISDN.ndiswan.CopyFiles
UpdateInis=TjPro.UpdateInis  ;add by hjc 12/12

[TJISDN.ndiswan.CopyFiles]
tjndis.sys		; The name of the driver
tjpro.vxd               ; add by hjc
capidrv.vxd
tjcapi20.vxd
capi2032.dll
capi20.dll

[TJISDN.inf.CopyFiles]
tjisdn.inf               ;

[TJISDN.ndiswan.remove]
DelFiles=TJISDN.ndiswan.CopyFiles,TJISDN.inf.CopyFiles
UpdateInis=TjPro.RemoveInis ;add by hjc 12/12

;****************************************************************************
; Source Directories
;****************************************************************************
[SourceDisksNames]
; The name of the disk that the user will be prompted for 
1="Tiger Jet PCI 128K ISDN Installation Diskette", "",	

[SourceDisksFiles]
; Which disk the files are located on 
tjndis.sys=1
tjpro.vxd=1                ;add by hjc
capidrv.vxd=1
tjcapi20.vxd=1
capi2032.dll=1
capi20.dll=1
tjisdn.inf=1

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir=11 ; System Directory
TJISDN.ndiswan.CopyFiles=11 ; System Directory
TJISDN.inf.CopyFiles=17 ; Inf Directory

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_TJ="Tiger Jet Network Inc."

; Manufacturers
V_TJISDN="Tiger Jet Network Inc."

; Device Descriptions 
*TJISDN.DeviceDesc="Tiger Jet Network ISDN NDISWAN Miniport Adapter"

;hjc add Aug/21/1997
[TjPro.UpdateInis]
system.ini, 386Enh,, "device=tjpro.vxd"

; Uninstall script: remove wave driver
[TjPro.Remove]
UpdateInis	= TjPro.RemoveInis

[TjPro.RemoveInis]
system.ini, 386Enh,"device=tjpro.vxd",,1
;hjc add end
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: web4, load: 1.05