; NETJ3171.INF Version 1.43
;
; HP 10/100TX PCI LAN Adapter Install Script for Windows 95
;
; Copyright 1995,1996 by Hewlett-Packard Company
[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%
[Manufacturer]
%V_HPTX%=HPTX
;*********************************************************
; Device Descriptions
;*********************************************************
[HPTX]
; HP 10/100TX PCI LAN Adapter
%PCIhptx.DeviceDesc%=PCIhptx.ndi, PCI\VEN_8086&DEV_1229, PCI\VEN_103C&DEV_1200
[SourceDisksNames]
; Cabinet file names and associated disks
; <cab#> = <disk#>,<cabinet filename>, ID (Unused, must be 0)
47="HP 10/100TX PCI LAN Adapter Driver Diskette",,0
[SourceDisksFiles]
;<file> = <cabinet number>,<subdir>,<filename>,<size>
;Note: File is not in a cabinet if cab# is 0
;82557ndi.dll=47,,123
netj3171.inf=47,,123
hptx.sys=47,,1234
hptxodi.com=47,,123
hptx.dos=47,,123
;*********************************************************
; Main Section - User picks a board
;*********************************************************
[PCIhptx.ndi]
AddReg=PCIhptx.ndi.reg,hptx.ndi.reg
DeviceID="PCI\VEN_8086&DEV_1229", "PCI\VEN_103C&DEV_1200"
CopyFiles=PCIHPTX.ndi.copyfiles,PCIHPTX.inf.copyfiles
LogConfig=DefaultConfig
;*********************************************************
; PCI Registration section
;*********************************************************
[PCIhptx.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_8086&DEV_1229"
;HKR,Ndi,NdiInstaller,,"82557NDI.DLL,i82557NdiProc"
HKR,,CompatibleIDs,0,PCI\VEN_103C&DEV_1200
; other registration information
HKR,Ndi\Install,,,"PCIhptx.install"
; flag as NDIS2 and NDIS3, but not required
HKR,NDI\params\Speed,flag,1,30,00,00,00
; flag as NDIS2 but not required
HKR,NDI\params\DriverName,flag,1,10,00,00,00
; flag as NDIS3, but not required
HKR,NDI\params\MapRegisters,flag,1,20,00,00,00
HKR,NDI\params\Eid,flag,1,20,00,00,00
HKR,NDI\params\ForceDpx,flag,1,20,00,00,00
HKR,NDI\params\NumRfd,flag,1,20,00,00,00
HKR,NDI\params\NumTcb,flag,1,20,00,00,00
HKR,NDI\params\NumCoalesce,flag,1,20,00,00,00
; *** Param definitions ***
; Speed
HKR,Ndi\params\Speed,ParamDesc,,"Speed"
HKR,Ndi\params\Speed,default,,auto
HKR,Ndi\params\Speed,type,,enum
HKR,Ndi\params\Speed\enum,auto,,"Automatic"
HKR,Ndi\params\Speed\enum,10,,"10 Mb/sec"
HKR,Ndi\params\Speed\enum,100,,"100 Mb/sec"
; DriverName
HKR,Ndi\params\DriverName,ParamDesc,,"Driver Name"
HKR,Ndi\params\DriverName,default,,"HPTX$"
HKR,Ndi\params\DriverName,type,,edit
; MapRegisters
HKR,Ndi\params\MapRegisters,ParamDesc,,"Map Registers"
HKR,Ndi\params\MapRegisters,default,,64
HKR,Ndi\params\MapRegisters,min,,0
HKR,Ndi\params\MapRegisters,max,,64
HKR,Ndi\params\MapRegisters,step,,1
HKR,Ndi\params\MapRegisters,base,,10
HKR,Ndi\params\MapRegisters,type,,int
; Eid
HKR,Ndi\params\Eid,ParamDesc,,"Ethernet ID"
HKR,Ndi\params\Eid,default,,0
HKR,Ndi\params\Eid,base,,10
HKR,Ndi\params\Eid,type,,dword
; ForceDpx
HKR,Ndi\params\ForceDpx,ParamDesc,,"Duplex Mode"
HKR,Ndi\params\ForceDpx,default,,0
HKR,Ndi\params\ForceDpx,type,,enum
HKR,Ndi\params\ForceDpx\enum,0,,"Auto Duplex Detect"
HKR,Ndi\params\ForceDpx\enum,1,,"Half-Duplex"
HKR,Ndi\params\ForceDpx\enum,2,,"Full-Duplex"
; NumRfd
HKR,Ndi\params\NumRfd,ParamDesc,,"Receive Frame Descriptors"
HKR,Ndi\params\NumRfd,default,,16
HKR,Ndi\params\NumRfd,min,,1
HKR,Ndi\params\NumRfd,max,,00001024
HKR,Ndi\params\NumRfd,step,,1
HKR,Ndi\params\NumRfd,Base,,10
HKR,Ndi\params\NumRfd,type,,int
; NumTcb
HKR,Ndi\params\NumTcb,ParamDesc,,"Transmit Control Blocks"
HKR,Ndi\params\NumTcb,default,,16
HKR,Ndi\params\NumTcb,min,,1
HKR,Ndi\params\NumTcb,max,,00000064
HKR,Ndi\params\NumTcb,step,,1
HKR,Ndi\params\NumTcb,Base,,10
HKR,Ndi\params\NumTcb,type,,int
; NumCoalesce
HKR,Ndi\params\NumCoalesce,ParamDesc,,"Coalesce Buffers"
HKR,Ndi\params\NumCoalesce,default,,8
HKR,Ndi\params\NumCoalesce,min,,1
HKR,Ndi\params\NumCoalesce,max,,00000032
HKR,Ndi\params\NumCoalesce,step,,1
HKR,Ndi\params\NumCoalesce,Base,,10
HKR,Ndi\params\NumCoalesce,type,,int
;*********************************************************
; hptx common base
;*********************************************************
[hptx.ndi.reg]
; key,subkey,valuename,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,hptx.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"HPTX-100"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS\NDIS2,DriverName,,"HPTX-10$"
HKR,NDIS\NDIS2,FileName,,"hptx.dos"
HKR,NDIS\ODI,DriverName,,"hptxodi"
HKR,NDIS\ODI,FileName,,"hptxodi.com"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
HKR,Ndi\Install,ndis3,,"HPTX.ndis3"
HKR,Ndi\Install,ndis2,,"HPTX.ndis2"
HKR,Ndi\Install,odi,,"HPTX.odi"
[PCIHPTX.ndi.copyfiles]
82557NDI.dll,82557NDI.dl_
[PCIHPTX.inf.copyfiles]
netj3171.inf
; Install NDIS3
[HPTX.ndis3]
CopyFiles=HPTX.ndis3.CopyFiles
[HPTX.ndis3.CopyFiles]
hptx.sys, nt\hptx.sy_
; Install NDIS2
[HPTX.ndis2]
CopyFiles=HPTX.ndis2.CopyFiles
[HPTX.ndis2.CopyFiles]
hptx.dos, ndis\hptx.dos
; Install ODI
[HPTX.odi]
CopyFiles=HPTX.odi.CopyFiles
[HPTX.odi.CopyFiles]
hptxodi.com, dos\hptxodi.com
;*********************************************************
; Destination Directories
;*********************************************************
[DestinationDirs]
DefaultDestDir =11 ; LDID_SYS
hptx.ndis3.CopyFiles =11
hptx.ndis2.CopyFiles =26 ; LDID_WINBOOT
hptx.odi.CopyFiles =26
PCIHPTX.ndi.copyfiles =11
PCIHPTX.inf.copyfiles =17
;*********************************************************
; Localizable Strings
;*********************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_HPTX="Hewlett Packard"
; PNP Devices
PCIhptx.DeviceDesc="HP 10/100TX PCI LAN 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.