;
; Tiger Jet Network PCI 128K ISDN INF for WAN Miniport Drivers
; Revised 9-27-98
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4D36E972-E325-11CE-BFC1-08002BE10318}
Provider = %V_TJ%
LayoutFile = layout.inf
[Manufacturer]
%V_TJISDN% = TJISDN
[ControlFlags]
ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00040000
ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00020059
ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00030059
ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00050059
[TJISDN]
%TJISDN1ST.DeviceDesc% = TJISDN1ST.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00000100
%TJISDN1ST.DeviceDesc% = TJISDN1STS.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00050059
%TJISDN1ST.DeviceDesc% = TJISDN1STA.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00020059
%TJISDN1U.DeviceDesc% = TJISDN1U.ndi, PCI\VEN_E159&DEV_0001&SUBSYS_00030059
;****************************************************************************
; NT main sections
;****************************************************************************
[TJISDN1ST.ndi.NT]
BusType = 5
AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
CopyFiles=TJISDN.CopyFiles
[TJISDN1STS.ndi.NT]
BusType = 5
AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
CopyFiles=TJISDN.CopyFiles
[TJISDN1STA.ndi.NT]
BusType = 5
AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
CopyFiles=TJISDN.CopyFiles
[TJISDN1U.ndi.NT]
BusType = 5
AddReg = TJISDN.Gen.Params, TJISDN.ndis.reg
Characteristics = 0x84 ;NCF_PHYSICAL | NCF_HAS_UI
CopyFiles=TJISDN.CopyFiles
[TJISDN1ST.ndi.NT.Services]
AddService = TJISDN, 2, TJISDN.Service, common.EventLog
[TJISDN1STS.ndi.NT.Services]
AddService = TJISDN, 2, TJISDN.Service, common.EventLog
[TJISDN1STA.ndi.NT.Services]
AddService = TJISDN, 2, TJISDN.Service, common.EventLog
[TJISDN1U.ndi.NT.Services]
AddService = TJISDN, 2, TJISDN.Service, common.EventLog
;****************************************************************************
; NT Base Section
;****************************************************************************
[TJISDN.ndis.reg]
HKR, Ndi, Service, 0, "TJISDN"
; NT reg
HKR, Ndi\Interfaces, DefUpper, 0, "ndiswan"
HKR, Ndi\Interfaces, DefLower, 0, "isdn"
HKR, Ndi\Interfaces, UpperRange, 0, "ndiswan"
HKR, Ndi\Interfaces, LowerRange, 0, "isdn"
; ISDN information
HKR, , WanEndPoints, 0x00010001, 2
HKR, , IsdnNumDChannels, 0x00010001, 1
HKR, , IsdnAutoSwitchDetect, 0x00010001, 1
HKR, , IsdnSwitchTypes, 0x00010001, 0x0000009f ;
; Support AUTO, ATT, NI1, NORTH, NTT, ESSD
HKR, 0, IsdnNumBChannels, 0x00010001, 2
HKR, 0, IsdnMultiSubscriberNumbers, 0x00010000, ""
;****************************************************************************
; General Params
;****************************************************************************
[TJISDN.Gen.Params]
HKR, , BoardType, , "TJISDN"
HKR, , BoardName, , "TJISDN"
HKR, , MediaType, , "ISDN"
;HKR, , AudioType, , "0" ; U-Law
HKR, , AudioType, , "1" ; A-Law
;****************************************************************************
; NT Install/Remove Section
;****************************************************************************
[TJISDN.CopyFiles]
NETjetW2K.sys,,,2 ; The name of the driver
;****************************************************************************
; NT Service Section
;****************************************************************************
[TJISDN.Service]
DisplayName = %TJISDN.DeviceDesc%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\NETjetW2K.sys
LoadOrderGroup = NDIS
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
TJISDN.CopyFiles = 12 ; drivers directory
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_TJ="Traverse Technologies Australia Pty Ltd"
; Manufacturers
V_TJISDN="Traverse Technologies Australia Pty Ltd"
; Device Descriptions
TJISDN1ST.DeviceDesc="NETjet PCI 128K ISDN-S/T Adapter"
TJISDN1STS.DeviceDesc="NETjet PCI 128K ISDN-S/T Adapter"
TJISDN1STA.DeviceDesc="NETjet PCI 128K ISDN-S/T-A Adapter"
TJISDN1U.DeviceDesc="NETjet PCI 128K ISDN-U Adapter"
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.