FASTNIC.INF Driver File Contents (admtek.zip)

; fastnic.inf
;
; Copyright (c) 2001, Microsoft

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %FastNIC%
;LayoutFile  = layout.inf
;CatalogFile = fastnic.cat
DriverVer   = 10/17/2001,2.17.1017.2001

[Manufacturer]
%FastNIC%   = FastNIC

[ControlFlags]
ExcludeFromSelect     = *

[FastNIC]
%FastNIC983.DeviceDesc%   = FastNIC983.ndi,  PCI\VEN_1317&DEV_0985&SUBSYS_12161113
%FastNIC985.DeviceDesc%   = FastNIC985.ndi,  PCI\VEN_1317&DEV_1985&SUBSYS_12161113
%FastNIC9510.DeviceDesc%  = FastNIC983.ndi,  PCI\VEN_1317&DEV_0985&SUBSYS_95101317
%FastNIC9511.DeviceDesc%  = FastNIC9511.ndi, PCI\VEN_1317&DEV_9511&SUBSYS_95111317
%FastNIC9513.DeviceDesc%  = FastNIC9513.ndi, PCI\VEN_1317&DEV_9513&SUBSYS_95131317

[FastNIC983.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FastNIC983.ndi.reg, FastNIC.ndi.com.reg, FastNIC.pci.reg, FastNIC.con.reg
CopyFiles       = FastNIC.ndis.copyfiles.NT

[FastNIC983.ndi.NT.Services]
AddService      = FastNIC, 2, FastNIC.Service, FastNIC.EventLog

[FastNIC985.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FastNIC985.ndi.reg, FastNIC.ndi.com.reg, FastNIC.pci.reg, FastNIC.con.reg
CopyFiles       = FastNIC.ndis.copyfiles.NT

[FastNIC985.ndi.NT.Services]
AddService      = FastNIC, 2, FastNIC.Service, FastNIC.EventLog

[FastNIC9511.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FastNIC9511.ndi.reg, FastNIC.ndi.com.reg, FastNIC.pci.reg, FastNIC.con.reg
CopyFiles       = FastNIC.ndis.copyfiles.NT

[FastNIC9511.ndi.NT.Services]
AddService      = FastNIC, 2, FastNIC.Service, FastNIC.EventLog

[FastNIC9513.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = FastNIC9513.ndi.reg, FastNIC.ndi.com.reg, FastNIC.pci.reg, FastNIC.con.reg
CopyFiles       = FastNIC.ndis.copyfiles.NT

[FastNIC9513.ndi.NT.Services]
AddService      = FastNIC, 2, FastNIC.Service, FastNIC.EventLog


[FastNIC.ndis.copyfiles.NT]
FastNIC.sys,,,2


[FastNIC983.ndi.reg]
HKR,               , AdapterCFID,      0, "09851317"

[FastNIC985.ndi.reg]
HKR,               , AdapterCFID,      0, "19851317"

[FastNIC9511.ndi.reg]
HKR,               , AdapterCFID,      0, "95111317"

[FastNIC9513.ndi.reg]
HKR,               , AdapterCFID,      0, "95131317"


[FastNIC.ndi.com.reg]
HKR, Ndi,            Service,          0, "FastNIC"
HKR, Ndi\Interfaces, LowerRange,       0, "ethernet"
HKR, Ndi\Interfaces, UpperRange,       0, "ndis5"
HKR,               , MediaType,        0, "0"

[FastNIC.pci.reg]
HKR, , AdapterType,    0, "5"
HKR, , TxPacketDesc,    , "600"
HKR, , RxPacketDesc,    , "80"       
HKR, , TxDmaDesc,       , "600"
HKR, , RxDmaDesc,       , "40"       ; 
HKR, , PacketsPerTxInt, , "10"       ; 0x0a
HKR, , PacketsPerRxInd, , "10"       ; 0x0a
HKR, , BurstLength,     , "0"        ; 0(Unlimited), 1 DW, 2 DW, 3 DW,...

[FastNIC.con.reg]
HKR, Ndi\Params\MediaType,            ParamDesc, , %MediaType%
HKR, Ndi\Params\MediaType,            default,   , "0"
HKR, Ndi\Params\MediaType,            type,      , "enum"
HKR, Ndi\Params\MediaType\enum,       0,         , %AutoSense%
HKR, Ndi\Params\MediaType\enum,       1,         , %10HD%
HKR, Ndi\Params\MediaType\enum,       2,         , %10FD%
HKR, Ndi\Params\MediaType\enum,       3,         , %100HD%
HKR, Ndi\Params\MediaType\enum,       4,         , %100FD%

HKR, Ndi\Params\PowerManagement,      ParamDesc, , %PowerManagement%
HKR, Ndi\Params\PowerManagement,      default,   , "1"
HKR, Ndi\Params\PowerManagement,      type,      , "enum"
HKR, Ndi\Params\PowerManagement\enum, 0,         , %Disabled%
HKR, Ndi\Params\PowerManagement\enum, 1,         , %Enabled%

HKR, Ndi\Params\WakeupFrame,          ParamDesc, , %PatternMatchWakeup%
HKR, Ndi\Params\WakeupFrame,          default,   , "1"
HKR, Ndi\Params\WakeupFrame,          type,      , "enum"
HKR, Ndi\Params\WakeupFrame\enum,     0,         , %Disabled%
HKR, Ndi\Params\WakeupFrame\enum,     1,         , %Enabled%

HKR, Ndi\Params\LinkOnChange,         ParamDesc, , %LinkWakeupOffOn%
HKR, Ndi\Params\LinkOnChange,         default,   , "1"
HKR, Ndi\Params\LinkOnChange,         type,      , "enum"
HKR, Ndi\Params\LinkOnChange\enum,    0,         , %Disabled%
HKR, Ndi\Params\LinkOnChange\enum,    1,         , %Enabled%

HKR, Ndi\Params\LinkOffChange,        ParamDesc, , %LinkWakeupOnOff%
HKR, Ndi\Params\LinkOffChange,        default,   , "0"
HKR, Ndi\Params\LinkOffChange,        type,      , "enum"
HKR, Ndi\Params\LinkOffChange\enum,   0,         , %Disabled%
HKR, Ndi\Params\LinkOffChange\enum,   1,         , %Enabled%

HKR, Ndi\Params\MagicPacket,          ParamDesc, , %MagicPacketWakeup%
HKR, Ndi\Params\MagicPacket,          default,   , "1"
HKR, Ndi\Params\MagicPacket,          type,      , "enum"
HKR, Ndi\Params\MagicPacket\enum,     0,         , %Disabled%
HKR, Ndi\Params\MagicPacket\enum,     1,         , %Enabled%

HKR, Ndi\Params\FlowControl,          ParamDesc, , %FlowControl%
HKR, Ndi\Params\FlowControl,          default,   , "1"
HKR, Ndi\Params\FlowControl,          type,      , "enum"
HKR, Ndi\Params\FlowControl\enum,     0,         , %Disabled%
HKR, Ndi\Params\FlowControl\enum,     1,         , %Enabled%

HKR, Ndi\Params\PriorityPacket,       ParamDesc, , %PriorityPacket%
HKR, Ndi\Params\PriorityPacket,       default,   , "0"
HKR, Ndi\Params\PriorityPacket,       type,      , "enum"
HKR, Ndi\Params\PriorityPacket\enum,  0,         , %Disabled%
HKR, Ndi\Params\PriorityPacket\enum,  1,         , %Enabled%

HKR,Ndi\params\VlanId,   ParamDesc,   0, %VLAN_ID%
HKR,Ndi\params\VlanId,   type,        0, "edit"
HKR,Ndi\params\VlanId,   default,     0, "0"
HKR,Ndi\params\VlanId,   LimitText,   0, "4"
HKR,Ndi\params\VlanId,   UpperCase,   0, "1"
HKR,Ndi\params\VlanId,   Optional,    0, "1"


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

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

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

[DestinationDirs]
FastNIC.ndis.copyfiles.NT  = 12
DefaultDestDir           = 12

[SourceDisksNames]
1=%DISKNAME%,,,

[SourceDisksFiles]
FastNIC.sys    = 1

[Strings]
;Msft   = "Microsoft"
ADMtek  = "ADMtek Incorporated"

MediaType              = "Media Type"
AutoSense              = "AutoSense"
10HD                   = "10BaseT"
10FD                   = "10BaseT Full_Duplex"
100HD                  = "100BaseTX"
100FD                  = "100BaseTX Full_Duplex"

Disabled               = "Disabled"
Enabled                = "Enabled"

PowerManagement        = "PME Enable"
PatternMatchWakeup     = "Pattern Match Wakeup"
LinkWakeupOffOn        = "Link Wakeup(Off->On)"
LinkWakeupOnOff        = "Link Wakeup(On->Off)"
MagicPacketWakeup      = "Magic Packet Wakeup"
FlowControl            = "Flow Control"
PriorityPacket         = "Priority Packet"
VLAN_ID                = "VLAN ID"


DISKNAME               = "PCI/CardBus 10/100 Fast Ethernet Adapter Driver Diskette "

FastNIC983.DeviceDesc    = "PCI 10/100 Fast Ethernet Adapter(983)"
FastNIC985.DeviceDesc    = "CardBus 10/100 Fast Ethernet Adapter"
FastNIC9510.DeviceDesc   = "PCI 10/100 Fast Ethernet Adapter(9510)"
FastNIC9511.DeviceDesc   = "PCI 10/100 Fast Ethernet Adapter(9511)"
FastNIC9513.DeviceDesc   = "PCI 10/100 Fast Ethernet Adapter(9513)"

FastNIC.Service.DispName = "PCI/CardBus 10/100 Fast Ethernet Adapter"

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: web3, load: 2.14