home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 20 NDrivers / 20-NDrivers.zip / TOKWDO.ZIP / README.TXT < prev    next >
Text File  |  1990-06-28  |  3KB  |  103 lines

  1. ;Protocol.ini for the Western Digital TokenCard WD8005, TokenCard WS
  2. ;Token-Ring cards
  3. ;This readme.txt is for the following network adapter cards
  4. ;
  5. ;Western Digital TokenCard WD8005 WS
  6. ;Western Digital TokenCard PLUS16 WD8015
  7. ;
  8. ;PROTOCOL.INI PARAMETERS
  9. ;
  10. ; This is a sample PROTOCOL.INI file for the TOKWD Western Digital Token Card
  11. ; NDIS MAC driver.  The [tokwd] section shows examples of TOKWD configuration
  12. ; parameter ; settings.  Comments at the end of the file explain these
  13. ; parameters and give their default, minimum and maximum values.  The
  14. ; [protocol manager] and [netbeui] sections aren't meant to be complete or
  15. ; realistic examples, except for the "BINDINGS = tokwd" line in the [netbeui]
  16. ; section.
  17. ;    The only parameter that must be specified is the "drivername".  Note
  18. ; that many of these parameters have default values (which are given below
  19. ; under "Comments about tokwd parameters"). A parameter need not be specified
  20. ; in your PROTOCOL.INI if its default value is satisfactory.
  21. ;
  22. ;drivername
  23. ;     units:[n/a]
  24. ;     range:[tokwd$,tokwd2$,tokwd3$,...]
  25. ;     default:[tokwd$]
  26. ;
  27. ;     This parameter's value must be tokwd$, or, in the case where
  28. ;     multiple adapters are installed, tokwd$ for the first adapter's
  29. ;     drivername, tokwd2$ for the second one, tokwd3$ for the third, and
  30. ;     so on.
  31. ;
  32. ;The following entries are optional under the [tokwd] section.
  33. ;
  34. ;
  35. ;iobase
  36. ;     units:[integer or hex]
  37. ;     range:[0x0A20-0x3A20]
  38. ;     default:[0x0A20]
  39. ;
  40. ;     Specifies the base I/O address used by the adapter.
  41. ;     This address is selected with a jumper on the adapter.
  42. ;     Consult the installation guide for information on how to
  43. ;     determine or modify the address. Note that hex numbers must
  44. ;     be preceeded by "0x" to distinguish from integer numbes.
  45. ;     Not all values are supported by all adapters
  46. ;
  47. ;irq
  48. ;     units:[integer]
  49. ;     range:[2-15]
  50. ;     default:[3]
  51. ;
  52. ;     Specifies the interrupt used by the adapter.  The interrupt
  53. ;     is selected with a jumper on the adapter.  Consult the installation
  54. ;     guide for information on how to determine or modify the interrupt.
  55. ;     Not all values are supported by all adapters.
  56. ;
  57. ;dma (TokenCard PLUS16(8015) only)
  58. ;     units:[integer]
  59. ;     range:[5-7]
  60. ;     default:[5]
  61. ;
  62. ;     Specifies the DMA channel used by the adapter.  This entry
  63. ;     is for TokenCard PLUS16(8015) adapter only.  This DMA channel is
  64. ;     selected with 2 jumpers on the adapter.  Consult the installation
  65. ;     guide for information on how to determine or modify the DMA channel.
  66. ;     This parameter will always be a decimal number in the range of 5 - 7.
  67. ;
  68. ;maxrequests
  69. ;     units:[integer]
  70. ;     range:[6-64]
  71. ;     default:[8]
  72. ;
  73. ;     Specifies the number of request queue entries.
  74. ;
  75. ;maxtransmits
  76. ;     units:[integer]
  77. ;     range:[6-64]
  78. ;     default:[12]
  79. ;
  80. ;     Specifies the number of transmit queue entries.
  81. ;
  82. ;receivebuffers
  83. ;     units:[integer]
  84. ;     range:[6-96]
  85. ;     default:[12]
  86. ;
  87. ;     Specifies the number of receive buffer queue entries.
  88. ;
  89. ;receivebufsize
  90. ;     units:[integer]
  91. ;     range:[256-1536]
  92. ;     default:[256]
  93. ;
  94. ;     Specifies the size in bytes of a receive buffer.
  95. ;
  96. ;receivechains
  97. ;     units:[integer]
  98. ;     range:[6-96]
  99. ;     default:[12]
  100. ;
  101. ;     Specifies the number of receive chain header queue entries.
  102. ;
  103.