;*****************************************************************************
;* FASTNIC.INF
;*****************************************************************************
[Version]
LayoutFile=Layout.inf
Signature="$Windows NT$"
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
Class=Net
Provider=%V_FASTNIC%
[Manufacturer]
%V_FASTNIC%=FASTNIC
; All enumerated adapters must be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_1317&DEV_0981
[FASTNIC]
%PCI\VEN_1317&DEV_0981.DeviceDesc%=FASTNIC.Ndi,PCI\VEN_1317&DEV_0981
;*******************************************************************************
[FASTNIC.Ndi]
AddReg=FASTNIC.Reg,FASTNIC.Params
CopyFiles=CopyFile.Sys
;*******************************************************************************
; OSR2 and Windows 98 section
;*******************************************************************************
[FASTNIC.Reg]
HKR,NDI,DeviceID,,"PCI\VEN_1317&DEV_0981"
HKR,,AdapterCFID,,09811317
HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,FASTNIC.sys
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,04
HKR,NDIS,MinorNdisVersion,1,00
HKR,NDIS,LogDriverName,,"FASTNIC"
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sections
;HKR,Ndi\Install,ndis3,,"FASTNIC.Install"
;*******************************************************************************
; Driver parameters
;*******************************************************************************
[FASTNIC.Params]
HKR,,TxPacketDesc,,75 ; 0x32
HKR,,RxPacketDesc,,120 ; 0x78
HKR,,TxDmaDesc,,150 ; 0x1d
HKR,,RxDmaDesc,,40 ; 0x28
HKR,,PacketsPerTxInt,,10 ; 0x0a
HKR,,PacketsPerRxInd,,10 ; 0x0a
HKR,,BurstLength,,0 ; 0 (Unlimited), 1 DW, 2 DW, 3 DW, ...
HKR,Ndi\Params\MediaType,ParamDesc,,"Media Type"
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,,"10BaseT"
HKR,Ndi\Params\MediaType\enum,2,,"10BaseT Full_Duplex"
HKR,Ndi\Params\MediaType\enum,3,,"100BaseTX"
HKR,Ndi\Params\MediaType\enum,4,,"100BaseTX Full_Duplex"
HKR,Ndi\Params\MediaType,flag,1,20,00,00,00
;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************
[FASTNIC.Install]
CopyFiles=CopyFile.Inf,CopyFile.Sys
[CopyFile.Inf]
FASTNIC.inf
[CopyFile.Sys]
FASTNIC.sys
;*******************************************************************************
; Install section for OSR2 and Windows 98
;*******************************************************************************
[FASTNIC.Service]
DisplayName=%PCI\VEN_1317&DEV_0981.DeviceDesc%
ServiceType=1
StartType=3
ErrorControl=1
ServiceBinary=%12%\FASTNIC.sys
LoadOrderGroup=NDIS
[Common.EventLog]
AddReg=Common.AddEventLog.Reg
[Common.AddEventLog.Reg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\netevent.dll"
HKR,,TypesSupported,0x00010001,7
;*******************************************************************************
; Destination directories
;*******************************************************************************
[DestinationDirs]
CopyFile.Sys=11
CopyFile.Inf=17
CopyFile.Sys.NT=12
[SourceDisksNames]
50="PCI 10/100 Fast Ethernet Adapter Driver Diskette",,,
[SourceDisksFiles]
FASTNIC.sys=50,,10000
FASTNIC.inf=50,,10000
;*******************************************************************************
; Localizable strings
;*******************************************************************************
[Strings]
V_FASTNIC="FastNIC"
PCI\VEN_1317&DEV_0981.DeviceDesc="PCI 10/100 Fast Ethernet 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.