home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 May
/
PCW596.iso
/
wtest
/
clico
/
sunsoft
/
pcnfs51
/
pcnfs51.lzh
/
TLNK.ZOO
/
protocol.ini
next >
Wrap
Text File
|
1992-01-10
|
3KB
|
85 lines
;drivername
; units:[n/a]
; range:[tlnk$,tlnk2$,tlnk3$,...]
; default:[tlnk$]
;
; This parameter's value must be tlnk$, or, in the case where
; multiple adapters are installed, tlnk$ for the first adapter's
; drivername, tlnk2$ for the second one, tlnk3$ for the third, and
; so on.
DRIVERNAME = tlnk$
;
;dmachannel (80286 and 80386 computers only)
; units:[integer]
; range:[0,1,3,5,6,7]
; default:[1]
;
; Sets the DMA channel on the network adapter card. This entry
; is ignored when the adapter card is in an 8086 or 8088 computer, or
; in an 8-bit slot of an 80286 or 80386 computer. Installing the card
; in a 16-bit slot improves performance.
;
; The value can be 0, 1, 3, 5, 6, or 7. When the value is 0, the driver
; uses string I/O instead of DMA for data transfers. Channels 5, 6,
; and 7 are available only if the adapter card is ASSY 3410-03 revision
; A or later.
DMACHANNEL = 1
;
;interrupt
; units:[integer]
; range:[2-14]
; default:[3]
;
; Indicates the interrupt level of the network adapter card.
;
; NOTE:
; For an 80286 or 80386 computer, specifying interrupt level
; 2 will be redirected to interrupt level 9 because the cascaded PIC
; is already using interrupt level 2.
;These are the possible interrupt values:
;Value Compatible Computers
;----- --------------------
;2,3,4,5 8086 and 8088 computers.
;3,4,5,9 80286 and 80386 computer, 8-bit slot.
;3,4,5,9,10,11,12,14,15 80286 and 80386 computer, 16-bit slot.
;(Levels 1014 are available only if the adapter card is ASSY 3410-03
;revision A or later.)
INTERRUPT = 3
;
;ioaddress
; units:[hex]
; range:[300-350]
; default:[300]
;
; Indicates the current I/O address jumper configuration of
; the network adapter card. This entry must match the adapter card's
; switch settings. Possible values are 0x300, 0x310, 0x330, and 0x350.
IOADDRESS = 0x300
;
;maxtransmits
; units:[integer]
; range:[8-40]
; default:[8]
;
; Specifies the number of transmit queue entries in this driver.
; For a server, multiply the transmit window size by the maximum number
; of sessions.
MAXTRANSMITS = 8
;
;speed
; units:[n/a]
; range:[6-10]
; default:[8]
;
; Sets the computer's clock to maximize data transfer between
; the computer and the TokenLink card. You may have to experiment with
; this entry to get optimal performance. If you set the entry incorrectly,
; the TokenLink card may not run. The value can be any of the following:
;
; Value Meaning
; ----- -------
; 6 Insert two wait states on the bus.
; 8 Insert one wait state on the bus.
; 10 Don't insert any wait states on the bus.
SPEED = 8