; ; FastNIC.INF - Windows 95 ODI driver installation information file ; for PCI 10/100 Fast Ethernet Adapter ; ; Copyright (C) 1998, Fast Ethernet Controller Provider. All Rights Reserved. [version] InfVersion=00.01.11 signature=$CHICAGO$ Class=Net provider=%V_N% ;**************************************************************************** ; Manufacturer Section ;**************************************************************************** [Manufacturer] %V_FastNIC%=FastNIC [ControlFlags] ExcludeFromSelect = PCI\VEN_1317&DEV_0981 ExcludeFromSelect = PCI\VEN_1317&DEV_0985 ExcludeFromSelect = PCI\VEN_1317&DEV_1985 ;**************************************************************************** ; Manufacturer Name Section ;**************************************************************************** [FastNIC] %PCI\VEN_1317&DEV_0981.DeviceDesc%=FastNIC.ndi, PCI\VEN_1317&DEV_0981 ;FastNIC %PCI\VEN_1317&DEV_0985.DeviceDesc%=CentaurFastNIC.ndi, PCI\VEN_1317&DEV_0985 ;Centaur %PCI\VEN_1317&DEV_1985.DeviceDesc%=CentaurCFastNIC.ndi, PCI\VEN_1317&DEV_1985 ;Cardbus ;**************************************************************************** ; INF Install Section ;**************************************************************************** [FastNIC.ndi] AddReg=FastNICID.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg [CentaurFastNIC.ndi] AddReg=CentaurFastNICID.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg [CentaurCFastNIC.ndi] AddReg=CentaurCFastNICID.ndi.reg,FastNIC.ndi.reg,FastNIC.pci.reg ;**************************************************************************** ; .REG (Device IDs) ;**************************************************************************** [FastNICID.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0981" HKR,,AdapterCFID,,09811317 [CentaurFastNICID.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_0985" HKR,,AdapterCFID,,09851317 [CentaurCFastNICID.ndi.reg] HKR,Ndi,DeviceID,,"PCI\VEN_1317&DEV_1985" HKR,,AdapterCFID,,19851317 [FastNIC.ndi.reg] ; key,subkey,valuname,type,value HKR,,DevLoader,,*odiload HKR,,EnumPropPages,,"netdi.dll,EnumPropPages" ; Ndi section HKR,Ndi,NdiInstaller,,"odipage.dll,odiNdiproc" ; Interfaces HKR,Ndi\Interfaces,DefUpper,,"odinsup,NovellODI32" HKR,Ndi\Interfaces,UpperRange,,"odinsup,NovellODI32" HKR,Ndi\Interfaces,DefLower,,"ethernet" HKR,Ndi\Interfaces,LowerRange,,"ethernet" ; Install section HKR,Ndi\Install,"16 Bit",,"FastNIC.odi16.Install" HKR,Ndi\Install,"32 Bit",,"FastNIC.odi32.Install" ; Remove section HKR,Ndi\Remove,"16 Bit",,"FastNIC.odi16.Remove" ; ODI 16 Bit info HKR,"ODI\16 Bit",ModulePath,,"%24%%DRIVER_32_PATH%" HKR,"ODI\16 Bit",Modules,,"LSLC32.NLM,PC32MLID.LAN" HKR,"ODI\16 Bit",DriverPath,,"%24%%DRIVER_16_PATH%" HKR,"ODI\16 Bit",NetcfgPath,,"%24%%DRIVER_16_PATH%" HKR,"ODI\16 Bit",NetcfgFileName,,"net.cfg" HKR,"ODI\16 Bit",FileName,,"FastNIC.com" HKR,"ODI\16 Bit",LinkDriver,,"FastNIC" ; ODI 32 Bit Info HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%" HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,ETHERTSM.NLM" HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%" HKR,"ODI\32 Bit",FileName,,"FastNIC.lan" ;**************************************************************************** ; Install Section ;**************************************************************************** [FastNIC.odi16.Install] CopyFiles=FastNIC.odi16.CopyFiles UpdateAutoBat=FastNIC.odi16.autobat [FastNIC.odi32.Install] CopyFiles=FastNIC.odi32.CopyFiles UpdateAutoBat=FastNIC.odi32.autobat [FastNIC.odi16.autobat] CmdDelete=LSL CmdDelete=NE1500T CmdDelete=ODIHLP CmdAdd=LSL.COM, "-c=%24%%DRIVER_16_PATH%NET.CFG" CmdAdd=N16ODI.COM CmdAdd=NESL.COM CmdAdd=FastNIC.com [FastNIC.odi32.autobat] CmdDelete=LSL CmdDelete=N16ODI CmdDelete=NESL CmdDelete=FastNIC CmdDelete=ODIHLP ;**************************************************************************** ; Remove Section ;**************************************************************************** [FastNIC.odi16.Remove] UpdateAutoBat=odi16.AutoBatRemove [odi16.AutoBatRemove] CmdDelete=LSL CmdDelete=N16ODI CmdDelete=NESL CmdDelete=FastNIC ;**************************************************************************** ; Common Params ;**************************************************************************** [FastNIC.pci.reg] ; General Ethernet Frame-Type params ;------------------------------------ ; First Logical Board ;--------------------- HKR,Ndi\params\Frame1,ParamDesc,,"1. Frame Type" HKR,Ndi\params\Frame1,default,,1 HKR,Ndi\params\Frame1,type,,enum HKR,Ndi\params\Frame1,optional,,0 HKR,Ndi\params\Frame1\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame1\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame1\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame1\enum,4,,"Ethernet_802.3" ; Second Logical Board ;---------------------- HKR,Ndi\params\Frame2,ParamDesc,,"2. Frame Type" HKR,Ndi\params\Frame2,default,,2 HKR,Ndi\params\Frame2,type,,enum HKR,Ndi\params\Frame2,optional,,0 HKR,Ndi\params\Frame2\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame2\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame2\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame2\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame2\enum,5,,"Not used" ; Third Logical Board ;--------------------- HKR,Ndi\params\Frame3,ParamDesc,,"3. Frame Type" HKR,Ndi\params\Frame3,default,,3 HKR,Ndi\params\Frame3,type,,enum HKR,Ndi\params\Frame3,optional,,0 HKR,Ndi\params\Frame3\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame3\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame3\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame3\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame3\enum,5,,"Not used" ; Fourth Logical Board ;---------------------- HKR,Ndi\params\Frame4,ParamDesc,,"4. Frame Type" HKR,Ndi\params\Frame4,default,,4 HKR,Ndi\params\Frame4,type,,enum HKR,Ndi\params\Frame4,optional,,0 HKR,Ndi\params\Frame4\enum,1,,"Ethernet_802.2" HKR,Ndi\params\Frame4\enum,2,,"Ethernet_SNAP" HKR,Ndi\params\Frame4\enum,3,,"Ethernet_II" HKR,Ndi\params\Frame4\enum,4,,"Ethernet_802.3" HKR,Ndi\params\Frame4\enum,5,,"Not used" ; Node Address Override ;----------------------- HKR,Ndi\params\"Node Address",ParamDesc,,"Node Address Override" HKR,Ndi\params\"Node Address",type,,edit HKR,Ndi\params\"Node Address",LimitText,,18 HKR,Ndi\params\"Node Address",UpperCase,,1 HKR,Ndi\params\"Node Address",default,,"" HKR,Ndi\params\"Node Address",flag,1,20,00,00,00 HKR,Ndi\params\"Node Address",optional,,1 ; PCI Slot Number ;----------------- HKR,Ndi\params\Slot,ParamDesc,,"Slot" HKR,Ndi\params\Slot,default,,1 HKR,Ndi\params\Slot,type,,int HKR,Ndi\params\Slot,min,,1 HKR,Ndi\params\Slot,max,,65535 HKR,Ndi\params\Slot,step,,1 HKR,Ndi\params\Slot,optional,,1 HKR,Ndi\params\Slot,HIN,,## ;HKR,Ndi\params\Slot,flag,1,20,00,00,00 ; AutoDetect Media ;------------------ HKR,Ndi\params\AUTO,ParamDesc,,"AutoDetect Media" HKR,Ndi\params\AUTO,default,,1 HKR,Ndi\params\AUTO,type,,enum HKR,Ndi\params\AUTO\enum,1,,"ON" HKR,Ndi\params\AUTO,flag,1,20,00,00,00 HKR,Ndi\params\AUTO,optional,,1 ; 100BaseTx Full-Duplex Connection ;---------------------------------- HKR,Ndi\params\100-FD,ParamDesc,,"100BaseTx Full-Duplex" HKR,Ndi\params\100-FD,default,,1 HKR,Ndi\params\100-FD,type,,enum HKR,Ndi\params\100-FD\enum,1,,"ON" HKR,Ndi\params\100-FD,flag,1,20,00,00,00 HKR,Ndi\params\100-FD,optional,,1 ; 100BaseTx Half-Duplex Connection ;---------------------------------- HKR,Ndi\params\100-HD,ParamDesc,,"100BaseTx Half-Duplex" HKR,Ndi\params\100-HD,default,,1 HKR,Ndi\params\100-HD,type,,enum HKR,Ndi\params\100-HD\enum,1,,"ON" HKR,Ndi\params\100-HD,flag,1,20,00,00,00 HKR,Ndi\params\100-HD,optional,,1 ; 10BaseT Full-Duplex Connection ;-------------------------------- HKR,Ndi\params\10-FD,ParamDesc,,"10BaseT Full-Duplex" HKR,Ndi\params\10-FD,default,,1 HKR,Ndi\params\10-FD,type,,enum HKR,Ndi\params\10-FD\enum,1,,"ON" HKR,Ndi\params\10-FD,flag,1,20,00,00,00 HKR,Ndi\params\10-FD,optional,,1 ; 10BaseT Half-Duplex Connection ;-------------------------------- HKR,Ndi\params\10-HD,ParamDesc,,"10BaseT Half-Duplex" HKR,Ndi\params\10-HD,default,,1 HKR,Ndi\params\10-HD,type,,enum HKR,Ndi\params\10-HD\enum,1,,"ON" HKR,Ndi\params\10-HD,flag,1,20,00,00,00 HKR,Ndi\params\10-HD,optional,,1 ; Help section HKR,Ndi,HelpText,,%ODIMLID_HELP% ;**************************************************************************** ; File to be copied ;**************************************************************************** [FastNIC.odi32.CopyFiles] FastNIC.lan [FastNIC.odi16.CopyFiles] FastNIC.com LSL.com,,,5 N16ODI.COM,,,5 NESL.COM,,,5 ;LSL.msg,,,5 ;NESL.msg,,,5 ;**************************************************************************** ; Source Disk Names & Source Disk Files ;**************************************************************************** [SourceDisksNames] 50 = "PCI 10/100 Fast Ethernet Adapter Driver Diskette","",0 [SourceDisksFiles] FastNIC.lan = 50,,10000 FastNIC.COM = 50,,10000 LSL.COM = 50 N16ODI.COM = 50 NESL.COM = 50 ;LSL.msg = 50 ;NESL.msg = 50 ;**************************************************************************** ; Destination Directories ;**************************************************************************** [DestinatioNdirs] DefaultDestDir = 11 ; LDID_SYS FastNIC.odi32.CopyFiles = 24,novell\client32 FastNIC.odi16.CopyFiles = 24,novell\nwclient ;**************************************************************************** ; Localizable Strings ;**************************************************************************** [strings] ; Provider V_N="Novell" ; Manufacturers V_FastNIC="FastNIC" ;Paths to drivers DRIVER_32_PATH="novell\client32\" DRIVER_16_PATH="novell\nwclient\" ; FastNIC PCI Devices PCI\VEN_1317&DEV_0981.DeviceDesc="PCI 10/100 Fast Ethernet Adapter (32-Bit ODI)" PCI\VEN_1317&DEV_0985.DeviceDesc="PCI 10/100 Fast Ethernet Adapter (32-Bit ODI)" PCI\VEN_1317&DEV_1985.DeviceDesc="PCI 10/100 Fast Ethernet Adapter (32-Bit ODI)" ; Context help ODIMLID_HELP="The FastNIC ODI Driver supports either 16-bits or 32-bits networking components."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.