SMC8100.INF Driver File Contents (client32.zip)

; ODISMCTR.INF
;
; SMC Network Interface Cards.
;
; Copyright 1995, Novell Inc.

;***********************************************************************
;*   Version Section                                                   *
;***********************************************************************
[version]
Layoutfile=nllayout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_N%

;***********************************************************************
;*    Manufacturer Section                                             *
;***********************************************************************
[Manufacturer]
%V_SMC%=SMC

;***********************************************************************
;*    Manufacture Name section                                         *
;***********************************************************************
[SMC]
%*pnp8325.DeviceDesc%=*pnp8325.ndi, *pnp8325 	;SMC TokenCard Elite (8115T)
%mca_6ec6.DeviceDesc%=mca_6ec6.ndi, mca_6ec6 ;SMC TokenCard Elite/A (8115T/A)

;***********************************************************************
;*   INF Install Section                                               *
;***********************************************************************
;****************************************************************************
; SMC TokenCard Elite 
;****************************************************************************
[*PNP8325.ndi]
AddReg=*PNP8325.ndi.reg,SMC8100.ndi.reg,SMC8100.resources,ODI.Common.TOKENCFG.reg
LogConfig=*pnp8325.LogConfig

[*PNP8325.ndi.reg]
HKR,Ndi,DeviceID,,"*pnp8325"

;****************************************************************************
; SMC TokenCard Elite/A
;****************************************************************************
[mca_6ec6.ndi]
AddReg=mca_6ec6.ndi.reg,SMC8100.ndi.reg,Slot,ODI.Common.TOKENCFG.reg

[mca_6ec6.ndi.reg]
HKR,Ndi,DeviceID,,"mca_6ec6"

;***********************************************************************
;*      Added Registry                                                 *
;***********************************************************************
;****************************************************************************
; SMC8100 Driver
;****************************************************************************
[SMC8100.ndi.reg]
HKR,,DevLoader,,*odiload
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
HKR,Ndi,NdiInstaller,,"odipage.dll,OdiNdiProc"

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"odinsup,NovellODI32"
HKR,Ndi\Interfaces,UpperRange,,"odinsup,NovellODI32"
HKR,Ndi\Interfaces,DefLower,,"tokenring"
HKR,Ndi\Interfaces,LowerRange,,"tokenring"

; Install sections
HKR,Ndi\Install,"16 Bit",,"smc8100.ODI16.install"
HKR,Ndi\Install,"32 Bit",,"smc8100.ODI32.install"

; Remove section
HKR,Ndi\Remove,"16 Bit",,"smc8100.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,,"smc8100.com"
HKR,"ODI\16 Bit",NetcfgPath,,"%24%%DRIVER_16_PATH%"
HKR,"ODI\16 Bit",NetcfgFileName,,"Net.cfg"
HKR,"ODI\16 Bit",LinkDriver,,"SMC8100"

; ODI 32 Bit Info
HKR,"ODI\32 Bit",ModulePath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",Modules,,"LSLC32.NLM,CMSM.NLM,TOKENTSM.NLM"
HKR,"ODI\32 Bit",DriverPath,,"%24%%DRIVER_32_PATH%"
HKR,"ODI\32 Bit",FileName,,"smc8100.lan"
;HKR,Ndi\Install,odi,,"smc8100.odi"

; "Node Address"
HKR,NDI\params\"Node Address",ParamDesc,,"Node Address"
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

[Slot]
;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,30,00,00,00

;***********************************************************************
;*     .LogConfig Section                                              *
;***********************************************************************
;****************************************************************************
; SMC TokenCard Elite 
;****************************************************************************
[*pnp8325.LogConfig]
IOConfig=20@200-3FF%FFE0(3FF::)
IRQConfig=3,4,5,6,7,8,9,10,11,12,13,14,15
MemConfig=4000@C0000-EFFFF%FFFFC000
ConfigPriority=HARDRECONFIG

;***********************************************************************
;*     Install section                                                 *
;***********************************************************************
; Install ODI 16
;***********************************************************************
[smc8100.ODI16.install]
CopyFiles=smc8100.ODI16.CopyFiles
UpdateAutoBat=smc8100.ODI16.autobat

[smc8100.ODI16.autobat]
CmdAdd=LSL.COM, "-c=%24%%DRIVER_16_PATH%NET.CFG"
CmdAdd=NESL.COM
CmdAdd=ROUTE.COM
CmdAdd=smc8100.com

;***********************************************************************
; Install ODI 32
;***********************************************************************
;***********************************************************************
;  smc8100 adapter
[smc8100.ODI32.install]
CopyFiles=smc8100.ODI32.CopyFiles
UpdateAutoBat=smc8100.ODI32.autobat

[smc8100.ODI32.autobat]
CmdDelete=LSL
CmdDelete=NESL
CmdDelete=ROUTE
CmdDelete=smc8100

;***********************************************************************
;*     remove sections                                                 *
;***********************************************************************
;***********************************************************************
; smc8100 adapter
[smc8100.ODI16.Remove]
UpdateAutoBat=smc8100.ODI16.AutoBatRemove

[smc8100.ODI16.AutoBatRemove]
CmdDelete=LSL
CmdDelete=NESL
CmdDelete=ROUTE
CmdDelete=smc8100          ;.com

;***********************************************************************
;*    Param Section                                                    *
;***********************************************************************
;****************************************************************************
;	general token-ring params
;****************************************************************************
[ODI.Common.TOKENCFG.reg]
; First Logical Board
HKR,Ndi\params\Frame1,ParamDesc,,"1. Frame Type"
HKR,Ndi\params\Frame1,default,,2
HKR,Ndi\params\Frame1,type,,enum
HKR,Ndi\params\Frame1,optional,,0
HKR,Ndi\params\Frame1\enum,1,,"Token-Ring LSB"
HKR,Ndi\params\Frame1\enum,2,,"Token-Ring MSB"
HKR,Ndi\params\Frame1\enum,3,,"Token-Ring_SNAP LSB"
HKR,Ndi\params\Frame1\enum,4,,"Token-Ring_SNAP MSB"

;Second Logical Board
HKR,Ndi\params\Frame2,ParamDesc,,"2. Frame Type"
HKR,Ndi\params\Frame2,default,,4
HKR,Ndi\params\Frame2,type,,enum
HKR,Ndi\params\Frame2,optional,,0
HKR,Ndi\params\Frame2\enum,1,,"Token-Ring LSB"
HKR,Ndi\params\Frame2\enum,2,,"Token-Ring MSB"
HKR,Ndi\params\Frame2\enum,3,,"Token-Ring_SNAP LSB"
HKR,Ndi\params\Frame2\enum,4,,"Token-Ring_SNAP MSB"
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

HKR,Ndi,HelpText,,%ODIMLID_HELP%

;***********************************************************************
;*    Resource Section                                                 *
;***********************************************************************
[SMC8100.resources]
; Resources
HKR,,Irq,1,04,00,00,00
HKR,,Port,1,02,00,00,00
HKR,,MEM,1,01,00,00,00
HKR,NDI\params\Irq,resc,1,04,00,00,00
HKR,NDI\params\Irq,ParamDesc,,"Interrupt Level"
HKR,NDI\params\Irq,flag,1,20,00,00,00
HKR,NDI\params\Port,resc,1,02,00,00,00
HKR,NDI\params\Port,ParamDesc,,"I/O Port Address"
HKR,NDI\params\Port,flag,1,20,00,00,00
HKR,NDI\params\MEM,resc,1,01,00,00,00
HKR,NDI\params\MEM,ParamDesc,,"Memory Base Address"
HKR,NDI\params\MEM,flag,1,20,00,00,00
HKR,NDI\params\MEM,paragraph,,1

;***********************************************************************
;*   Copy file sections                                                *
;***********************************************************************
; Install ODI 16
;***********************************************************************

;***********************************************************************
;  smc8100 adapter
[smc8100.ODI16.CopyFiles]
smc8100.com,,,5
lsl.com,,,5
nesl.com,,,5
ROUTE.com,,,5
;LSL.msg,,,5
;NESL.msg,,,5

;***********************************************************************
; Install ODI 32
;***********************************************************************

;***********************************************************************
;  smc8100 adapter
[smc8100.ODI32.CopyFiles]
smc8100.lan,,,5


;***********************************************************************
;*   Destination Directories                                           *
;***********************************************************************
[DestinationDirs]
DefaultDestDir           =11 ; LDID_SYS
smc8100.ODI16.CopyFiles     =24,novell\nwclient
smc8100.ODI32.CopyFiles     =24,novell\client32

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

; Driver Paths 
DRIVER_16_PATH="novell\nwclient\"
DRIVER_32_PATH="novell\client32\"

; Context help
ODIMLID_HELP="The Novell ODI driver enables you to use either 16-Bit or 32-Bit networking components."

; PNP Devices
*pnp8325.DeviceDesc="SMC TokenCard PLUS (8115T)"
mca_6ec6.DeviceDesc="SMC TokenCard Elite/A (8115T/A)"

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: web5, load: 1.54