home *** CD-ROM | disk | FTP | other *** search
- ; PROTOCOL.INI PARAMETERS
- ; for the DEC EtherWORKS (MC, LC, Turbo & DEPCA) Ethernet Adapters
- ;
- ; This document describes the PROTOCOL.INI keywords used for the
- ; DEC EtherWORKS NDIS MAC driver. The only parameter that must be
- ; specified is the "DriverName". Note that many of these parameters
- ; have default values (which are specified below). A parameter need
- ; not be specified in the PROTOCOL.INI file if its default value is
- ; satisfactory.
- ;
- ;DriverName
- ; units:[n/a]
- ; range:[DEPCA$]
- ; default:[DEPCA$]
- ;
- ; This parameter's value must be DEPCA$, it identifies the network
- ; device driver.
- DriverName = DEPCA$
- ;
- ;MaxMulticast
- ; units:[integer]
- ; range:[1-256]
- ; default:[8]
- ;
- ; This specifies the maximum number of multicast addresses that can
- ; be in effect simultaneously. (NOTE that there's no 's' on the end of
- ; this keyword.)
- MaxMulticast = 12
- ;
- ;MaxTransmits
- ; units:[integer]
- ; range:[0-256]
- ; default:[16]
- ;
- ; This specifies the number of "TransmitChain"s that the MAC driver
- ; guarantees to accept without giving an "OUT_OF_RESOURCE" response.
- MaxTransmits = 32
- ;
- ;AdapterName
- ; units:[n/a]
- ; range:[DEPCA,DE100,DE200,DE210]
- ; default:[n/a]
- ;
- ; This specifies the name of the ethernet adapter.
- ;
- ; values adapter
- ; ------------ -------------------
- ; DEPCA DEPCA
- ; DE100 DEC EtherWORKS LC
- ; DE200 DEC EtherWORKS Turbo
- ; DE210 DEC EtherWORKS MC
- AdapterName = DE200
- ;
- ;RamAddress
- ; units:[hex]
- ; range:[C000,C800,D000,D800,E000,E800]
- ; default:[n/a]
- ;
- ; This specifies the physical base address in the PC memory address
- ; space of the "window" through which the adapter's RAM will be
- ; referenced. This parameter's value must agree with the jumpered
- ; configuration of the adapter. Not required for DEC EtherWORKS MC
- ; Adapter.
- RamAddress = 0xD000
- ;
- ;Interrupt
- ; units:[integer]
- ; range:[2-15]
- ; default:[n/a]
- ;
- ; This specifies the IRQ level that will be used by the adapter-to-PC
- ; interrupt. Its value must agree with the jumpered configuration of
- ; the adapter. Not required for DEC EtherWORKS MC Adapter.
- Interrupt = 3
-