; NETJAT5.INF
;
; Gigabit Ethernet 1000SX PCI Bus Adapter
;
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider =%Gigabit%
DriverVer=06/24/1999, 1.0.0.0
CatalogFile.NTx86 = netl1x86.cat
[Manufacturer]
%Gigabit%=Gigabit
;[ControlFlags]
[Gigabit]
%JT1001.DeviceDesc% = JT1ND5.ndi, PCI\VEN_1308&DEV_0001 ; Level One JT1001
%LXT1001Evaluation.DeviceDesc% = LXT1ND5.ndi, PCI\VEN_1394&DEV_0001&SUBSYS_00011394 ; Level One LXT1001
%LXT1001.DeviceDesc% = LXT1ND5.ndi, PCI\VEN_1394&DEV_0001 ; Level One LXT1001
; Level One JT1001
;
; Windows 9X specific entry
[JT1ND5.ndi]
AddReg = JT1ND5.id.reg, JT1ND5Flags.reg, JT1ND5.params, JT1ND5.win.reg
DeviceID = "PCI\VEN_1308&DEV_0001"
DriverVer=06/24/1999, 1.0.0.0
; Level One LXT1001
;
; Windows 9X specific entry
[LXT1ND5.ndi]
AddReg = LXT1ND5.id.reg, JT1ND5Flags.reg, JT1ND5.params, JT1ND5.win.reg
DeviceID = "PCI\VEN_1394&DEV_0001"
DriverVer=06/24/1999, 1.0.0.0
; Windows NT specific entry
[JT1ND5.ndi.NT]
Characteristics = 0x84
BusType = 5
AddReg = JT1ND5.reg, JT1ND5.Cfg.params
CopyFiles = JT1ND5.CopyFiles, JT1ND5.CopyInf, JT1ND5.CopyCfgDll
DriverVer=06/24/1999, 1.0.0.0
; Windows NT specific entry
[LXT1ND5.ndi.NT]
Characteristics = 0x84
BusType = 5
AddReg = JT1ND5.reg, JT1ND5.Cfg.params
CopyFiles = JT1ND5.CopyFiles, JT1ND5.CopyInf, JT1ND5.CopyCfgDll
DriverVer=06/24/1999, 1.0.0.0
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
[JT1ND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1308&DEV_0001&SUBSYS_00011308"
HKR,,AdapterCFID,,00011308
;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
[LXT1ND5.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1394&DEV_0001"
HKR,,AdapterCFID,,00011394
;----------------------------------------------------------------------------
; Win9x flags section
; Flags are not needed by NT
[JT1ND5Flags.reg]
HKR,Ndi\params\NetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\PermanentNetworkAddress,flag,1,20,00,00,00
HKR,Ndi\params\DuplexMode,flag,1,20,00,00,00
HKR,Ndi\params\Speed,flag,1,20,00,00,00
;HKR,Ndi\params\MagicPacket,flag,1,20,00,00,00
HKR,Ndi\params\PHYInterface,flag,1,20,00,00,00
;HKR,Ndi\params\IOMode,flag,1,20,00,00,00
;HKR,Ndi\params\CheckCRC,flag,1,20,00,00,00
[JT1ND5.Cfg.params]
; Custom Property Page
HKR,,EnumPropPages32, 0, "JatoCfgDll.dll,JatoProp"
[JT1ND5.params]
; Netaddress - Locally Administered Address
;
HKR,Ndi\params\NetworkAddress,ParamDesc,,"NetworkAddress"
HKR,Ndi\params\NetworkAddress,type,,edit
HKR,Ndi\params\NetworkAddress,LimitText,,12
HKR,Ndi\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,Ndi\params\NetworkAddress,optional,,1
; PermanentNetaddress - Universally Administered Address
;
HKR,Ndi\params\PermanentNetworkAddress,ParamDesc,,"PermanentNetworkAddress"
HKR,Ndi\params\PermanentNetworkAddress,type,,edit
HKR,Ndi\params\PermanentNetworkAddress,LimitText,,12
HKR,Ndi\params\PermanentNetworkAddress,UpperCase,,1
HKR,Ndi\params\PermanentNetworkAddress,default,,""
HKR,Ndi\params\PermanentNetworkAddress,optional,,1
; DuplexMode
;
HKR,Ndi\params\DuplexMode,ParamDesc,,"DuplexMode"
HKR,Ndi\params\DuplexMode,type,,enum
HKR,Ndi\params\DuplexMode,default,,0
HKR,Ndi\params\DuplexMode\enum,0,,"Auto Negotiate"
;HKR,Ndi\params\DuplexMode\enum,1,,"Half Duplex"
;HKR,Ndi\params\DuplexMode\enum,2,,"Full Duplex"
; Speed
;
HKR,Ndi\params\Speed,ParamDesc,,"Speed"
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed,default,,0
HKR,Ndi\params\Speed\enum,0,,"Auto Negotiate"
;HKR,Ndi\params\Speed\enum,1,," 10 Mbit"
;HKR,Ndi\params\Speed\enum,2,," 100 Mbit"
;HKR,Ndi\params\Speed\enum,3,,"1000 Mbit"
;; Magic Packet
;;
;HKR,Ndi\params\MagicPacket,ParamDesc,,"MagicPacket"
;HKR,Ndi\params\MagicPacket,type,,enum
;HKR,Ndi\params\MagicPacket,default,,0
;HKR,Ndi\params\MagicPacket\enum,0,,"Enabled"
;HKR,Ndi\params\MagicPacket\enum,1,,"Disabled"
; Phy Type
;
HKR,Ndi\params\PHYInterface,ParamDesc,,"PHYInterface"
HKR,Ndi\params\PHYInterface,type,,enum
HKR,Ndi\params\PHYInterface,default,,0
HKR,Ndi\params\PHYInterface\enum,0,,"Auto Negotiate"
;HKR,Ndi\params\PHYInterface\enum,1,,"PCS"
;HKR,Ndi\params\PHYInterface\enum,2,,"MII"
;HKR,Ndi\params\PHYInterface\enum,3,,"GMII"
;; I/O Mode
;;
;HKR,Ndi\params\IOMode,ParamDesc,,"IOMode"
;HKR,Ndi\params\IOMode,type,,enum
;HKR,Ndi\params\IOMode,default,,0
;HKR,Ndi\params\IOMode\enum,0,,"Bus Master"
;HKR,Ndi\params\IOMode\enum,1,,"PIO"
; Software CRC Check
;
;HKR,Ndi\params\CheckCRC,ParamDesc,,"CheckCRC"
;HKR,Ndi\params\CheckCRC,type,,enum
;HKR,Ndi\params\CheckCRC,default,,1
;HKR,Ndi\params\CheckCRC\enum,0,,"Disabled"
;HKR,Ndi\params\CheckCRC\enum,1,,"Enabled"
;-----------------------------------------------------------------------------
; NT 5 specific
;
[JT1ND5.reg]
HKR, Ndi, Service, 0, "JT1ND"
HKR, Ndi\Interfaces, DefUpper, 0, "ndis5"
HKR, Ndi\Interfaces, DefLower, 0, "ethernet"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
[JT1ND5.ndi.NT.Services]
AddService = JT1ND, 2, JT1ND5.Service, common.EventLog
[LXT1ND5.ndi.NT.Services]
AddService = JT1ND, 2, JT1ND5.Service, common.EventLog
[JT1ND5.Service]
DisplayName = %JT1ND5.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\JT1ND5.sys
LoadOrderGroup = NDIS
AddReg = TextModeFlags.reg
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x0001
;----------------------------------------------------------------------------
; Win98 specific
;
[JT1ND5.win.reg]
HKR, , DevLoader, 0, "*ndis"
HKR, , DeviceVxDs, 0, jt1nd5.sys
HKR, , EnumPropPages, 0, "netdi.dll,EnumPropPages"
HKR, Ndi\Interfaces,DefUpper, 0, "ndis3"
HKR, Ndi\Interfaces,DefLower, 0, "ethernet"
HKR, Ndi\Interfaces,UpperRange, 0, "ndis3"
HKR, Ndi\Interfaces,LowerRange, 0, "ethernet"
HKR, NDIS, LogDriverName, 0, "JT1ND"
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 01
HKR, Ndi\Install, ndis3, 0, "JT1ND5.install"
;HKR,,MediaType,,1
;HKR,NDIS,MajorDriverVersion,1,0
;HKR,NDIS,MinorDriverVersion,1,01
[SourceDisksNames]
1 = %L1NETDISKNAME%,,,
[SourceDisksFiles]
JT1ND5.sys=1
netjat5.inf=1
netl1x86.cat=1
[JT1ND5.install]
CopyFiles = JT1ND5.win.CopyFiles, JT1ND5.CopyInf
[JT1ND5.CopyCfgExe]
JatoCfgDll.Exe
[JT1ND5.CopyCfgDll]
JatoCfgDll.Dll
JatoCfgDll.hlp
JatoProt.sys
;-----------------------------------------------------------------------------
; DestinationDirs
;
[JT1ND5.CopyFiles]
JT1ND5.sys,,,2
[JT1ND5.win.CopyFiles]
JT1ND5.sys
[JT1ND5.CopyInf]
netjat5.inf
[DestinationDirs]
JT1ND5.CopyFiles = 12
JT1ND5.win.CopyFiles = 11
JT1ND5.CopyInf =17 ; LDID_INF
JT1ND5.CopyCfgExe = 11
JT1ND5.CopyCfgDll = 11
[Strings]
Gigabit="Gigabit"
JT1001.DeviceDesc = "Gigabit Ethernet 1000SX PCI Bus Adapter"
LXT1001.DeviceDesc = "Gigabit Ethernet 1000SX PCI Bus Adapter"
LXT1001Evaluation.DeviceDesc = "Gigabit Ethernet 1000SX PCI Bus Adapter"
JT1ND5.Service.DispName = "Gigabit Ethernet 1000SX PCI Bus Adapter Driver"
L1NETDISKNAME = "Gigabit Ethernet 1000SX PCI Bus Adapter Driver Disk"
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.