; NET9000.INF
;
[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%
[Manufacturer]
%V_EZND%=EZND
[EZND]
%*EZND.DeviceDesc%=*EZND.ndi, PCMCIA\PCMCIA-10/100_ETHERNET_CARD-6114,*EZND
[SourceDisksNames]
52="Micra 10-100 PCMCIA Ethernet Adapter",,0
[SourceDisksFiles]
pc400f.sys =52,,pc400f.sys,12345
net9000.inf =52,,net9000.inf,1234
[*EZND.ndi]
AddReg=*EZND.ndi.reg,ne2000.ndi.reg,Clone.params.reg,MCASLOT.params.reg
LogConfig=*EZND.LogConfig
[*EZND.ndi.reg]
HKR,Ndi,DeviceID,,"*EZND"
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00
[*EZND.LogConfig]
IRQConfig=3,4,5,9,10,11,12,15
;;;IOConfig=20@200-3FF%FFE0(3FF::)
IOConfig=300-31F(3FF::),320-33F(3FF::),340-35F(3FF::),360-37F(3FF::)
;****************************************************************************
; NE2000 Drivers
;****************************************************************************
; Base section for ne2000 users
[ne2000.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,pc400f.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" ; ***
; NDIS Info
HKR,NDIS,LogDriverName,,"PC400F"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
; Install sectioins
HKR,Ndi\Install,ndis3,,"ne2000.ndis3"
; Install NDIS3
[ne2000.ndis3]
CopyFiles=ne2000.ndis3.CopyFiles
[ne2000.ndis3.CopyFiles]
pc400f.sys
; extra params for ne2000
[NEZND0.params.reg]
; Resources
HKR,,InterruptNumber,1,04,00,00,00
HKR,,IOBaseAddress,1,02,00,00,00
HKR,NDI\params\InterruptNumber,resc,1,04,00,00,00
HKR,Ndi\params\interruptNumber,ParamDesc,,"Interrupt Level"
HKR,NDI\params\InterruptNumber,flag,1,20,00,00,00
HKR,NDI\params\IOBaseAddress,resc,1,02,00,00,00
HKR,NDI\params\IOBaseAddress,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBaseAddress,flag,1,20,00,00,00
; extra params for clones
[Clone.params.reg]
; Resources
HKR,,IOBase,1,02,00,00,00
HKR,Ndi\params\IOBase,resc,1,02,00,00,00
HKR,Ndi\params\IOBase,ParamDesc,,"I/O Base Address"
HKR,Ndi\params\IOBase,flag,1,30,00,00,00
HKR,,Interrupt,1,04,00,00,00
HKR,Ndi\params\Interrupt,resc,1,04,00,00,00
HKR,Ndi\params\Interrupt,ParamDesc,,"Interrupt Level"
HKR,Ndi\params\Interrupt,flag,1,30,00,00,00
HKR,Ndi\params\transceiver,ParamDesc,,"Connector Type/32 bit driver"
HKR,Ndi\params\transceiver,default,,"AutoDetect"
HKR,Ndi\params\transceiver,type,,enum
HKR,Ndi\params\transceiver\enum,"AutoDetect",,"AutoDetect"
;HKR,Ndi\params\transceiver\enum,"BNC",,"BNC"
HKR,Ndi\params\transceiver\enum,"10BaseT",,"10BaseT"
HKR,Ndi\params\transceiver\enum,"100TX",,"100TX"
HKR,Ndi\params\transceiver,flag,1,30,00,00,00
HKR,Ndi\params\busnumber,ParamDesc,,"System Bus Number"
HKR,Ndi\params\busnumber,default,,"0"
HKR,Ndi\params\busnumber,type,,int
HKR,Ndi\params\busnumber,flag,1,20,00,00,00
HKR,Ndi\params\bustype,ParamDesc,,"System Bus Type Identifier"
HKR,Ndi\params\bustype,default,,"1"
HKR,Ndi\params\bustype,type,,int
HKR,Ndi\params\bustype,flag,1,20,00,00,00
HKR,Ndi\params\NetworkAddress,ParamDesc,,"Network Address"
HKR,Ndi\params\NetworkAddress,type,,edit
HKR,Ndi\params\NetworkAddress,LimitText,,18
HKR,Ndi\params\NetworkAddress,UpperCase,,1
HKR,Ndi\params\NetworkAddress,default,,""
HKR,Ndi\params\NetworkAddress,flag,1,30,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1
HKR,Ndi\params\ReceiveTimer,ParamDesc,,"Receive WatchDog Timer"
HKR,Ndi\params\ReceiveTimer,default,,"0"
HKR,Ndi\params\ReceiveTimer,type,,int
HKR,Ndi\params\ReceiveTimer,flag,1,30,00,00,00
HKR,Ndi\params\Speed,flag,1,20,00,00,00
HKR,Ndi\params\Speed,ParamDesc,,"Speed "
;HKR,Ndi\params\Speed,default,,"100,10"
HKR,Ndi\params\Speed,default,,"AutoDetect"
HKR,Ndi\params\Speed,type,,enum
;HKR,Ndi\params\Speed\enum,10,,"10 Mbs"
;HKR,Ndi\params\Speed\enum,100,,"100 Mbs"
HKR,Ndi\params\Speed\enum,AutoDetect,,"AutoDetect"
; base mca slot section
[MCASLOT.params.reg]
; Adapter Slot Number
HKR,Ndi\params\slotnumber,ParamDesc,,"Adapter Slot Number"
HKR,Ndi\params\slotnumber,type,,int
HKR,Ndi\params\slotnumber,default,,1
HKR,Ndi\params\slotnumber,min,,1
HKR,Ndi\params\slotnumber,max,,8
HKR,Ndi\params\slotnumber,step,,1
HKR,Ndi\params\slotnumber,optional,,1
HKR,Ndi\params\slotnumber,flag,1,10,00,00,00
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir =11
ne2000.ndis3.CopyFiles =11 ; LDID_SYS
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_EZND="Micra Digital"
*EZND.DeviceDesc="Micra 10/100 PCMCIA 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.