Metropoli BBS
VIEWER: en155mid.inf MODE: TEXT (ASCII)
;
; This is an .INF file template for ATM drivers. This may be a stand 
; alone .INF or the ATM information can be placed in an existing
; .INF file.  Replace <> with the apropriate information, such as
; the company name, device, or the driver name.
;
;
; EN155MID.INF
;
; Efficient ATM Network Interface Cards.
;
; VeRsIoN=1.00 Efficient Windows 95 INF file: EN155MID.INF.
; CoPyRiGhT=(c) Copyright 1997, by Efficient. All rights reserved.

[version]
InfVersion=00.01.00
signature=$CHICAGO$
Class=Net
provider=%V_N%
Layoutfile=nllayout.inf

;****************************************************************************
;	Manufacturer Section
;****************************************************************************
[Manufacturer]
%V_EFFICIENT%=EFFICIENT

;****************************************************************************
;	Manufacturer Name Section
;****************************************************************************
[Efficient]
;
; Add device and hardware type information
;
%DEV_0002.DeviceDesc%=DEV_0002.Ndi,    PCI\VEN_111A&Dev_0002 ; EFFICIENT PCI ATM

;****************************************************************************
;	INF INSTALL SECTION
;****************************************************************************
;****************************************************************************
;  EISA/PCI ODI ATM Adapters
;****************************************************************************
[DEV_0002.Ndi]
AddReg=DEV_0002.Ndi.reg, ATMLEC.Ndi.reg, ATMLEC.params.reg

;****************************************************************************
;	Driver specific .REG  (Add to Registery Section)
;****************************************************************************
[DEV_0002.Ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN111A&Dev_0002"
HKR,NDI,CardType,,"PNP"
HKR,Ndi\Install,"32 Bit",,"en155mid.ODI32.Install"
HKR,"ODI\32 Bit",FileName,,"en155mid.lan"

;****************************************************************************
; ATMLEC Drivers  (ASM, C, DOS ODI)
; Base section for All ATMLEC users
;****************************************************************************
[ATMLEC.Ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*odiload
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; Ndi section
HKR,Ndi,NdiInstaller,,"atmlec.dll,AtmLecNdiProc"

; Upper Interfaces
HKR,Ndi\Interfaces,DefUpper,,"odinsup,NovellODI32"
HKR,Ndi\Interfaces,UpperRange,,"odinsup,NovellODI32"

; Lower Interfaces
; Tokenring must be first in the list for sroute to work.
HKR,Ndi\Interfaces,DefLower,,"tokenring,ethernet"
HKR,Ndi\Interfaces,LowerRange,,"tokenring,ethernet"

; Help section
HKR,Ndi,HelpText,,%ODIMLID_HELP%

; ODI 32 Bit Info
HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,ETHERTSM.NLM,TOKENTSM.NLM,PARSER.NLM,ATMTSM.NLM"
HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%"

;****************************************************************************
;	params
;****************************************************************************
[ATMLEC.params.reg]
; Adapter board name
HKR,Ndi\params\Name,ParamDesc,,"Logical board name used for binding."
HKR,Ndi\params\Name,type,,edit
HKR,Ndi\params\Name,default,,"ATM1"
HKR,Ndi\params\Name,optional,,0

;****************************************************************************
;	Install Section
;****************************************************************************
[en155mid.ODI32.Install]
CopyFiles=en155mid.ODI32.CopyFiles, Atmlec.INF.CopyFiles, Atmlec.System.CopyFiles, Atmlec.Common.CopyFiles

;****************************************************************************
; File to be copied
;****************************************************************************
[en155mid.ODI32.CopyFiles]
en155mid.lan,,,5

[Atmlec.INF.CopyFiles]
en155mid.inf,,,5
odinsup.inf,,,5
nwlayout.inf,,,5
nllayout.inf,,,5

[Atmlec.System.CopyFiles]
atmlec.dll,,,5
odipage.dll,,,5

[Atmlec.Common.CopyFiles]
atmtsm.nlm,,,5
parser.nlm,,,5
atmelec.lan,,,5
atmtrlec.lan,,,5

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinatioNdirs]
DefaultDestDir                 =11 ; LDID_SYS
Atmlec.Common.CopyFiles        =24,novell\client32
en155mid.ODI32.CopyFiles       =24,novell\client32
Atmlec.INF.CopyFiles           =17 ; LDID_INF
Atmlec.System.CopyFiles        =11

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_N=" Novell"

; Manufacturers
V_EFFICIENT="Efficient"

;Paths to drivers
DRIVER_32_PATH="novell\client32\"

DSK_ATM="ATM LAN driver disk"

; ATM PNP Devices
DEV_0002.DeviceDesc="Efficient PCI ATM Adapter"

; Context help
ODIMLID_HELP="The Novell ODI ATM driver enables you to emulate a LAN client."
[ RETURN TO DIRECTORY ]