netsmctr.inf Driver File Contents (polaroidpdc3035driver.zip)

; NETSMC.INX
;
; SMC Network Interface Cards.
;
; Copyright 1994-1995, Microsoft Corporation

[version]
CatalogFile=netsmctr.cat
LayoutFile= Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Net
ClassGUID={4d36e972-e325-11ce-bfc1-08002be10318}
provider=%V_MS%

[Manufacturer]
%V_SMC%=SMC

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

;****************************************************************************
; SMC TokenCard Elite 
;****************************************************************************
[*PNP8325.ndi]
AddReg=*PNP8325.ndi.reg,SMC8100.ndi.reg,SMC8100.resources
LogConfig=*pnp8325.LogConfig

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

[*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

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

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

;****************************************************************************
; SMC8100 Driver
;****************************************************************************
[SMC8100.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,SMC8100W.vxd
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"SMC8100W"
HKR,NDIS,MajorNdisVersion,HEX,03
HKR,NDIS,MinorNdisVersion,HEX,0A
HKR,NDIS\NDIS2,DriverName,,"SMC8100$"
HKR,NDIS\NDIS2,FileName,,"smc8100.dos"
HKR,NDIS\ODI,DriverName,,"smc8100"
HKR,NDIS\ODI,FileName,,"smc8100.com"

; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"tokenring"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
HKR,Ndi\Interfaces,LowerRange,,"tokenring"

; Install sections
HKR,Ndi\Install,ndis3,,"SMC8100.ndis3"
HKR,Ndi\Install,ndis2,,"SMC8100.ndis2"
;HKR,Ndi\Install,odi,,"smc8100.odi"

; NetworkAddress
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,20,00,00,00
HKR,Ndi\params\NetworkAddress,optional,,1


; Install NDIS3
[SMC8100.ndis3]
CopyFiles=SMC8100.ndis3.CopyFiles
[SMC8100.ndis3.CopyFiles]
smc8100w.vxd

; Install NDIS2
[SMC8100.ndis2]
CopyFiles=SMC8100.ndis2.CopyFiles
[SMC8100.ndis2.CopyFiles]
SMC8100.dos

; Install ODI
[smc8100.odi]
CopyFiles=smc8100.odi.CopyFiles
[smc8100.odi.CopyFiles]
smc8100.com

[SMC8100.resources]
; Resources
HKR,,Irq,1,04,00,00,00
HKR,,IOBase,1,02,00,00,00
HKR,,RamAddress,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\IOBase,resc,1,02,00,00,00
HKR,NDI\params\IOBase,ParamDesc,,"I/O Base Address"
HKR,NDI\params\IOBase,flag,1,20,00,00,00
HKR,NDI\params\RamAddress,resc,1,01,00,00,00
HKR,NDI\params\RamAddress,ParamDesc,,"Memory Base Address"
HKR,NDI\params\RamAddress,flag,1,20,00,00,00
HKR,NDI\params\RamAddress,paragraph,,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

;****************************************************************************
; Destination Directories
;****************************************************************************
[DestinationDirs]
DefaultDestDir             =11 ; LDID_SYS
SMC8100.ndis3.CopyFiles     =11 ; LDID_SYS
smc8100.odi.CopyFiles      =26 ; LDID_WINBOOT
SMC8100.ndis2.CopyFiles     =26 ; LDID_WINBOOT

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_SMC="SMC"

; PNP Devices for SMC
*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: web3, load: 2.83