SMCTrLan.inf Driver File Contents (smc7401bra_1.12SP4.zip)

;

;  Copyright SMC Systems Inc. 2000 - 2001.  All rights reserved
;
;  Module Description: 
;     Win98/WinME/Win2000 installation file for the 
;     Barricade ADSL Modem
;

[Version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Author%
CatalogFile = TrN2iwc.cat
CatalogFile.NT = TrN2ikc.cat
DriverVer=04/03/2002, 1.1.6.2

[Manufacturer]
%Mfg% = SMC

[ControlFlags]
ExcludeFromSelect = SWCNX\SMC_USBNET

[SMC]
; DisplayName          Section        DeviceID
; -----------          -------        --------
%SMCTrLan.DeviceDesc%  = SMCTrLan.ndi,    SWCNX\SMC_USBNET

;-----------------------------------------------------------------------------
; Windows 9X specific entries
;

[SMCTrLan.ndi]
AddReg = SMCTrLan.id.reg, SMCTrLan.common.reg, SMCTrLan.win.reg, SMCTrLan.win.Uninstall.Reg, SMCTrLan.Devices.Reg
CopyFiles = SMCTrLan.win.CopySystemFiles
DriverVer=04/03/2002, 1.1.6.2

;-----------------------------------------------------------------------------
; Windows NT specific entries
;

[SMCTrLan.ndi.NT]
Characteristics = 0x81 ; NCF_HAS_UI | NCF_VIRTUAL
AddReg = SMCTrLan.common.reg, SMCTrLan.reg, SMCTrLan.Uninstall.Reg, SMCTrLan.Devices.Reg, SMCTrLan.Services.Reg
CopyFiles = SMCTrLan.CopyDriverFiles, SMCTrLan.CopySystemFiles

[SMCTrLan.ndi.NT.Services]
AddService = SMCTrLan, 2, SMCTrLan.Service, common.EventLog

[SMCTrLan.ndi.NT.HW]
AddReg = DriverHwAddReg

[DriverHwAddReg]

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
;
[SMCTrLan.id.reg]
HKR, Ndi, DeviceID, 0, %DeviceId%

;-----------------------------------------------------------------------------
; Win9x and NT common parameters
;
; Hex DWORD registry values do not work correctly in Win9x - use decimal

[SMCTrLan.common.reg]
HKR,,BoardName,0,%SMCTrLan.DeviceDesc%
HKR,,DebugFlag,0,"0"     
HKR,,DeviceName,0,%SMCTrLan.DeviceDesc%
HKR,,RxMaxFrameSize,0,"1500"
HKR,,RxBufAllocLimit,0,"50"
HKR,,TxMaxFrameSize,0,"1500"
HKR,,VendorDescription,0,%Vendor%
HKR,,VendorId,0,"ROK"

;-----------------------------------------------------------------------------
; Device IDs
;

[SMCTrLan.Devices.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Devices,            %DeviceId%,, %DeviceId%


;-----------------------------------------------------------------------------
; Services
;

[SMCTrLan.Services.Reg]
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Services,           SMCTrLan,, "SMCTrLan"

;-----------------------------------------------------------------------------
; SMCTrLan Uninstall NT Specific
;

[SMCTrLan.Uninstall.Reg]

; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\DRIVERS,      SMCTrLan.sys,,    "SMCTrLan.sys"

;-----------------------------------------------------------------------------
; SMCTrLan Uninstall Win9x Specific
;

[SMCTrLan.win.Uninstall.Reg]

; Driver Files
HKLM, Software\%CompanySubkey%\%ProductSubkey%\Files\SYSTEM,       SMCTrLan.sys,,    "SMCTrLan.sys"

;-----------------------------------------------------------------------------
; SMCTrLan NT specific
;

[SMCTrLan.reg]
HKR, Ndi,                       Service,    0, "SMCTrLan"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"


[SMCTrLan.Service]
DisplayName     = %SMCTrLan.Service.DispName%
ServiceType     = 1 ; SERVICE_KERNEL_DRIVER
StartType       = 3 ; SERVICE_DEMAND_START
ErrorControl    = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary   = %12%\SMCTrLan.sys
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg

[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags, 0x00010001, 0x00000001

;----------------------------------------------------------------------------
; SMCTrLan Win9x specific
;

[SMCTrLan.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "SMCTrLan.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
; memphis appears to not support the ndis5 upper range, so use ndis3
HKR, Ndi\Interfaces,DefUpper,           0, "ndis3"
HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
HKR, Ndi\Interfaces,UpperRange,         0, "ndis3"
HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"


HKR, NDIS,          LogDriverName,      0, "SMCTrLan"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A

;-----------------------------------------------------------------------------
; DestinationDirs
;
; file-list-section = dirid[,subdir]] 
;

[DestinationDirs]
DefaultDestDir = 12,
SMCTrLan.CopyDriverFiles = 12,                                     ; NT -> System32\Drivers
SMCTrLan.CopySystemFiles = 11,                                     ; NT -> System32
SMCTrLan.win.CopySystemFiles = 11,                                 ; Win9x -> System

;-----------------------------------------------------------------------------
; CopyFiles Sections
;
; destination-file-name[,source-file-name][,temporary-file-name][,flag]
;

[SMCTrLan.CopyDriverFiles]
SMCTrLan.sys,,,6

[SMCTrLan.CopySystemFiles]

[SMCTrLan.win.CopySystemFiles]
SMCTrLan.sys,,,6

;-----------------------------------------------------------------------------
; SourceDisksNames
;
;
; diskid = description[, [tagfile] [, <unused>, subdir]]
;

[SourceDisksNames]
100=%DiskName%,DISK1,,


;-----------------------------------------------------------------------------
; SourceDisksFiles
;
; filename = diskid[,[ subdir][, size]]
;

[SourceDisksFiles]
SMCTrLan.sys=100,,


;-----------------------------------------------------------------------------
; Strings
;

[Strings]

;-----------------------------------------------------------------------------
; Strings    Not Localizable
;

CompanySubkey = "SMC"                      ; This registry subkey string can be modified
ProductSubkey = "SMC Barricade ADSL Modem"             ; This registry subkey string can be modified


DeviceId = "SWCNX\SMC_USBNET"

;-----------------------------------------------------------------------------
; Strings    Localizable
;

Author = "SMC"
Mfg = "SMC"
Vendor = "SMC"
SMCTrLan.DeviceDesc = "SMC Barricade ADSL Modem"
SMCTrLan.Service.DispName = "SMC Barricade ADSL Modem Driver"
DiskName = "SMC Barricade ADSL Modem Installation Disk"


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: ftp, load: 2.70