home *** CD-ROM | disk | FTP | other *** search
- ;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.
- drivername = TOKWD$
- ;
- ;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
- iobase = 0xA20
- ;
- ;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.
- irq = 3
- ;
- ;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.
- dma = 5
- ;
- ;maxrequests
- ; units:[integer]
- ; range:[6-64]
- ; default:[8]
- ;
- ; Specifies the number of request queue entries.
- maxrequests = 8
- ;
- ;maxtransmits
- ; units:[integer]
- ; range:[6-64]
- ; default:[12]
- ;
- ; Specifies the number of transmit queue entries.
- maxtransmits = 12
- ;
- ;receivebuffers
- ; units:[integer]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive buffer queue entries.
- receivebuffers = 12
- ;
- ;receivebufsize
- ; units:[integer]
- ; range:[256-1536]
- ; default:[256]
- ;
- ; Specifies the size in bytes of a receive buffer.
- receivebufsize = 256
- ;
- ;receivechains
- ; units:[integer]
- ; range:[6-96]
- ; default:[12]
- ;
- ; Specifies the number of receive chain header queue entries.
- receivechains = 12
-