home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 May / PCW596.iso / wtest / clico / sunsoft / pcnfs51 / tokwd.zoo / protocol.ini next >
Text File  |  1992-01-10  |  3KB  |  87 lines

  1. ;drivername
  2. ;     units:[n/a]
  3. ;     range:[tokwd$,tokwd2$,tokwd3$,...]
  4. ;     default:[tokwd$]
  5. ;
  6. ;     This parameter's value must be tokwd$, or, in the case where
  7. ;     multiple adapters are installed, tokwd$ for the first adapter's
  8. ;     drivername, tokwd2$ for the second one, tokwd3$ for the third, and
  9. ;     so on.
  10.     drivername = TOKWD$
  11. ;
  12. ;iobase
  13. ;     units:[integer or hex]
  14. ;     range:[0x0A20-0x3A20]
  15. ;     default:[0x0A20]
  16. ;
  17. ;     Specifies the base I/O address used by the adapter.
  18. ;     This address is selected with a jumper on the adapter.
  19. ;     Consult the installation guide for information on how to
  20. ;     determine or modify the address. Note that hex numbers must
  21. ;     be preceeded by "0x" to distinguish from integer numbes.
  22. ;     Not all values are supported by all adapters
  23.     iobase = 0xA20
  24. ;
  25. ;irq
  26. ;     units:[integer]
  27. ;     range:[2-15]
  28. ;     default:[3]
  29. ;
  30. ;     Specifies the interrupt used by the adapter.  The interrupt
  31. ;     is selected with a jumper on the adapter.  Consult the installation
  32. ;     guide for information on how to determine or modify the interrupt.
  33. ;     Not all values are supported by all adapters.
  34.     irq = 3
  35. ;
  36. ;dma (TokenCard PLUS16(8015) only)
  37. ;     units:[integer]
  38. ;     range:[5-7]
  39. ;     default:[5]
  40. ;
  41. ;     Specifies the DMA channel used by the adapter.  This entry
  42. ;     is for TokenCard PLUS16(8015) adapter only.  This DMA channel is
  43. ;     selected with 2 jumpers on the adapter.  Consult the installation
  44. ;     guide for information on how to determine or modify the DMA channel.
  45. ;     This parameter will always be a decimal number in the range of 5 - 7.
  46.     dma = 5
  47. ;
  48. ;maxrequests
  49. ;     units:[integer]
  50. ;     range:[6-64]
  51. ;     default:[8]
  52. ;
  53. ;     Specifies the number of request queue entries.
  54.     maxrequests = 8
  55. ;
  56. ;maxtransmits
  57. ;     units:[integer]
  58. ;     range:[6-64]
  59. ;     default:[12]
  60. ;
  61. ;     Specifies the number of transmit queue entries.
  62.     maxtransmits = 12
  63. ;
  64. ;receivebuffers
  65. ;     units:[integer]
  66. ;     range:[6-96]
  67. ;     default:[12]
  68. ;
  69. ;     Specifies the number of receive buffer queue entries.
  70.     receivebuffers = 12
  71. ;
  72. ;receivebufsize
  73. ;     units:[integer]
  74. ;     range:[256-1536]
  75. ;     default:[256]
  76. ;
  77. ;     Specifies the size in bytes of a receive buffer.
  78.     receivebufsize = 256
  79. ;
  80. ;receivechains
  81. ;     units:[integer]
  82. ;     range:[6-96]
  83. ;     default:[12]
  84. ;
  85. ;     Specifies the number of receive chain header queue entries.
  86.     receivechains = 12
  87.