Rss61x.inf Driver File Contents (boca-han-altdrv.zip)

;
;  Module Name: Boca61x.inf
;
;  Copyright (c) Boca Research 1998.  All rights reserved.
;
;  Module Description: 
;     Boca61x.INF - NT 5.0, Win95 and Win98 driver installation file for the 
;     Boca HAN Card
;

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
provider	= %V_MS%
LayoutFile  = layout.inf

[Manufacturer]
%V_Boca%=Boca

; All enumerated adapters must be excluded from select
[ControlFlags]
ExcludeFromSelect = PCI\VEN_0000&DEV_0000, \
                    PCI\VEN_127A&DEV_1800, \
                    PCI\VEN_127A&DEV_1801

[Boca]
%1161x.DeviceDesc%=1161x.ndi,PCI\VEN_127A&DEV_1801&SUBSYS_000510C0&REV_07

;----------------------------------------------------------------------------
; NT main sections
; 
; These sections are in the form of <base section name>.NT
; They will only be processed if we are installing on NT
; Once this section is found by the class installer, the
; <base section name> section (w/o .NT) will not be processed.
; This allows us to keep Win9x specific install sections as 
; <base section name>
;

;***************************************************************************
[1161x.ndi.NT]
AddReg          = Boca.nt.reg, Bocaparams.reg, Boca61x.nt.reg
BusType         = 5
Characteristics = 0x4 ; NCF_PHYSICAL

;-----------------------------------------------------------------------------
; Win9x main sections
;
;***************************************************************************
[1161x.ndi]
DeviceID = "PCI\VEN_127A&DEV_1801"
AddReg=1161x.ndi.reg,BocaFlags.reg,Boca.win.reg,BocaNDIS.win.reg,Bocaparams.reg

;----------------------------------------------------------------------------
; Win9x id registry sections
; These are not needed by NT
;
;***************************************************************************

[1161x.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_127A&DEV_1801"
HKR,,AdapterCFID,,1801127A

;HKR,Ndi,InstallInf,,"nettrans.inf,netservr.inf" 

; Flags are not needed by NT

[BocaFlags.reg]
HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
HKR,NDI\params\BurstLength,flag,1,20,00,00,00
HKR,NDI\params\NumberRcvBuffs,flag,1,20,00,00,00
HKR,NDI\params\NumberTxBuffs,flag,1,20,00,00,00
HKR,NDI\params\MapRegisters,flag,1,20,00,00,00
HKR,NDI\params\ConnType,flag,1,20,00,00,00
HKR,NDI\params\RxLookAhead,flag,1,20,00,00,00
HKR,NDI\params\TxThreshold,flag,1,20,00,00,00

;----------------------------------------------------------------------------
; Boca platform specific
;

[Boca.win.reg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,HAN,,"c:\windows\system\compname.exe /1"
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, Ndi\Compatibility,		RequireAll, 0, "MSTCP,NETBEUI,VSERVER"

[Boca.nt.reg]
HKR, ,                          BusType,    0, "5"
HKR, ,                          MsPciScan,  0, "1"
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"


;----------------------------------------------------------------------------
; Boca common parameters
;

[Bocaparams.reg]
HKLM,"SYSTEM\CurrentControlSet\Services\Class","Diagnostic"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic","0000"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DevLoader",,"Diag116x.vxd"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DriverDate",,"4-1-1998"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","DriverDesc",,"Boca HAN Card Diagnostic VxD"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","InfPath",,"Diag116x.inf"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","InfSection",,"Diagnostic"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","MatchingDeviceID",,"PCI\VEN_127A&DEV_1801"
HKLM,"SYSTEM\CurrentControlSet\Services\Class\Diagnostic\0000","ProviderName",,"Boca Research, Inc"

HKR,,AdapterType,,5
HKR,,BusType,,5
HKR,,CacheAlignment,,8
HKR,,SoftwareFilter,,0
; 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
;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,16,,"16 DWORDS"
HKR,Ndi\params\BurstLength\enum,32,,"32 DWORDS"
HKR,NDI\params\BurstLength,flag,1,20,00,00,00
;Receive buffers
HKR,Ndi\params\NumberRcvBuffs,ParamDesc,,"Receive Buffers"
HKR,Ndi\params\NumberRcvBuffs,default,,64
HKR,Ndi\params\NumberRcvBuffs,type,,enum
HKR,Ndi\params\NumberRcvBuffs\enum,8,," 8"
HKR,Ndi\params\NumberRcvBuffs\enum,16,,"16"
HKR,Ndi\params\NumberRcvBuffs\enum,32,,"32"
HKR,Ndi\params\NumberRcvBuffs\enum,48,,"48"
HKR,Ndi\params\NumberRcvBuffs\enum,64,,"64"
HKR,NDI\params\NumberRcvBuffs,flag,1,20,00,00,00
;Transmit Buffers
HKR,Ndi\params\NumberTxBuffs,ParamDesc,,"Transmit Buffers"
HKR,Ndi\params\NumberTxBuffs,default,,32
HKR,Ndi\params\NumberTxBuffs,type,,enum
HKR,Ndi\params\NumberTxBuffs\enum,8,," 8"
HKR,Ndi\params\NumberTxBuffs\enum,16,,"16"
HKR,Ndi\params\NumberTxBuffs\enum,32,,"32"
HKR,Ndi\params\NumberTxBuffs\enum,48,,"48"
HKR,Ndi\params\NumberTxBuffs\enum,64,,"64"
HKR,NDI\params\NumberTxBuffs,flag,1,20,00,00,00
;MapRegisters
HKR,Ndi\params\MapRegisters,ParamDesc,,"Map Registers"
HKR,Ndi\params\MapRegisters,default,,0
HKR,Ndi\params\MapRegisters,type,,enum
HKR,Ndi\params\MapRegisters\enum,0,," 0"
HKR,Ndi\params\MapRegisters\enum,4,," 4"
HKR,Ndi\params\MapRegisters\enum,8,," 8"
HKR,NDI\params\MapRegisters,flag,1,20,00,00,00
;ConnectionType
HKR,Ndi\params\ConnType,ParamDesc,,"Connection Type"
HKR,Ndi\params\ConnType,default,,10
HKR,Ndi\params\ConnType,type,,enum
;HKR,Ndi\params\ConnType\enum,0,,"AutoSense"
;HKR,Ndi\params\ConnType\enum,4,,"100Base-Tx"
;HKR,Ndi\params\ConnType\enum,6,,"100Base-Tx Full-Duplex"
;HKR,Ndi\params\ConnType\enum,1,,"10Base-T"
;HKR,Ndi\params\ConnType\enum,5,,"10Base-T Full-Duplex"
HKR,Ndi\params\ConnType\enum,10,,"Normal"
HKR,Ndi\params\ConnType\enum,13,,"HiPwr"
HKR,Ndi\params\ConnType\enum,14,,"LoSpd"
HKR,Ndi\params\ConnType\enum,15,,"HiPwr/LoSpd"
HKR,NDI\params\ConnType,flag,1,20,00,00,00
;RxLookAhead
HKR,Ndi\params\RxLookAhead,ParamDesc,,"Receive Lookahead"
HKR,Ndi\params\RxLookAhead,default,,0
HKR,Ndi\params\RxLookAhead,type,,enum
HKR,Ndi\params\RxLookAhead\enum,0,,"Disabled"
HKR,Ndi\params\RxLookAhead\enum,1,,"Enabled"
HKR,NDI\params\RxLookAhead,flag,1,20,00,00,00
;Transmit Threshold
HKR,Ndi\params\TxThreshold,ParamDesc,,"Transmit Threshold"
HKR,Ndi\params\TxThreshold,default,,0
HKR,Ndi\params\TxThreshold,type,,enum
HKR,Ndi\params\TxThreshold\enum,72,,"  72 bytes"
HKR,Ndi\params\TxThreshold\enum,96,,"  96 bytes"
HKR,Ndi\params\TxThreshold\enum,128,," 128 bytes"
HKR,Ndi\params\TxThreshold\enum,160,," 160 bytes"
HKR,Ndi\params\TxThreshold\enum,256,," 256 bytes"
HKR,Ndi\params\TxThreshold\enum,512,," 512 bytes"
HKR,Ndi\params\TxThreshold\enum,1024,,"1024 bytes"
HKR,Ndi\params\TxThreshold\enum,0,,"Store&Forward"
HKR,NDI\params\TxThreshold,flag,1,20,00,00,00

;----------------------------------------------------------------------------
; Boca61x NT specific
;

[Boca61x.nt.reg]
HKR, Ndi,                       Service,    0, "Boca61x"
HKR, Ndi\Install,               ,           0, "Boca61x.Install"

[Boca61x.Install.NT]
CopyFiles = Boca61x.CopyFiles

; The services section name is based on the install
; section name found. "Boca61x.Install" is listed but
; since "Boca61x.Install.NT" will be found on NT, the
; Services section must be based on the new name
; "Boca61x.Install.NT".
;

[Boca61x.Install.NT.Services]
AddService = Boca61x, 2, Boca61x.Service, common.EventLog

[Boca61x.CopyFiles]
rss61x.sys,,,2 ; Do not allow the user to skip this file!

[Boca61x.Service]
DisplayName     = %Boca61x.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 2 ;%SERVICE_AUTO_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\rss61x.sys
LoadOrderGroup  = NDIS

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

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

;----------------------------------------------------------------------------
; Boca61x Win9x specific
;

[BocaNDIS.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "rss61x.sys"
HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"

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

HKR, Ndi\Install,   ndis3,              0, "Boca61x.ndis3.install"

[SourceDisksNames]
1 = %DiskDesc%,BOCA,

[SourceDisksFiles]
rss61x.sys,,,2 = 1  ; Do not allow the user to skip this file!
rssload.vxd    = 1
compname.exe   = 1
cdl.exe        = 1
hanhelp.hlp    = 1
roboex32.dll   = 1
inetwh32.dll   = 1
mfc42.dll      = 1
msvcrt.dll     = 1
msvcrt40.dll   = 1
olepro32.dll   = 1
ole32.dll      = 1
oleaut32.dll   = 1

[Boca61x.ndis3.install]
CopyFiles = Boca61x.ndis3.CopyFiles

 [Boca61x.ndis3.CopyFiles]
compname.exe
rss61x.sys,,,2  ; Do not allow the user to skip this file!
rssload.vxd
compname.exe
cdl.exe
hanhelp.hlp
roboex32.dll
inetwh32.dll
mfc42.dll   
msvcrt.dll  
msvcrt40.dll
olepro32.dll
ole32.dll
oleaut32.dll

;----------------------------------------------------------------------------
; DestinationDirs
;

[DestinationDirs]
Boca61x.ndis3.CopyFiles = 11

[Strings]
V_MS="Microsoft"
V_Boca="Boca Research"
Shell = "shell"
DiskDesc = "Boca Research Driver Disk"

; PNP Devices
1161x.DeviceDesc="Boca HAN Card"
Boca61x.Service.DispName = "Boca HAN Card"
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: 2.20