NETSMCP.INF Driver File Contents (SMC_EtherPWR.zip)

; NETSMC.INF - Win95 driver installation file for SMCPWR PCI Ethernet driver
;
; Supports:
;           SMC 8432  PCI Ethernet adapter
;           SMC 8434  PCI Ethernet adapter
;           SMC 9332  PCI Fast Ethernet adapter
;
; Copyright 1993-1994, Digital Equipment Corporation
;

[version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_MS%

[Manufacturer]
%V_SMC%=SMC

[SMC]
%SMC8432.DeviceDesc%=smc8432.ndi, PCI\VEN_1011&DEV_0002  ;DECchip 21040
%SMC8434.DeviceDesc%=smc8434.ndi, PCI\VEN_1011&DEV_0002  ;DECchip 21040 
%SMC9332.DeviceDesc%=smc9332.ndi, PCI\VEN_1011&DEV_0009  ;DECchip 21140 

[smc8432.ndi]
AddReg=21040.ndi.reg,21x4.ndi.reg,p21x4.ndi.reg,smc8432.ndi.reg
[smc8434.ndi]
AddReg=21040.ndi.reg,21x4.ndi.reg,p21x4.ndi.reg,smc8434.ndi.reg
[smc9332.ndi]
AddReg=21140.ndi.reg,21x4.ndi.reg,p21x4.ndi.reg,smc9332.ndi.reg

;***************************************************************************

[21040.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0002"
HKR,,AdapterCFID,,00021011

[21041.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0014"
HKR,,AdapterCFID,,00141011

[21140.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_1011&DEV_0009"
HKR,,AdapterCFID,,00091011


;****************************************************************************
; Driver parameters
;****************************************************************************

[21x4.ndi.reg]
; key,subkey,valuname,type,value
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,smcpwrw.vxd
; NDIS Info
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A
HKR,NDIS,LogDriverName,,"SMCPWRW"
HKR,NDIS\NDIS2,DriverName,,"SMCPWRW$"
HKR,NDIS\NDIS2,FileName,,"smcpwrw.dos"
;HKR,NDIS\ODI,DriverName,,"SMCPWRW"
;HKR,NDIS\ODI,FileName,,"smcpwrw.com"

; Interfaces
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi\Interfaces,DefUpper,,"ndis2,ndis3"
HKR,Ndi\Interfaces,UpperRange,,"ndis2,ndis3,odi"
; Install sections
HKR,Ndi\Install,ndis3,,"dc21x4.ndis3"
HKR,Ndi\Install,ndis2,,"dc21x4.ndis2"
;HKR,Ndi\Install,odi,,"dc21x4.odi" 

;params
HKR,,MediaType,,1

;****************************************************************************
; PCI common parameters
;****************************************************************************

[p21x4.ndi.reg]
;params
HKR,,AdapterType,,5
HKR,,BusType,,5
;BurstLength
HKR,Ndi\params\BurstLength,ParamDesc,,"Burst Length"
HKR,Ndi\params\BurstLength,default,,8
HKR,Ndi\params\BurstLength,type,,enum
HKR,Ndi\params\BurstLength\enum,1,,"1 DWORD"
HKR,Ndi\params\BurstLength\enum,2,,"2 DWORDS"
HKR,Ndi\params\BurstLength\enum,4,,"4 DWORDS"
HKR,Ndi\params\BurstLength\enum,8,,"8 DWORDS"
HKR,Ndi\params\BurstLength\enum,10,,"16 DWORDS"
HKR,Ndi\params\BurstLength\enum,20,,"32 DWORDS"
HKR,NDI\params\BurstLength,flag,1,20,00,00,00
;Receive buffers
HKR,Ndi\params\ReceiveBuffers,ParamDesc,,"Receive Buffers"
HKR,Ndi\params\ReceiveBuffers,default,,10
HKR,Ndi\params\ReceiveBuffers,type,,enum
HKR,Ndi\params\ReceiveBuffers\enum,8,," 8"
HKR,Ndi\params\ReceiveBuffers\enum,10,,"16"
HKR,Ndi\params\ReceiveBuffers\enum,20,,"32"
HKR,Ndi\params\ReceiveBuffers\enum,30,,"48"
HKR,Ndi\params\ReceiveBuffers\enum,40,,"64"
HKR,NDI\params\ReceiveBuffers,flag,1,20,00,00,00


;****************************************************************************
; Device specific parameters
;****************************************************************************

[smc8432.ndi.reg]
;DataRate
HKR,Ndi\params\DataRate,ParamDesc,,"Data Rate"
HKR,Ndi\params\DataRate,default,,0
HKR,Ndi\params\DataRate,type,,enum
HKR,Ndi\params\DataRate\enum,0,,"AutoDetect"
HKR,Ndi\params\DataRate\enum,2,,"Twisted_Pair"
HKR,Ndi\params\DataRate\enum,3,,"TP Full_Duplex"
HKR,Ndi\params\DataRate\enum,4,,"TP No_Link_Test"
HKR,Ndi\params\DataRate\enum,1,,"BNC (10Base2)"
HKR,Ndi\params\DataRate\enum,5,,"AUI (10Base5)"
HKR,NDI\params\DataRate,flag,1,20,00,00,00

[smc8434.ndi.reg]
;DataRate
HKR,Ndi\params\DataRate,ParamDesc,,"Data Rate"
HKR,Ndi\params\DataRate,default,,2
HKR,Ndi\params\DataRate,type,,enum
HKR,Ndi\params\DataRate\enum,2,,"Twisted_Pair"
HKR,Ndi\params\DataRate\enum,3,,"TP Full_Duplex"
HKR,Ndi\params\DataRate\enum,4,,"TP No_Link_Test"
HKR,NDI\params\DataRate,flag,1,20,00,00,00

[smc9332.ndi.reg]
;DataRate
HKR,Ndi\params\DataRate,ParamDesc,,"Data Rate"
HKR,Ndi\params\DataRate,default,,0
HKR,Ndi\params\DataRate,type,,enum
HKR,Ndi\params\DataRate\enum,8,,"100Mbps"
HKR,Ndi\params\DataRate\enum,9,,"100Mbps Full_Duplex"
HKR,Ndi\params\DataRate\enum,2,,"10Mbps"
HKR,NDI\params\DataRate,flag,1,20,00,00,00


;****************************************************************************
; Drivers
;****************************************************************************

; Install NDIS3
[dc21x4.ndis3]
CopyFiles=dc21x4.ndis3.CopyFiles

[dc21x4.ndis3.CopyFiles]
smcpwrw.vxd

; Install NDIS2
[dc21x4.ndis2]
CopyFiles=dc21x4.ndis2.CopyFiles

[dc21x4.ndis2.CopyFiles]
smcpwrw.dos

; Install ODI
[dc21x4.odi]
CopyFiles=dc21x4.odi.CopyFiles

[dc21x4.odi.CopyFiles]
smcpwrw.com

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

[SourceDisksNames]
50="SMCPWR Driver kit","",0

[SourceDisksFiles]
smcpwrw.vxd=50,,10000
smcpwrw.dos=50,,10000
;smcpwrw.com=50,,10000

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_MS="Microsoft"
; Manufacturers
V_SMC="Standard Microsystems Corporation"

; PNP Devices
8432.DeviceDesc=    "SMC 8432 EtherPower PCI Adapter"
8434.DeviceDesc=    "SMC 8434 EtherPower2 PCI Adapter"
9332.DeviceDesc=    "SMC 9332 EtherPower10/100 PCI Adapter"



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: 0.56