;-------------------------------------------------------------------------------
; NETHPPCI.INF
;
; HP DeskDirect LAN Adapters
;
; Copyright (c) 1994-1998 Hewlett-Packard Company. All Rights Reserved.
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %MSFT%
LayoutFile = layout.inf
DriverVer=11/05/1999,4.8.0.0
[Manufacturer]
%MFHP% = HP
[ControlFlags]
ExcludeFromSelect = PCI\VEN_103C&DEV_1031&SUBSYS_1041103C, \
PCI\VEN_103C&DEV_1031&SUBSYS_1042103C, \
PCI\VEN_103C&DEV_1031&SUBSYS_1040103C, \
PCI\VEN_103C&DEV_1030
[HP]
%HWP1030.DeviceDesc% = j2585a.ndi, PCI\VEN_103C&DEV_1030
%HWP1040.DeviceDesc% = j2973a.ndi, PCI\VEN_103C&DEV_1031&SUBSYS_1040103C
%HWP1041.DeviceDesc% = j2585b.ndi, PCI\VEN_103C&DEV_1031&SUBSYS_1041103C
%HWP1042.DeviceDesc% = j2970a.ndi, PCI\VEN_103C&DEV_1031&SUBSYS_1042103C
%HWP1950.DeviceDesc% = j2573a.ndi, *HWP1950
;-------------------------------------------------------------------------------
; HP DeskDirect (j2585a) 10/100 VG slave only PCI LAN Adapter
;
[j2585a.ndi]
AddReg = j2585a.reg, hpddnd.reg
DelReg = delnet.reg
Characteristics = 0x84
BusType = 5
CopyFiles = hpddnd.CopyFiles
[j2585a.ndi.Services]
AddService = hpddndnt, 2, hpddnd.Service, common.EventLog
;-------------------------------------------------------------------------------
; HP DeskDirect (j2585b) 10/100VG PCI LAN Adapter
;
[j2585b.ndi]
AddReg = j2585b.reg, hpddnd.reg
DelReg = delnet.reg
Characteristics = 0x84
BusType = 5
CopyFiles = hpddnd.CopyFiles
[j2585b.ndi.Services]
AddService = hpddndnt, 2, hpddnd.Service, common.EventLog
;-------------------------------------------------------------------------------
; HP DeskDirect (j2970a) 10 PCI LAN Adapter
;
[j2970a.ndi]
AddReg = j2585b.reg, hpddnd.reg
DelReg = delnet.reg
Characteristics = 0x84
BusType = 5
CopyFiles = hpddnd.CopyFiles
[j2970a.ndi.Services]
AddService = hpddndnt, 2, hpddnd.Service, common.EventLog
;-------------------------------------------------------------------------------
; HP DeskDirect (j2973a) 10 PCI LAN Adapter
;
[j2973a.ndi]
AddReg = j2585b.reg, hpddnd.reg
DelReg = delnet.reg
Characteristics = 0x84
BusType = 5
CopyFiles = hpddnd.CopyFiles
[j2973a.ndi.Services]
AddService = hpddndnt, 2, hpddnd.Service, common.EventLog
;-------------------------------------------------------------------------------
; HP DeskDirect (J2573A) 10/100VG ISA LAN Adapter
;
[j2573a.ndi]
AddReg = j2573a.reg, hpddnd.reg
DelReg = delnet.reg
Characteristics = 0x84
BusType = 1
LogConfig = j2573a.LogConfig
CopyFiles = hpddnd.CopyFiles
[j2573a.ndi.Services]
AddService = hpddndnt, 2, hpddnd.Service, common.EventLog
[j2573a.LogConfig]
ConfigPriority = HARDRECONFIG
IOConfig = 40@100-3FF%FFC0
IRQConfig = 3,4,5,7,9,10,11,12,15
;----------------------------------------------------------------------------
; card specific settings
;
[j2585a.reg]
HKR,,AdapterType,,4
[j2585b.reg]
HKR,,AdapterType,,4
HKR,,TxSizeThreshold,,1518
[j2573a.reg]
HKR,,AdapterType,,0
;----------------------------------------------------------------------------
; hpddnd common
;
[hpddnd.reg]
HKR, Ndi, Service, 0, "HPDDND"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi\params\Priority, ParamDesc, 0, %Priority%
HKR, Ndi\params\Priority, default, 0, "no"
HKR, Ndi\params\Priority, type, 0, "enum"
HKR, Ndi\params\Priority\enum, yes, 0, %Yes%
HKR, Ndi\params\Priority\enum, no, 0, %No%
HKR, Ndi\params\Priority, optional, 0, "1"
HKR, Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress, default, 0, ""080009123456""
HKR, Ndi\params\NetworkAddress, type, 0, "edit"
HKR, Ndi\params\NetworkAddress, optional, 0, "1"
;----------------------------------------------------------------------------
; hpddnd NT specific
;
[hpddnd.CopyFiles]
hpddnd4.sys,,,2
[hpddnd.Service]
DisplayName = %hpddndnt.Service.DispName%
ServiceType = 1 ;%SERVICE_KERNEL_DRIVER%
StartType = 3 ;%SERVICE_DEMAND_START%
ErrorControl = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\hpddnd4.sys
LoadOrderGroup = NDIS
[common.EventLog]
AddReg = common.AddEventLog.reg
[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
[delnet.reg]
HKR, Ndi\params\NetAddress
HKR, Ndi\params\PicTelPriorityPktFilter
;----------------------------------------------------------------------------
; DestinationDirs
;
[DestinationDirs]
hpddnd.CopyFiles = 12
;-------------------------------------------------------------------------------
; Localizable Strings
;
[Strings]
MSFT = "Microsoft"
MFHP = "Hewlett Packard"
Priority = "100VG High-Priority Node?"
NetworkAddress = "Network Address Override"
No = "No"
Yes = "Yes"
HWP1030.DeviceDesc = "Hewlett-Packard DeskDirect (J2585A) 10/100VG PCI LAN Adapter"
HWP1040.DeviceDesc = "Hewlett-Packard DeskDirect (J2973A) 10BaseT PCI LAN Adapter"
HWP1042.DeviceDesc = "Hewlett-Packard DeskDirect (J2970A) 10BaseT/2 PCI LAN Adapter"
HWP1041.DeviceDesc = "Hewlett-Packard DeskDirect (J2585B) 10/100VG PCI LAN Adapter"
HWP1950.DeviceDesc = "Hewlett-Packard DeskDirect (J2573A) 10/100VG ISA LAN Adapter"
hpddndnt.Service.DispName = "HP DeskDirect Ethernet Adapter NT Driver"
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.