------------------- ODICABLE.INF follows --------------------
; ODICABLE.INF
;
; CABLETRON Network Interface Cards.
;
; Copyright 1993, Microsoft Corporation
; Copyright 1995, Cabletron Systems, Inc.
; F70N4X Cabletron F70XX FDDI Adapter
[version]
Layoutfile=nllayout.inf
InfVersion=00.01.00
signature=$CHICAGO$
Class=Net
provider=%V_CT%
;****************************************************************************
; Manufacturer Section
;****************************************************************************
[Manufacturer]
%V_CABLE%=CABLE
;****************************************************************************
; Manufacturer Name Section
;****************************************************************************
[CABLE]
%*CSI0690.DeviceDesc%=*CSI0690.Ndi, *CSI0690 ; F70N4X FDDI Network Adapter
;****************************************************************************
; INF INSTALL SECTION
;****************************************************************************
;****************************************************************************
; *CSI0690 F70N4X FDDI (C, DOS ODI)
;****************************************************************************
[*CSI0690.Ndi]
AddReg=*CSI0690.Ndi.reg,F70N4X.Ndi.reg, F70N4X.params.reg, ODI.Common.CFG.reg
;****************************************************************************
; .REG (Add to Registery Section)
;****************************************************************************
[*CSI0690.Ndi.reg]
HKR,Ndi,DeviceID,,"*CSI0690"
;****************************************************************************
; F70N4X Drivers (ASM, C, DOS ODI)
; Base section for All F70N4X users
;****************************************************************************
[F70N4X.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,,"FDDI"
HKR,Ndi\Interfaces,LowerRange,,"FDDI"
; Install section
HKR,Ndi\Install,"16 Bit",,"F70ODI.ODI16.Install"
HKR,Ndi\Install,"32 Bit",,"F70N4X.ODI32.Install"
; Remove section
HKR,Ndi\Remove,"16 Bit",,"F70N4X.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",FileName,,"F70ODI.com"
HKR,"ODI\16 Bit",NetcfgPath,,"%24%%DRIVER_16_PATH%"
HKR,"ODI\16 Bit","NetcfgFileName",,"Net.cfg"
HKR,"ODI\16 Bit","LinkDriver",,"F70ODI"
; ODI 32 Bit Info
HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,FDDITSM.NLM"
HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",FileName,,"F70N4X.lan"
;****************************************************************************
; general FDDI Frame-Type params
;****************************************************************************
[ODI.Common.CFG.reg]
; 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,,"FDDI_802.2"
HKR,Ndi\params\Frame1\enum,2,,"FDDI_SNAP"
;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,,"FDDI_802.2"
HKR,Ndi\params\Frame2\enum,2,,"FDDI_SNAP"
HKR,Ndi\params\Frame2\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
; Bus Name
;HKR,Ndi\params\"BUS",ParamDesc,,"Bus Name"
;HKR,Ndi\params\"BUS",type,,edit
;HKR,Ndi\params\"BUS",LimitText,,32
;HKR,Ndi\params\"BUS",UpperCase,,1
;HKR,Ndi\params\"BUS",default,,""
;HKR,Ndi\params\"BUS",optional,,1
; Help section
HKR,Ndi,HelpText,,%ODIMLID_HELP%
;****************************************************************************
; Install Section
;****************************************************************************
[F70N4X.ODI16.Install]
CopyFiles=F70N4X.ODI16.CopyFiles
UpdateAutoBat=F70N4X.ODI16.autobat
[F70N4X.ODI32.Install]
CopyFiles=F70N4X.ODI32.CopyFiles
UpdateAutoBat=F70N4X.ODI32.autobat
;****************************************************************************
; Update Autoexec.bat file
;****************************************************************************
[F70N4X.ODI16.autobat]
CmdDelete=LSL
CmdDelete=N16ODI
CmdDelete=NESL
CmdDelete=F70N4X
CmdDelete=ODIHLP
CmdAdd=LSL.COM, "-c=%24%%DRIVER_16_PATH%NET.CFG"
CmdAdd=N16ODI.COM
CmdAdd=NESL.COM
CmdAdd=F70ODI.COM
[F70N4X.ODI32.autobat]
CmdDelete=LSL
CmdDelete=N16ODI
CmdDelete=NESL
CmdDelete=F70ODI
CmdDelete=ODIHLP
;****************************************************************************
; Remove Section
;****************************************************************************
[F70N4X.ODI16.Remove]
UpdateAutoBat=ODI.16.AutoBatRemove
[ODI.16.AutoBatRemove]
;Look for these commands without an extension.
CmdDelete=LSL
CmdDelete=N16ODI
CmdDelete=NESL
CmdDelete=F70ODI
;****************************************************************************
; params
;****************************************************************************
[F70N4X.params.reg]
;HKR,Ndi\params\Poll,ParamDesc,,"Polling Flag"
;HKR,Ndi\params\Poll,type,,int
;HKR,Ndi\params\Poll,default,,1
;HKR,Ndi\params\Poll,optional,,1
; Adapter Slot Number
HKR,Ndi\params\Slot,ParamDesc,,"Adapter Slot Number"
HKR,Ndi\params\Slot,type,,int
HKR,Ndi\params\Slot,default,,1
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,,""
;****************************************************************************
; File to be copied
;****************************************************************************
[F70N4X.ODI32.CopyFiles]
F70N4X.LAN,,,5
;SMT.BIN,,,5
[F70N4X.ODI16.CopyFiles]
F70ODI.com,,,5
LSL.com,,,5
N16ODI.COM,,,5
nesl.com,,,5
;LSL.msg,,,5
;NESL.msg,,,5
;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinatioNdirs]
DefaultDestDir =11 ; LDID_SYS
F70N4X.ODI32.CopyFiles =24,novell\client32
F70N4X.ODI16.CopyFiles =24,novell\nwclient
;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_CT=" Cabletron"
; Manufacturers
V_CABLE="Cabletron"
;Paths to drivers
DRIVER_32_PATH="novell\client32\"
DRIVER_16_PATH="novell\nwclient\"
; Cabletron PNP Devices
*CSI0690.DeviceDesc="Cabletron F70N4X"
; Context help
ODIMLID_HELP="The Cabletron ODI driver enables you to use 32-Bit networking
compo
nents."
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.