FastNIC.INF Driver File Contents (LAN_ME.ZIP)

;FastNIC.INF -  Win95 driver installation file for 
;Fast Ethernet 10/100 PCI Adapter Driver
;
; Copyright 2000, Fast Ethernet Controller Provider Inc.
;
; Author: Junius
;
; History:
;
;  02-Feb-99  Junius Pre Release
;  25-Aug-99  Alan   Add AN983, AN985, DEC21140 and DEC21143 support
;  09-Jun-00  Axl    Add HomePNA

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

[Manufacturer]
%V_FastNIC%=FastNIC

[FastNIC]
%AN981.DeviceDesc%         =  AN981.ndi,             PCI\VEN_1317&DEV_0981  ;FastNIC  Series
%AN982.DeviceDesc%         =  AN982.ndi,             PCI\VEN_1317&DEV_0982  ;FastNIC  Series
%AN983.DeviceDesc%         =  AN983.ndi,             PCI\VEN_1317&DEV_0985  ;FastNIC  Series
%AN985.DeviceDesc%         =  AN985.ndi,             PCI\VEN_1317&DEV_1985  ;FastNIC  Series
%DEC21140.DeviceDesc%   =  DEC21140.ndi,        PCI\VEN_1011&DEV_0009  ;DEC21140 Series
%DEC21143.DeviceDesc%   =  DEC21143.ndi,        PCI\VEN_1011&DEV_0019  ;DEC21143 Series

;***************************************************************************
[AN981.ndi]
AddReg=AN981.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg
[AN982.ndi]
AddReg=AN982.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg
[AN983.ndi]
AddReg=AN983.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg
[AN985.ndi]
AddReg=AN985.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg
[DEC21140.ndi]
AddReg=DEC21140.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg
[DEC21143.ndi]
AddReg=DEC21143.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,Common.con.reg

[AN981.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0981"
HKR,,AdapterCFID,,09811317
[AN982.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0982"
HKR,,AdapterCFID,,09821317
[AN983.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0985"
HKR,,AdapterCFID,,09851317
[AN985.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_1985"
HKR,,AdapterCFID,,19851317
[DEC21140.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0009"
HKR,,AdapterCFID,,00091011
[DEC21143.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0019"
HKR,,AdapterCFID,,00191011

;****************************************************************************
; Driver parameters
;****************************************************************************
[FastNIC.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,FastNIC.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"FastNIC"
; 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,,"FastNIC.ndis3"
;params
HKR,,MediaType,,1


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

[FastNIC.pci.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5
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, ...

;****************************************************************************
; Device specific parameters
;****************************************************************************

[Common.con.reg]
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

HKR,Ndi\Params\MediaSel,ParamDesc,,"Select Media"
HKR,Ndi\Params\MediaSel,default,,1
HKR,Ndi\Params\MediaSel,type,,enum
;HKR,Ndi\Params\MediaSel\enum,0,,"AutoSense"
HKR,Ndi\Params\MediaSel\enum,1,,"Ethernet"
HKR,Ndi\Params\MediaSel\enum,2,,"HomePNA"
HKR,Ndi\Params\MediaSel,flag,1,20,00,00,00

HKR,Ndi\Params\HomePara,ParamDesc,,"HomePNA Parameter"
HKR,Ndi\Params\HomePara,default,,0
HKR,Ndi\Params\HomePara,type,,enum
HKR,Ndi\Params\HomePara\enum,0,,"Auto"
HKR,Ndi\Params\HomePara\enum,1,,"High Speed, High Power"
HKR,Ndi\Params\HomePara\enum,2,,"High Speed, Low  Power"
HKR,Ndi\Params\HomePara\enum,3,,"Low  Speed, High Power"
HKR,Ndi\Params\HomePara\enum,4,,"Low  Speed, Low  Power"
HKR,Ndi\Params\HomePara,flag,1,20,00,00,00

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

; Install NDIS3

[FastNIC.ndis3]
CopyFiles=FastNIC.ndis3.CopyFiles, FastNIC.ndis3.CopyInf

[FastNIC.ndis3.CopyFiles]
FastNIC.sys

[FastNIC.ndis3.CopyInf]
fastnic.inf

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir                =11 ; LDID_SYS
FastNIC.ndis3.CopyFiles       =11
FastNIC.ndis3.CopyInf         =17

[SourceDisksNames]
50="Fast Ethernet 10/100 PCI Adapter Drivers Diskette", "",0

[SourceDisksFiles]
FastNIC.sys=50,,10000
FastNIC.inf=50,,10000

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_FastNIC="Fast Ethernet Controller Provider Inc."

; PNP Devices
AN981.DeviceDesc      =  "PCI 10/100 Fast Ethernet Adapter(AN981)"
AN982.DeviceDesc      =  "CardBus 10/100 Fast Ethernet Adapter(AN982)"
AN983.DeviceDesc      =  "Fast Ethernet 10/100 PCI Adapter"
AN985.DeviceDesc      =  "Fast Ethernet 10/100 CardBus Adapter"
DEC21140.DeviceDesc=  "PCI 10/100 Fast Ethernet Adapter(DEC21140)"
DEC21143.DeviceDesc=  "PCI 10/100 Fast Ethernet Adapter(DEC21143)"


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: web1, load: 1.82