;
;		       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.
;
; The following entries are optional under the [DEPCA] section.
;
;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.)
;
;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.
;
; The following parameters ONLY need to be set if your DEC EtherWORKS
; adapter (MC, LC, Turbo or DEPCA) does not contain a diagnostic or
; remote boot ROM chip.
;
;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
;
;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.
;	
;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.
;
;     values        adapter
;     ------------  -------------------
;     2,3,4,5,7     DEPCA
;     2,3,4,5,7     DEC EtherWORKS LC
;     5,9,10,11,15  DEC EtherWORKS Turbo
;     5,9,10,11     DEC EtherWORKS MC
;
;
; Following is an example PROTOCOL.INI fragment for a DEC EtherWORKS
; Turbo adapter with no diagnostic or remote boot ROM chip:

[DEPCA_NIF]
    DriverName   = DEPCA$
    MaxMulticast = 12
    MaxTransmits = 32
    AdapterName  = DE200
    RamAddress   = 0xD000
    Interrupt    = 5
          
