;; FEAND5.INF (Win XP inf for NDIS5 driver)
;;
;; 100/10M Ethernet PCI Adapter
;;
[version]
Signature = "$Windows NT$"
Class = Net
ClassGUID = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider = %SURECOM%
LayoutFile = layout.inf
;Catalogfile = FEAND5.cat
DriverVer = 4/6/2001,2.70
[Manufacturer]
%SURECOM% = SURECOM
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1516&DEV_0800 , \
PCI\VEN_1516&DEV_0803 , \
PCI\VEN_1516&DEV_0891 , \
PCI\VEN_1516&DEV_0800&SUBSYS_08001516 , \
PCI\VEN_1516&DEV_0800&SUBSYS_00000000 , \
PCI\VEN_1516&DEV_0803&SUBSYS_08031516 , \
PCI\VEN_1516&DEV_0891&SUBSYS_08911516
[SURECOM]
%MTD800.DeviceDesc% = MTD800.ndi, PCI\VEN_1516&DEV_0800
%MTD800.DeviceDesc1% = MTD800.ndi, PCI\VEN_1516&DEV_0800&SUBSYS_00000000
%MTD803.DeviceDesc% = MTD803.ndi, PCI\VEN_1516&DEV_0803
%MTD891.DeviceDesc% = MTD891.ndi, PCI\VEN_1516&DEV_0891
;;============================================================================
;; Windows 9x
;;============================================================================
[MTD800.ndi]
DriverVer = 12/21/2000,373
AddReg = MTD800.id.reg, FEAND5.common.reg, FEAND5.win.reg, MTD800.oncbs.reg
CopyFiles = FEAND5.CopyFiles98
;DeviceID = "PCI\VEN_1516&DEV_0800"
;LogConfig = DefaultConfig
[MTD803.ndi]
DriverVer = 12/21/2000,373
AddReg = MTD803.id.reg, FEAND5.common.reg, FEAND5.win.reg, MTD803.oncbs.reg
CopyFiles = FEAND5.CopyFiles98
;DeviceID = "PCI\VEN_1516&DEV_0803"
;LogConfig = DefaultConfig
[MTD891.ndi]
DriverVer = 12/21/2000,373
AddReg = MTD891.id.reg, MTD891.common.reg, FEAND5.win.reg, MTD891.oncbs.reg
CopyFiles = FEAND5.CopyFiles98
;DeviceID = "PCI\VEN_1516&DEV_0891"
;LogConfig = DefaultConfig
;;============================================================================
;; Windows XP
;;============================================================================
[MTD800.ndi.NT]
AddReg = FEAND5.common.reg, FEAND5.reg, MTD800.oncbs.reg
Characteristics = 0x84
BusType = 5
CopyFiles = FEAND5.CopyFiles
[MTD800.ndi.NT.Services]
AddService = FEAND5, 2, SURECOMnt.Service, FEAND5.EventLog
[MTD803.ndi.NT]
AddReg = FEAND5.common.reg, FEAND5.reg, MTD803.oncbs.reg
Characteristics = 0x84
BusType = 5
CopyFiles = FEAND5.CopyFiles
[MTD803.ndi.NT.Services]
AddService = FEAND5, 2, SURECOMnt.Service, FEAND5.EventLog
[MTD891.ndi.NT]
AddReg = MTD891.common.reg, FEAND5.reg, MTD891.oncbs.reg
Characteristics = 0x84
BusType = 5
CopyFiles = FEAND5.CopyFiles
[MTD891.ndi.NT.Services]
AddService = FEAND5, 2, SURECOMnt.Service, FEAND5.EventLog
[FEAND5.CopyFiles]
FEAND5.SYS,,,2
[FEAND5.CopyFiles98]
FEAND5.SYS,,,2
;;===========================================================================
;; Windows 9x parameters
;;===========================================================================
[MTD800.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1516&DEV_0800"
HKR, Ndi\Install, , 0, SURECOMnt.install
HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00
HKR, Ndi\Params\PortSpeed, flag, 1, 20, 00, 00, 00
HKR, NDI\Params\FD, flag, 1, 30, 00, 00, 00
[MTD803.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1516&DEV_0803"
HKR, Ndi\Install, , 0, SURECOMnt.install
HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00
HKR, Ndi\Params\PortSpeed, flag, 1, 20, 00, 00, 00
HKR, NDI\Params\FD, flag, 1, 30, 00, 00, 00
[MTD891.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1516&DEV_0891"
HKR, Ndi\Install, , 0, SURECOMnt.install
HKR, NDI\Params\NetworkAddress, flag, 1, 30, 00, 00, 00
HKR, Ndi\Params\PortSpeed, flag, 1, 20, 00, 00, 00
HKR, NDI\Params\FD, flag, 1, 30, 00, 00, 00
[FEAND5.win.reg]
;; key,subkey,valuname,type,value
HKR, , DriverDesc, 0, "100/10M Ethernet PCI Adapter"
HKR, , DevLoader, 0, *ndis
HKR, , DeviceVxDs, 0, FEAND5.SYS
HKR, , EnumPropPages, 0, netdi.dll, EnumPropPages
;;params
HKR, , MediaType, 0, 1
HKR, , AdapterType, 0, 5
HKR, , BusType, 0, 5
;; NDIS Info
HKR, NDIS, MajorNdisVersion, 1, 03
HKR, NDIS, MinorNdisVersion, 1, 0a
HKR, NDIS, LogDriverName, 0, "FEAND5"
;; Interfaces
HKR, Ndi\Interfaces, DefLower, , "ethernet"
HKR, Ndi\Interfaces, LowerRange, , "ethernet"
HKR, Ndi\Interfaces, DefUpper, , "ndis3"
HKR, Ndi\Interfaces, UpperRange, , "ndis3"
;; Install sections
HKR, Ndi\Install, ndis3, 0, "FEAND5.ndis5"
[MTD800.oncbs.reg]
HKR,,ChipOnCardbus,,"0"
[MTD803.oncbs.reg]
HKR,,ChipOnCardbus,,"0"
[MTD891.oncbs.reg]
HKR,,ChipOnCardbus,,"0"
[FEAND5.common.reg]
HKR,Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress, type, 0, "edit"
HKR,Ndi\params\NetworkAddress, default, 0, "000000000000"
HKR,Ndi\params\NetworkAddress, LimitText, 0, "12"
HKR,Ndi\params\NetworkAddress, UpperCase, 0, "1"
HKR,Ndi\params\NetworkAddress, Optional, 0, "1"
;; FEAND5
HKR, Ndi\params\PortSpeed, ParamDesc, 0, %PortSpeed%
HKR, Ndi\params\PortSpeed, default, 0, "0"
HKR, Ndi\params\PortSpeed, type, 0, "enum"
HKR, Ndi\params\PortSpeed\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\PortSpeed\enum, "1", 0, "10 Mb/sec"
HKR, Ndi\params\PortSpeed\enum, "2", 0, "100 Mb/sec"
HKR, Ndi\params\FD, ParamDesc, 0, %FD%
HKR, Ndi\params\FD, default, 0, "0"
HKR, Ndi\params\FD, type, 0, "enum"
HKR, Ndi\params\FD\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\FD\enum, "1", 0, "Disable"
HKR, Ndi\params\FD\enum, "2", 0, "Enable"
[MTD891.common.reg]
HKR,Ndi\params\NetworkAddress, ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress, type, 0, "edit"
HKR,Ndi\params\NetworkAddress, default, 0, "000000000000"
HKR,Ndi\params\NetworkAddress, LimitText, 0, "12"
HKR,Ndi\params\NetworkAddress, UpperCase, 0, "1"
HKR,Ndi\params\NetworkAddress, Optional, 0, "1"
;; MTD891
HKR, Ndi\params\PortSpeed, ParamDesc, 0, %PortSpeed%
HKR, Ndi\params\PortSpeed, default, 0, "0"
HKR, Ndi\params\PortSpeed, type, 0, "enum"
HKR, Ndi\params\PortSpeed\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\PortSpeed\enum, "1", 0, "10 Mb/sec"
HKR, Ndi\params\PortSpeed\enum, "2", 0, "100 Mb/sec"
HKR, Ndi\params\PortSpeed\enum, "3", 0, "1000 Mb/sec"
HKR, Ndi\params\FD, ParamDesc, 0, %FD%
HKR, Ndi\params\FD, default, 0, "0"
HKR, Ndi\params\FD, type, 0, "enum"
HKR, Ndi\params\FD\enum, "0", 0, "Auto Detect"
HKR, Ndi\params\FD\enum, "1", 0, "Disable"
HKR, Ndi\params\FD\enum, "2", 0, "Enable"
;;============================================================================
;; Win XP parameters
;;============================================================================
[FEAND5.reg]
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"
HKR, Ndi, Service, 0, "FEAND5"
[SURECOMnt.Service]
DisplayName = %FEAND5.Service.DispName%
ServiceType = 1 ; %SERVICE_KERNEL_DRIVER%
StartType = 3 ; %SERVICE_DEMAND_START%
ErrorControl = 1 ; %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\FEAND5.SYS
LoadOrderGroup = NDIS
[FEAND5.EventLog]
Addreg = FEAND5.AddEventLog.reg
[FEAND5.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported, 0x00010001, 7
;;============================================================================
;; Destination Directory
;;============================================================================
[DestinationDirs]
FEAND5.CopyFiles = 12
FEAND5.CopyFiles98 = 11
DefaultDestDir = 11
;;============================================================================
;; Source Files
;;============================================================================
[SourceDisksNames]
1=%DISKNAME%,,,
[SourceDisksFiles]
FEAND5.SYS = 1
FEAND5.INF = 1
;;============================================================================
;; Strings
;;============================================================================
[Strings]
Msft = "Microsoft"
SURECOM = " "
;;Source disk name
DISKNAME = "100/10M Ethernet PCI Adapter"
NetworkAddress = "Network Address"
PortSpeed = "Port Speed"
FD = "FullDuplex Mode"
FEAND5.DeviceDesc = "100/10M Ethernet PCI Adapter"
FEAND5.Service.DispName = "100/10M Ethernet PCI Adapter"
MTD803.DeviceDesc = "100/10M Ethernet PCI Adapter"
MTD803.Service.DispName = "100/10M Ethernet PCI 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.