NETINF.INF Driver File Contents (SN5000TX.EXE)

;
; NETINF.INF
;
; Version v1.00 for MX98713
;
; Copyright 1993-1996, Microsoft Corporation
;


[version]
LayoutFile=layout.inf
signature="$WINDOWS 95$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_PCI%=PCI

[PCI]
%98713.DeviceDesc%=98713.ndi,   PCI\VEN_10d9&DEV_0512  ;MX98713
;%98713N.DeviceDesc%=98713N.ndi,   PCI\VEN_10d9&DEV_0512  ;MX98713



;***************************************************************************

[98713.ndi]
AddReg=98713.ndi.reg,mxic.ndi.reg,mxic.pci.reg,98713.pci.reg,98713.con.reg
CopyFiles=netinf.inf.CopyFiles,mxic.ndis3.CopyFiles

[98713N.ndi]
AddReg=98713.ndi.reg,mxic.ndi.reg,mxic.pci.reg,98713.pci.reg,98713N.con.reg
CopyFiles=netinf.inf.CopyFiles,mxic.ndis3.CopyFiles


;***************************************************************************

[98713.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10d9&DEV_0512"
HKR,,AdapterCFID,,051210d9

;****************************************************************************
; Driver parameters
;****************************************************************************

[mxic.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,SN5000.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"SN5000"
HKR,NDIS,MajorDriverVersion,1,1
HKR,NDIS,MinorDriverVersion,1,00
HKR,NDIS\NDIS2,DriverName,,"SN5000$"
HKR,NDIS\NDIS2,FileName,,"SN5000.dos"
HKR,NDIS\ODI,DriverName,,"SN5000"
HKR,NDIS\ODI,FileName,,"SN5000.com"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
;HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
;HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3"

;params
HKR,,MediaType,,1


;****************************************************************************
; PCI common parameters
;****************************************************************************

[mxic.pci.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5

;****************************************************************************
; Device specific parameters
;****************************************************************************
[98713.pci.reg]
;Burst Length
HKR,Ndi\params\BurstLength,ParamDesc,,"Burst Length"
HKR,Ndi\params\BurstLength,default,,10
HKR,Ndi\params\BurstLength,type,,enum
HKR,Ndi\params\BurstLength\enum,1,,"1 DWORD"
HKR,Ndi\params\BurstLength\enum,2,,"2 DWORDS"
HKR,Ndi\params\BurstLength\enum,4,,"4 DWORDS"
HKR,Ndi\params\BurstLength\enum,8,,"8 DWORDS"
HKR,Ndi\params\BurstLength\enum,10,,"16 DWORDS"
HKR,Ndi\params\BurstLength\enum,20,,"32 DWORDS"
HKR,Ndi\params\BurstLength,flag,1,20,00,00,00
;Store and forward
HKR,Ndi\params\StoreAndForward,ParamDesc,,"Store And Forward"
HKR,Ndi\params\StoreAndForward,default,,0
HKR,Ndi\params\StoreAndForward,type,,enum
HKR,Ndi\params\StoreAndForward\enum,0,,"Disabled"
HKR,Ndi\params\StoreAndForward\enum,1,,"Enabled"
HKR,Ndi\params\StoreAndForward,flag,1,20,00,00,00

[98713.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,1,,"10Base-T"
HKR,Ndi\params\ConnectionType\enum,2,,"10Base-T Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,,"100Base-Tx"
HKR,Ndi\params\ConnectionType\enum,4,,"100Base-Tx Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

[98713N.con.reg]
;ConnectionType
HKR,Ndi\params\ConnectionType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnectionType,default,,0
HKR,Ndi\params\ConnectionType,type,,enum
HKR,Ndi\params\ConnectionType\enum,0,,"AutoSense"
HKR,Ndi\params\ConnectionType\enum,1,,"10Base-T"
HKR,Ndi\params\ConnectionType\enum,2,,"10Base-T Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,3,,"100Base-Tx"
HKR,Ndi\params\ConnectionType\enum,4,,"100Base-Tx Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,5,,"(Nway)10Base-T"
HKR,Ndi\params\ConnectionType\enum,6,,"(Nway)10Base-T Full_Duplex"
HKR,Ndi\params\ConnectionType\enum,7,,"(Nway)100Base-Tx"
HKR,Ndi\params\ConnectionType\enum,8,,"(Nway)100Base-Tx Full_Duplex"
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

;*****************************************************************************

;****************************************************************************
; Drivers
;****************************************************************************

[mxic.ndis3.CopyFiles]
SN5000.sys, SN5000.sy_

[mxic.ndis2.CopyFiles]
SN5000.dos, SN5000.do_

[mxic.odi.CopyFiles]
SN5000.com

; Install INF
[netinf.inf.CopyFiles]
NETSN5.inf,NETINF.inf

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir               =11 ; LDID_SYS
mxic.ndis3.CopyFiles         =11
mxic.ndis2.CopyFiles         =26 ; LDID_WINBOOT
;mxic.odi.CopyFiles           =26
netinf.inf.CopyFiles        =17


;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_PCI="AXEL"

; PNP Devices
98713.DeviceDesc=  "SN5000TX Fast Ethernet PCI Adapter"
;98713N.DeviceDesc=  "SN5000TX Fast Ethernet PCI Adapter (Nway)"


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: web5, load: 0.43