NETB21ND.INF Driver File Contents (BayStack21-Without-Docs.zip)

;;
;; Nortel BayStack 21 10/100 PCI Ethernet Network Interface Cards.
;;
;; Copyright 1998, Nortel Networks

[version]
Signature   = "$CHICAGO$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %Msft%
CatalogFile = NETB21ND.cat
LayoutFile  = layout.inf
DriverVer=05/12/1999, 1.00.423.1999

[Manufacturer]
%Nortel%        = Nortel

[ControlFlags]
ExcludeFromSelect     = PCI\VEN_126C&DEV_1211&SUBSYS_1211126C

[Nortel]
%BaySt21.DeviceDesc%  = BaySt21.ndi, PCI\VEN_126C&DEV_1211&SUBSYS_1211126C

;;****************************************************************************
;; Windows 9x
;;****************************************************************************
[BaySt21.ndi]
DriverVer       = 04/23/1999
AddReg          = BaySt21.id.reg, BaySt21.common.reg, BaySt21.win.reg
DeviceID        = "PCI\VEN_126C&DEV_1211&SUBSYS_1211126C"
LogConfig       = DefaultConfig
CopyFiles       = netb21.inf.CopyFiles, netb21.dll.CopyFiles, netb21nd.CopyFiles, netb21.odi.CopyFiles, netb21.ndis2.CopyFiles


;;****************************************************************************
;; NT 5.0
;;****************************************************************************
[BaySt21.ndi.NT]
DriverVer       = 04/23/1999
AddReg          = BaySt21.common.reg, BaySt21.reg
Characteristics = 0x84
BusType         = 5
CopyFiles       = BaySt21.CopyFiles

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

[BaySt21.CopyFiles]
B21ND510.sys

;;----------------------------------------------------------------------------
;; BaySt21 Parameters
;;----------------------------------------------------------------------------
;;****************************************************************************
;; Windows 9x parameters
;;****************************************************************************
[BaySt21.id.reg]
HKR, Ndi,       DeviceID,       0,      "PCI\VEN_126C&DEV_1211"

HKR, NDI\Params\DuplexMode,             flag,   1,      30, 00, 00, 00
HKR, Ndi\Params\EarlyTxThreshold,       flag,   1,      20, 00, 00, 00
HKR, NDI\Params\NetworkAddress,         flag,   1,      30, 00, 00, 00


[BaySt21.win.reg]
;; key,subkey,valuname,type,value
HKR, ,  DriverDesc,     0,      "Nortel BayStack21 10/100 PCI Ethernet Adapter"
HKR, ,  DevLoader,      0,      *ndis
HKR, ,  DeviceVxDs,     0,      B21ND510.sys
HKR, ,  EnumPropPages,  0,      "netdi.dll,      EnumPropPages"
HKR,Ndi,NdiInstaller,    ,      "B21Ndi.dll,     B21NdiProc"

;;params
HKR, ,  MediaType,      0,      1
HKR, ,  AdapterType,    0,      5
HKR, ,  BusType,        0,      5

;; NDIS Info
HKR, NDIS,              MajorNdisVersion,       1,      03
HKR, NDIS,              MinorNdisVersion,       1,      0a
HKR, NDIS,              LogDriverName,          0,      "B21ND"

HKR, NDIS\ODI,          DriverName,             0,      "b21odi"
HKR, NDIS\ODI,          FileName,               0,      "b21odi10.com"
HKR, NDIS\NDIS2,        DriverName,             0,      "B21ND2$"
HKR, NDIS\NDIS2,        FileName,               0,      "b21nd210.dos"

;; 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,                   ,      "netb21.ndis5"
HKR, Ndi\Install,       odi,                     ,      "netb21.odi"
HKR, Ndi\Install,       ndis2,                   ,      "netb21.ndis2"

;; Install NDIS3
[netb21.ndis5]
CopyFiles       = netb21.inf.CopyFiles, netb21nd.CopyFiles, netb21.dll.CopyFiles

[netb21nd.CopyFiles]
B21ND510.sys,,,2
B21ND410.sys,,,2
B21ND310.sys,,,2

[netb21.dll.CopyFiles]
B21NDI.dll,,,2

[netb21.inf.CopyFiles]
NETB21ND.inf

;;Install NDIS2
[netb21.ndis2]
CopyFiles=netb21.ndis2.CopyFiles
[netb21.ndis2.CopyFiles]
b21nd210.dos

;;Install DOSODI
[netb21.odi]
CopyFiles=netb21.odi.CopyFiles
[netb21.odi.CopyFiles]
b21odi10.com


;;****************************************************************************
;; BaySt21 common parameters
;;****************************************************************************
[BaySt21.common.reg]
HKR, Ndi\params\DuplexMode,      ParamDesc, 0, %DuplexMode%
HKR, Ndi\params\DuplexMode,      type,      0, "enum"
HKR, Ndi\params\DuplexMode,      default,   0, "1"
HKR, Ndi\params\DuplexMode\enum, 1,         0, %dmAutoMode%
HKR, Ndi\params\DuplexMode\enum, 2,         0, %dm10HalfMode%
HKR, Ndi\params\DuplexMode\enum, 3,         0, %dm10FullMode%
HKR, Ndi\params\DuplexMode\enum, 4,         0, %dm100HalfMode%
HKR, Ndi\params\DuplexMode\enum, 5,         0, %dm100FullMode%

HKR,Ndi\Params\EarlyTxThreshold, ParamDesc, 0, %EarlyTxThreshold%
HKR,Ndi\Params\EarlyTxThreshold, Type,      0, "int"
HKR,Ndi\Params\EarlyTxThreshold, Default,   0, "10"
HKR,Ndi\Params\EarlyTxThreshold, Min,       0, "0
HKR,Ndi\Params\EarlyTxThreshold, Max,       0, "63"
HKR,Ndi\Params\EarlyTxThreshold, Step,      0, "1"
HKR,Ndi\Params\EarlyTxThreshold, Base,      0, "10"

HKR,Ndi\params\NetworkAddress,   ParamDesc, 0, %NetworkAddress%
HKR,Ndi\params\NetworkAddress,   type,      0, edit
HKR,Ndi\params\NetworkAddress,   default,   0, "000000000000"
HKR,Ndi\params\NetworkAddress,   LimitText, 0, 12
HKR,Ndi\params\NetworkAddress,   UpperCase, 0, 1
HKR,Ndi\params\NetworkAddress,   Optional,  0, 1

;;****************************************************************************
;; NT 5.0 parameters
;;****************************************************************************
[BaySt21.reg]
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, Ndi,                       Service,    0, "B21ND510"

[BaySt21.Service]
DisplayName     = %BaySt21.Service.DispName%
ServiceType     = 1                             ; %SERVICE_KERNEL_DRIVER%
StartType       = 3                             ; %SERVICE_DEMAND_START%
ErrorControl    = 1                             ; %SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\B21ND510.SYS
LoadOrderGroup  = NDIS

[BaySt21.EventLog]
Addreg = BaySt21.AddEventLog.reg

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

;;****************************************************************************
;; Destination Directory
;;****************************************************************************
[DestinationDirs]
BaySt21.CopyFiles           = 12
DefaultDestDir              = 11        ; LDID_SYS
netb21nd.CopyFiles          = 11
netb21.dll.CopyFiles        = 11
netb21.inf.CopyFiles        = 17        ; INF
netb21.odi.CopyFiles        = 26
netb21.ndis2.CopyFiles      = 26
;;****************************************************************************
;; Source Files
;;****************************************************************************
[SourceDisksFiles]
B21ND510.sys=1,nt_9x
B21ND410.sys=1,nt_9x
B21ND310.sys=1,nt_9x
B21NDI.dll=1,nt_9x
NETB21ND.inf=1
NETB21ND.cat=1,nt_9x
B21ODI10.com=1,netware\dosodi
B21ND210.dos=1,ndis\dos

;;****************************************************************************
;; Strings
;;****************************************************************************
[Strings]
Msft                      = "Microsoft"
Nortel                    = "Nortel"

NetworkAddress            = "Network Address"
EarlyTxThreshold          = "Early Tx Threshold"
DuplexMode                = "Link Speed/Duplex Mode"
dmDefault                 = "Default"
dmAutoMode                = "Auto Mode"
dm10HalfMode              = "10 Half Mode"
dm10FullMode              = "10 Full Mode"
dm100HalfMode             = "100 Half Mode"
dm100FullMode             = "100 Full Mode"

BaySt21.DeviceDesc        = "Nortel BayStack 21 10/100 PCI Ethernet Adapter"
BaySt21.Service.DispName  = "Nortel BayStack 21 10/100 PCI Ethernet Adapter NT 5.0 Driver"


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