NETFENT5.INF Driver File Contents (soho110A.ZIP)

; NETFENT5.INF
; Inf for Windows 2000 & Windows 98

[version]
Signature   = "$Windows NT$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %SOHOware%
CatalogFile = netfent5.cat
DriverVer=06/26/2000,2.13.2195.5

[Manufacturer]
%SOHOware% = SOHOware

[ControlFlags]
ExcludeFromSelect = PCI\VEN_10d9&DEV_0512, PCI\VEN_10d9&DEV_0531

[SOHOware]
; DisplayName          Section            DeviceID
; -----------        -----------    ---------------------
%0512.DeviceDesc%    = 0512.ndi,    PCI\VEN_10d9&DEV_0512
%0531.DeviceDesc%    = 0531.ndi,    PCI\VEN_10d9&DEV_0531

;----------------------------------------------------------------------------
; NT main sections
;
[0512.ndi.NTX86]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pci.reg, speed.reg, 0512.nt.id.reg, mx9871x.nt.reg
CopyFiles       = mx9871x_NT.Copyfiles

[0512.ndi.NTX86.Services]
AddService      = FE100A, 2, mx9871x.Service, common.EventLog

[0531.ndi.NTX86]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = pci.reg, speed.reg, 0531.nt.id.reg, mx9871x.nt.reg
CopyFiles       = mx9871x_NT.CopyFiles

[0531.ndi.NTX86.Services]
AddService      = FE100A, 2, mx9871x.Service, common.EventLog

;-----------------------------------------------------------------------------
; Win9x main sections
;
[0512.ndi]
AddReg          = pci.reg, speed.reg, 0512.win.id.reg, mx9871x.win.reg
CopyFiles       = mx9871x.CopyFiles

[0531.ndi]
AddReg          = pci.reg, speed.reg, 0531.win.id.reg, mx9871x.win.reg
CopyFiles       = mx9871x.CopyFiles

;-----------------------------------------------------------------------------
; Common sections
;
[pci.reg]
HKR,,AdapterType,,5
HKR,,BusType,,5

[speed.reg]
HKR, Ndi\params\ConnectionType,              ParamDesc,0, %ConnectionType%
HKR, Ndi\params\ConnectionType,              default,  0, "0"
HKR, Ndi\params\ConnectionType,              type,     0, "enum"
HKR, Ndi\params\ConnectionType\enum,         0,        0, %SpeedAutoDetect%
HKR, Ndi\params\ConnectionType\enum,         1,        0, %100MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         2,        0, %100MbHalf_Duplex%
HKR, Ndi\params\ConnectionType\enum,         3,        0, %10MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         4,        0, %10MbHalf_Duplex%

;----------------------------------------------------------------------------
; NT specific
;
[0512.nt.id.reg]
HKR,,AdapterCFID,0, "051210d9"

[0531.nt.id.reg]
HKR,,AdapterCFID,0, "053110d9"

[mx9871x.nt.reg]
HKR, Ndi,                       Service,    0, "FE100A"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"

[mx9871x.Service]
DisplayName     = %mx9871x.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\fe100a.sys
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

;----------------------------------------------------------------------------
; Win9x specific
;
[0512.win.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10d9&DEV_0512"
HKR,,AdapterCFID,,051210d9

[0531.win.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_10d9&DEV_0531"
HKR,,AdapterCFID,,053110d9

[mx9871x.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "fe100a.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, "FE100A"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

;----------------------------------------------------------------------------
; DestinationDirs
;
[mx9871x_NT.CopyFiles]
fe100a.sys,,,2

[mx9871x.CopyFiles]
fe100a.sys

[DestinationDirs]
DefaultDestDir        = 11 ; LDID_SYSTEM
mx9871x_NT.CopyFiles  = 12 ; LDID_SYSTEM32\DRIVERS
mx9871x.CopyFiles     = 11 ; LDID_SYSTEM

[SourceDisksNames]
1 = %DISKNAME%,,,

[SourceDisksFiles]
fe100a.sys = 1,,..\W2000

;----------------------------------------------------------------------------
; Localizable Strings
; 
[Strings]
;Vendors
SOHOware   = "SOHOware"

;Source disk name
DISKNAME="SOHOware driver floppy disk"

;Speed descriptions
ConnectionType   = "Connection Type" 
SpeedAutoDetect  = "Speed AutoDetect"
100MbFull_Duplex = "100Mb Full_Duplex"
100MbHalf_Duplex = "100Mb Half_Duplex"
10MbFull_Duplex  = "10Mb  Full_Duplex"
10MbHalf_Duplex  = "10Mb  Half_Duplex"

;Device descriptions
0512.DeviceDesc   = "SOHOware 10/100 PCI Network Adapter (Non-ACPI)"
0531.DeviceDesc   = "SOHOware 10/100 PCI Network Adapter"

;NT service name
mx9871x.Service.DispName  = "SOHOware 10/100 PCI Network Adapter NT Driver"

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: web2, load: 1.57