;Protocol.ini for the Western Digital TokenCard WD8005, TokenCard WS
;Token-Ring cards
;This readme.txt is for the following network adapter cards
;
;Western Digital TokenCard WD8005 WS
;Western Digital TokenCard PLUS16 WD8015
;
;PROTOCOL.INI PARAMETERS
;
; This is a sample PROTOCOL.INI file for the TOKWD Western Digital Token Card
; NDIS MAC driver.  The [tokwd] section shows examples of TOKWD configuration
; parameter ; settings.  Comments at the end of the file explain these
; parameters and give their default, minimum and maximum values.  The
; [protocol manager] and [netbeui] sections aren't meant to be complete or
; realistic examples, except for the "BINDINGS = tokwd" line in the [netbeui]
; section.
;	The only parameter that must be specified is the "drivername".  Note
; that many of these parameters have default values (which are given below
; under "Comments about tokwd parameters"). A parameter need not be specified
; in your PROTOCOL.INI if its default value is satisfactory.
;
;drivername
;     units:[n/a]
;     range:[tokwd$,tokwd2$,tokwd3$,...]
;     default:[tokwd$]
;
;     This parameter's value must be tokwd$, or, in the case where
;     multiple adapters are installed, tokwd$ for the first adapter's
;     drivername, tokwd2$ for the second one, tokwd3$ for the third, and
;     so on.
;
;The following entries are optional under the [tokwd] section.
;
;
;iobase
;     units:[integer or hex]
;     range:[0x0A20-0x3A20]
;     default:[0x0A20]
;
;     Specifies the base I/O address used by the adapter.
;     This address is selected with a jumper on the adapter.
;     Consult the installation guide for information on how to
;     determine or modify the address. Note that hex numbers must
;     be preceeded by "0x" to distinguish from integer numbes.
;     Not all values are supported by all adapters
;
;irq
;     units:[integer]
;     range:[2-15]
;     default:[3]
;
;     Specifies the interrupt used by the adapter.  The interrupt
;     is selected with a jumper on the adapter.  Consult the installation
;     guide for information on how to determine or modify the interrupt.
;     Not all values are supported by all adapters.
;
;dma (TokenCard PLUS16(8015) only)
;     units:[integer]
;     range:[5-7]
;     default:[5]
;
;     Specifies the DMA channel used by the adapter.  This entry
;     is for TokenCard PLUS16(8015) adapter only.  This DMA channel is
;     selected with 2 jumpers on the adapter.  Consult the installation
;     guide for information on how to determine or modify the DMA channel.
;     This parameter will always be a decimal number in the range of 5 - 7.
;
;maxrequests
;     units:[integer]
;     range:[6-64]
;     default:[8]
;
;     Specifies the number of request queue entries.
;
;maxtransmits
;     units:[integer]
;     range:[6-64]
;     default:[12]
;
;     Specifies the number of transmit queue entries.
;
;receivebuffers
;     units:[integer]
;     range:[6-96]
;     default:[12]
;
;     Specifies the number of receive buffer queue entries.
;
;receivebufsize
;     units:[integer]
;     range:[256-1536]
;     default:[256]
;
;     Specifies the size in bytes of a receive buffer.
;
;receivechains
;     units:[integer]
;     range:[6-96]
;     default:[12]
;
;     Specifies the number of receive chain header queue entries.
;
