home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / net / ndis / ibmtok / ibmtok.nif next >
Encoding:
OS/2 Network Information File  |  1992-01-31  |  5.0 KB  |  158 lines

  1. [IBMTOK]
  2. Type = NDIS
  3. Title = "IBM Token-Ring Network Adapters"
  4. Version = 1.0
  5. DriverName = IBMTOK$
  6. Xports = NETBEUI LANDD
  7. Copyfile = LT2.MSG, LT2H.MSG
  8.  
  9. [FILE]
  10. Name = IBMTOK.OS2
  11. Path = IBMCOM\MACS
  12.  
  13. [EARLYRELEASE]
  14. display = "Early release"
  15. type = none
  16. default = "no"
  17. set = "yes","no"
  18. optional = yes
  19. editable = yes
  20. virtual = no
  21. help = "This parameter specifies the early token release option for
  22.  IBM Token-Ring 16/4 network adapter cards.  The early token release
  23.  option reduces the average time that another network adapter card
  24.  must wait to gain access to the network.  Network adapter cards
  25.  that do not support the early token release option ignore this
  26.  parameter."
  27.  
  28. [PRIMARY]
  29. display = "Primary adapter"
  30. type = none
  31. default = "yes"
  32. set = "yes","no"
  33. optional = yes
  34. editable = yes
  35. virtual = no
  36. help = "This parameter identifies the network adapter card assignment
  37.  if more than one Token-Ring network adapter card resides in the
  38.  workstation.  This parameter denotes the first network adapter card.
  39.  Refer to the Alternate Adapter parameter for more information."
  40.  
  41.  
  42. [ALTERNATE]
  43. display = "Alternate adapter"
  44. type = none
  45. default = "no"
  46. set = "yes","no"
  47. optional = yes
  48. editable = yes
  49. virtual = no
  50. help = "This parameter identifies the network adapter card assignment
  51.  if more than one Token-Ring network adapter card resides in the
  52.  workstation.  This parameter denotes the second network adapter
  53.  card.  Refer to the Primary Adapter parameter for more information."
  54.  
  55. [NETADDRESS]
  56. display = "Network adapter address"
  57. type = hexstring
  58. strlength = 12
  59. range = 400000000000-4FFFFFFFFFFF
  60. optional = yes
  61. editable = yes
  62. virtual = no
  63. help = "This parameter overrides the network address of the network
  64.  adapter card.  The value of this parameter is a hexadecimal string of
  65.  12 digits, as in 400001020304.  The address
  66.  must be unique among all other network adapter addresses on the
  67.  network.  Specify the network adapter address in IBM Token-Ring
  68.  Network format."
  69.  
  70. [RAM]
  71. display = "Shared RAM address"
  72. type = hexadecimal
  73. range = A000-F000
  74. step = 200
  75. optional = yes
  76. editable = yes
  77. virtual = no
  78. help = "This parameter only applies to Personal Computer AT adapters.
  79.  This parameter specifies the physical RAM location on the
  80.  network adapter card if the default location is not adequate.
  81.  The specified location must not conflict with the address
  82.  of any adapter card configured and installed in the workstation.
  83.  The recommended RAM addresses for this field are X'D800
  84.  for the Primary adapter and X'D400 for the Alternate adapter.  Refer to
  85.  your configuration documentation for more information on this parameter."
  86.  
  87. [MAXTRANSMITS]
  88. display = "Maximum number of queued transmits"
  89. type = decimal
  90. default = "12"
  91. range = 6-50
  92. optional = yes
  93. editable = yes
  94. virtual = no
  95. help = "This parameter specifies the maximum number of transmit queue
  96.  entries for the network adapter driver.  For a server workstation or
  97.  gateway workstation, set this parameter to the result of
  98.  multiplying the Maximum Transmits
  99.  Outstanding parameter against the Maximum Sessions parameter located
  100.  in the NETBIOS protocol."
  101.  
  102. [RECVBUFS]
  103. display = "Number of receive buffers"
  104. type = decimal
  105. default = "2"
  106. range = 2-60
  107. optional = yes
  108. editable = yes
  109. virtual = no
  110. help = "This parameter specifies the number of receive buffers.  Any
  111.  memory left on the network adapter card after other storage
  112.  requirements have been satisfied is configured as extra receive
  113.  buffers."
  114.  
  115. [RECVBUFSIZE]
  116. display = "Receive buffer size"
  117. type = decimal
  118. default = "256"
  119. range = 256-2040
  120. step = 8
  121. optional = yes
  122. editable = yes
  123. virtual = no
  124. help = "This parameter specifies the length of the data portion of each
  125.  receive buffer in the shared RAM area of the adapter. It does not include
  126.  the 8 bytes overhead needed by the adapter."
  127. [XMITBUFS]
  128. display = "Number of adapter transmit buffers"
  129. type = decimal
  130. default = "1"
  131. range = 1-16
  132. optional = yes
  133. editable = yes
  134. virtual = no
  135. help = "This parameter specifies the number of transmit buffers to
  136.  allocate on the network adapter card.  Allocating a second transmit
  137.  buffer may improve transmission performance, but it also reduces
  138.  the amount of memory available for storing received packets."
  139.  
  140. [XMITBUFSIZE]
  141. display = "Transmit buffer size"
  142. type = decimal
  143. range = 256-17952
  144. step = 8
  145. optional = yes
  146. editable = yes
  147. virtual = no
  148. help = "This parameter specifies the length of the data portion of each
  149.  transmit buffer in the shared RAM area of the adapter. It does not include
  150.  the 8 bytes overhead needed by the adapter, but includes the entire frame
  151.  that is to be transmitted.
  152.  The value must be a multiple of 8. The maximum size for Token-Ring
  153.  Adapter II, and Token-Ring Adapter /A cards is 2040 bytes. The maximum size
  154.  for 16/4 Adapter and Token-Ring 16/4 Adapter /A cards is 4456 bytes at
  155.  the 4-Mbits/sec (MBPS) adapter setting, and is 17,952 bytes at the
  156.  16-MBPS setting.  If this parameter value is set too high for the
  157.  adapter card, a configuration error occurs."
  158.