home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / us8210b4.dsk / IBMCOM / MACS / MACS.ZIP / ibmcom / macs / ibmtrbm.nif < prev    next >
INI File  |  1995-09-29  |  4KB  |  112 lines

  1. [IBMTRBM]
  2.  Type = NDIS_SNGL
  3.  Title = "IBM T-R Busmaster Server Adapter (IBMTRBM.OS2)"
  4.  Version = 1.0
  5.  DriverName = IBMTRBM$
  6.  XPORTS = NETBEUI LANDD
  7.  COPYFILE = MACS\MONT400.BIN, MACS\WRTRAM.BIN, LT4.MSG, LT4H.MSG
  8.  
  9. [File]
  10.  Name = IBMTRBM.OS2
  11.  Path = IBMCOM\MACS
  12.  
  13. [NetAddress]
  14.  display = "Network adapter address"
  15.  type = HexString
  16.  strlength = 12
  17.  Range = 400000000000 - 7FFFFFFFFFFF
  18.  Optional = Yes
  19.  Editable = Yes
  20.  Virtual = No
  21.  Help = "This parameter overrides the network address of the network
  22.  adapter card.  The value of this parameter is a hexadecimal string of
  23.  12 digits, as in 400001020304.  The address
  24.  must be unique among all other network adapter addresses on the
  25.  network."
  26.  
  27.  
  28. [AdapBuffSize]
  29.  display = "Adapter card buffer size"
  30.  type = Decimal
  31.  Default = "1032"
  32.  Range = 96-2048
  33.  Step = 8
  34.  Optional = Yes
  35.  Editable = Yes
  36.  Virtual = No
  37.  Help = "This parameter specifies the size of the buffers on the
  38.   network adapter card.  The value of this parameter must be a multiple
  39.   of 8.  Increase this parameter if you are sending large frames
  40.   through the network."
  41.  
  42. [AdapMinTran]
  43.  display = "Minimum adapter card transmit buffers"
  44.  type = Decimal
  45.  Default = "4"
  46.  Range = 4 - 676
  47.  Optional = Yes
  48.  Editable = Yes
  49.  Virtual = No
  50.  Help = "This parameter specifies the minimum amount of buffer
  51.   resources reserved for transmit buffers.  This parameter value
  52.   can be increased in a system that is transmit bound."
  53.  
  54. [AdapMaxTran]
  55.  display = "Maximum adapter card transmit buffers"
  56.  type = Decimal
  57.  Default = "48"
  58.  Range = 6 - 676
  59.  Optional = Yes
  60.  Editable = Yes
  61.  Virtual = No
  62.  Help = "This parameter specifies the maximum amount of buffer resources
  63.   reserved for transmit buffers.  This parameter specifies the maximum
  64.   amount of buffers contained in the buffer resource pool that are
  65.   available for transmitting data.  By default, this parameter defines
  66.   the minimum number of buffers available for receiving data and can
  67.   be reduced in a system that is receive bound."
  68.  
  69. [MaxTransmits]
  70.  display = "Maximum number of queued transmits"
  71.  type = Decimal
  72.  Default = "31"
  73.  Range = 1 -  459
  74.  Optional = Yes
  75.  Editable = Yes
  76.  Virtual = No
  77.  Help = "This parameter specifies the maximum number of transmit queue
  78.   entries.  The network adapter driver allocates approximately 260
  79.   bytes for each transmit queue entry.  The value of this parameter
  80.   should be high enough to accommodate the sum of all Maximum Number
  81.   of Queued Transmits parameter values for all protocol drivers using
  82.   the adapter concurrently."
  83.  
  84. [MinRcvBuffs]
  85.  display = "Minimum number of adapter driver receive buffers"
  86.  type = Decimal
  87.  Default = "20"
  88.  Range = 1 - 3260
  89.  Optional = Yes
  90.  Editable = Yes
  91.  Virtual = No
  92.  Help = "This parameter specifies the minimum number of receive buffers
  93.   that are allocated.  The value must have the following relationship:
  94.   (Minimum Adapter Driver Receive Buffers value x Size of Adapter Driver
  95.   Receive Buffer value) > size of the largest frame on the network.
  96.   This value must be > 4500 bytes on a 4MB network, and > 18000 bytes on
  97.   a 16MB network."
  98.  
  99. [SizWorkBuf]
  100.  display = "Size of adapter driver receive buffer"
  101.  type = Decimal
  102.  Default = "2048"
  103.  Range = 96 - 18000
  104.  Optional = Yes
  105.  Editable = Yes
  106.  Virtual = No
  107.  Help = "This parameter specifies the size of each receive buffer.
  108.  Refer
  109.  to the Minimum Adapter Driver Receive Buffers parameter for more
  110.  information about the value of this parameter."
  111.  
  112.