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 >
Text File  |  1992-01-10  |  3KB  |  85 lines

  1. ;drivername
  2. ;     units:[n/a]
  3. ;     range:[tlnk$,tlnk2$,tlnk3$,...]
  4. ;     default:[tlnk$]
  5. ;
  6. ;     This parameter's value must be tlnk$, or, in the case where
  7. ;     multiple adapters are installed, tlnk$ for the first adapter's
  8. ;     drivername, tlnk2$ for the second one, tlnk3$ for the third, and
  9. ;     so on.
  10.     DRIVERNAME = tlnk$
  11. ;
  12. ;dmachannel (80286 and 80386 computers only)
  13. ;     units:[integer]
  14. ;     range:[0,1,3,5,6,7]
  15. ;     default:[1]
  16. ;
  17. ;     Sets the DMA channel on the network adapter card. This entry
  18. ;     is ignored when the adapter card is in an 8086 or 8088 computer, or
  19. ;     in an 8-bit slot of an 80286 or 80386 computer. Installing the card
  20. ;     in a 16-bit slot improves performance.
  21. ;
  22. ;     The value can be 0, 1, 3, 5, 6, or 7. When the value is 0, the driver
  23. ;     uses string I/O instead of DMA for data transfers. Channels 5, 6,
  24. ;     and 7 are available only if the adapter card is ASSY 3410-03 revision
  25. ;     A or later.
  26.     DMACHANNEL = 1
  27. ;
  28. ;interrupt
  29. ;     units:[integer]
  30. ;     range:[2-14]
  31. ;     default:[3]
  32. ;
  33. ;     Indicates the interrupt level of the network adapter card.
  34. ;
  35. ;     NOTE:
  36. ;     For an 80286 or 80386 computer, specifying interrupt level
  37. ;     2 will be redirected to interrupt level 9 because the cascaded PIC
  38. ;     is already using interrupt level 2.
  39. ;These are the possible interrupt values:
  40. ;Value                    Compatible Computers
  41. ;-----                    --------------------
  42. ;2,3,4,5                  8086 and 8088 computers.
  43. ;3,4,5,9                  80286 and 80386 computer, 8-bit slot.
  44. ;3,4,5,9,10,11,12,14,15   80286 and 80386 computer, 16-bit slot.
  45. ;(Levels 1014 are available only if the adapter card is ASSY 3410-03
  46. ;revision A or later.)
  47.     INTERRUPT = 3
  48. ;
  49. ;ioaddress
  50. ;     units:[hex]
  51. ;     range:[300-350]
  52. ;     default:[300]
  53. ;
  54. ;     Indicates the current I/O address jumper configuration of
  55. ;     the network adapter card. This entry must match the adapter card's
  56. ;     switch settings. Possible values are 0x300, 0x310, 0x330, and 0x350.
  57.     IOADDRESS = 0x300
  58. ;
  59. ;maxtransmits
  60. ;     units:[integer]
  61. ;     range:[8-40]
  62. ;     default:[8]
  63. ;
  64. ;     Specifies the number of transmit queue entries in this driver.
  65. ;     For a server, multiply the transmit window size by the maximum number
  66. ;     of sessions.
  67.     MAXTRANSMITS = 8
  68. ;
  69. ;speed
  70. ;     units:[n/a]
  71. ;     range:[6-10]
  72. ;     default:[8]
  73. ;
  74. ;     Sets the computer's clock to maximize data transfer between
  75. ;     the computer and the TokenLink card. You may have to experiment with
  76. ;     this entry to get optimal performance. If you set the entry incorrectly,
  77. ;     the TokenLink card may not run. The value can be any of the following:
  78. ;
  79. ; Value    Meaning
  80. ; -----    -------
  81. ;  6       Insert two wait states on the bus.
  82. ;  8       Insert one wait state on the bus.
  83. ; 10       Don't insert any wait states on the bus.
  84.     SPEED = 8
  85.