NC100.INF Driver File Contents (nc100.exe)

; NC100.INF -  Win95 driver installation file for 
; Network Everywhere Fast Ethernet Adapter(NC100 v2)
;
; Copyright 2000, Network Everywhere
;
;
; History:
;
;  Version 1.00 / 21-Dec-99  Pre Release


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

[Manufacturer]
%V_NC100%=FastNIC

[FastNIC]
%AN983.DeviceDesc%=    AN983.ndi,        PCI\VEN_1317&DEV_0985  ;FastNIC  Series
%NC100.DeviceDesc%=    NC100.ndi,        PCI\VEN_10D9&DEV_0531  ;NC100  Series
%MX98715.DeviceDesc%=  MX98715.ndi,      PCI\VEN_11AD&DEV_C115  ;MX98715  Series


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

[AN983.ndi]
AddReg=AN983.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg,comet.con.reg
[NC100.ndi]
AddReg=NC100.ndi.reg,NC100S.ndi.reg,FastNIC.pci.reg,NC100.con.reg
[MX98715.ndi]
AddReg=MX98715.ndi.reg,NC100S.ndi.reg,FastNIC.pci.reg,NC100.con.reg

********************************************************************************
[AN983.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0985"
HKR,,AdapterCFID,,09851317
[NC100.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_10D9&DEV_0531"
HKR,,AdapterCFID,,053110D9
[MX98715.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_11AD&DEV_C115"
HKR,,AdapterCFID,,C11511AD

;****************************************************************************
; Driver parameters
;****************************************************************************
[FastNIC.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,NC100A.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"NC100A"

; 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

[NC100S.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,NC100.SYS
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"NC100"

; 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,,"NC100.ndis3"


;****************************************************************************
; 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
;****************************************************************************

[comet.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

[NC100.con.reg]
HKR, Ndi\params\ConnectionType,              ParamDesc,0, %ConnectionType%
HKR, Ndi\params\ConnectionType,              default,  0, "0"
HKR, Ndi\params\ConnectionType,              type,     0, "enum"
HKR, Ndi\params\ConnectionType\enum,         0,        0, %SpeedAutoDetect%
HKR, Ndi\params\ConnectionType\enum,         1,        0, %100MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         2,        0, %100MbHalf_Duplex%
HKR, Ndi\params\ConnectionType\enum,         3,        0, %10MbFull_Duplex%
HKR, Ndi\params\ConnectionType\enum,         4,        0, %10MbHalf_Duplex%

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

; Install NDIS3

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

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

[FastNIC.ndis3.CopyFiles]
NC100A.sys

[NC100.ndis3.CopyFiles]
NC100.sys

[FastNIC.ndis3.CopyInf]
NC100.inf

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

[SourceDisksNames]
50="Network Everywhere Fast Ethernet Adapte(NC100 v2) Drivers Diskette", "",0

[SourceDisksFiles]
NC100A.sys=50,,10000
NC100.sys=50,,10000
NC100.inf=50,,10000

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

V_NC100="Network Everywhere"
; PNP Devices
AN983.DeviceDesc= "Network Everywhere Fast Ethernet Adapter(NC100 v2)"
NC100.DeviceDesc= "Network Everywhere Fast Ethernet Adapter(NC100)"
MX98715.DeviceDesc= "Network Everywhere Fast Ethernet Adapter(NC100)"
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: web4, load: 0.58