home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / wr07060a.zip / US7060B2.DSK / DRIVERS / IBM.ZIP / ibmmpc.nif < prev    next >
INI File  |  1994-10-18  |  8KB  |  210 lines

  1. [IBMMPC]
  2.  Type = NDIS_SNGL
  3.  Title = "IBM Streamer Family Adapter (IBMMPC.OS2)"
  4.  Version = 3.00
  5.  DriverName = IBMMPC$
  6.  XPORTS = NETBEUI LANDD
  7.  COPYFILE = LTC.MSG, LTCH.MSG, IBMMPC.TXT
  8.  
  9. [File]
  10.  Name = IBMMPC.OS2
  11.  Path = IBMCOM\MACS
  12.  
  13. ;
  14. ; General MAC driver parameters
  15. ;
  16.  
  17. [NetAddress]
  18.  display = "Network adapter address"
  19.  type = HexString
  20.  StrLength = 12
  21.  Optional = Yes
  22.  Editable = Yes
  23.  Virtual = No
  24.  Help = "To set a locally administered address for the adapter, type in the
  25.  local address you want to use, which must consist of 12 hexadecimal
  26.  characters enclosed in double quotation marks.  This parameter overrides
  27.  the default universally administered address of the adapter card, and must
  28.  be unique among all of the networked adapter addresses.  For Token
  29.  Ring adapters, this parameter must be within the hex range 400000000000
  30.  through 7FFFFFFFFFFF.  For Ethernet adapters, this parameter is
  31.  entered in canonical format, such as 020000000000.  The corresponding
  32.  group address bit must not be set."
  33.  
  34.  
  35. ;
  36. ; MAC driver tuning parameters
  37. ;
  38.  
  39. [MaxTransmits]
  40.  display = "Maximum number of queued transmits"
  41.  type = Decimal
  42.  Default = "31"
  43.  Range = 2 - 512
  44.  Optional = Yes
  45.  Editable = Yes
  46.  Virtual = No
  47.  Help = "This parameter specifies the maximum number of transmit queue
  48.  entries, and may be set to a value from 2 to 512.  The network adapter
  49.  driver allocates approximately 400 bytes for each transmit queue entry.
  50.  The value of this parameter should be high enough to accommodate the sum of
  51.  all Maximum Number of Queued Transmits parameter values for all protocol
  52.  drivers using the adapter concurrently."
  53.  
  54. [MaxTxFrameSize]
  55.  display = "Maximum transmit frame size"
  56.  type = Decimal
  57.  Default = "18000"
  58.  Range = 14 - 18000
  59.  Optional = Yes
  60.  Editable = Yes
  61.  Virtual = No
  62.  Help = "This parameter specifies the maximum frame size that can be
  63.  transmitted on the LAN, and may be set to a value from 14 to 18000.  It
  64.  serves as an upper limit, since the actual frame size maximum may be less.
  65.  The maximum transmit frame size supported by the MAC driver is the smallest
  66.  of this parameter, the Total Receive Buffer Area, or the physical frame
  67.  size capacity of the network being used.  Do not count the 4 bytes of CRC
  68.  defined for a frame when setting this value."
  69.  
  70. [MinRcvBuffs]
  71.  display = "Minimum adapter driver receive buffers"
  72.  type = Decimal
  73.  Default = "20"
  74.  Range = 2 - 512
  75.  Optional = Yes
  76.  Editable = Yes
  77.  Virtual = No
  78.  Help = "This parameter specifies the minimum number of receive buffers that
  79.  are allocated, and may be set to a value from 2 to 512.  The Total Receive
  80.  Buffer Area for the network adapter is calculated from the product of this
  81.  parameter and the Size of Adapter Driver Receive Buffer parameter.  The
  82.  maximum receive frame size allowed by the network is 1518 bytes for Ethernet,
  83.  4504 bytes for 4 Mbps Token Ring, and 18004 bytes for 16 Mbps Token Ring.
  84.  The maximum frame size supported by the device driver is the smallest of
  85.  the Total Receive Buffer Area, the network maximum receive frame size,
  86.  or the Maximum Transmit Frame Size parameter."
  87.  
  88. [SizWorkBuf]
  89.  display = "Size of adapter driver receive buffer"
  90.  type = Decimal
  91.  Default = "2048"
  92.  Range = 64 - 18000
  93.  Optional = Yes
  94.  Editable = Yes
  95.  Virtual = No
  96.  Help = "This parameter specifies the size of each receive buffer.  The
  97.  allowable range covers both Token Ring and Ethernet adapters, but specific
  98.  ranges are enforced by the device driver for the particular network type as
  99.  follows:  Ethernet 64 to 2048 bytes, Token Ring 96 to 18000 bytes.  If this
  100.  parameter is not specified, or is set to a value outside of the allowable
  101.  range for the network type, a common default will be used."
  102.  
  103. [MulticastNum]
  104.  display = "Maximum number of multicast/group addresses"
  105.  type = Decimal
  106.  Default = "16"
  107.  Range = 1 - 256
  108.  Optional = Yes
  109.  Editable = Yes
  110.  Virtual = No
  111.  Help = "This parameter specifies the maximum number of multicast (Ethernet)
  112.  or group (Token Ring) addresses supported by the device driver, and may be
  113.  set to a value from 1 to 256.  Approximately 16 bytes of system memory are
  114.  required for each multicast/group address."
  115.  
  116. [EnableTxEofInt]
  117.  display = "Enable transmit end of frame interrupt"
  118.  type = String
  119.  Default = "YES"
  120.  StrLength = 3
  121.  Set = NO, YES
  122.  Optional = Yes
  123.  Editable = Yes
  124.  Virtual = No
  125.  Help = "This parameter specifies whether the transmit end of frame interrupt
  126.  should be enabled or not. A YES value indicates that transmit end of frame
  127.  interrupt will be recognized by the interrupt handler. A NO value indicates
  128.  that the transmit end of frame should not be recognized by the interrupt
  129.  handler. A NO value may be desirable in some environments to reduce the
  130.  number of times the interrupt handler is invoked, such as in a server
  131.  environment."
  132.  
  133. [LoopBack]
  134.  display = "Loopback is supported by the adapter"
  135.  type = String
  136.  StrLength = 3
  137.  Set = NO, YES
  138.  Optional = Yes
  139.  Editable = Yes
  140.  Virtual = No
  141.  Help = "This parameter determines whether loopback is supported by the
  142.  adapter.  If this parameter is set to NO, then frames transmitted by this
  143.  station that would also be received by it will not be copied, and the
  144.  frames must be looped back by the protocol stack instead.  If this
  145.  parameter is a YES, loopback will be handled by the adapter.  If not
  146.  specified, loopback will be set to YES by the device driver, except if
  147.  using a 16-bit adapter or a 16-bit bus slot, then loopback is set to
  148.  NO (this exception does not apply for 4 Mbps Token Ring operation)."
  149.  
  150. [Enet20UTP]
  151.  display = "Enable 20 Mbps Ethernet operation"
  152.  type = String
  153.  Default = "NO"
  154.  StrLength = 3
  155.  Set = NO, YES
  156.  Optional = Yes
  157.  Editable = Yes
  158.  Virtual = No
  159.  Help = "This parameter enables the 20 Mbps full duplex mode for Ethernet.
  160.  Setting a value of YES will enable this feature in the adapter, provided the
  161.  adapter is attached with a UTP cable to a switched Ethernet concentrator
  162.  that supports full duplex operation."
  163.  
  164. [EnableHiPriTx]
  165.  display = "Enable high-priority transmit"
  166.  type = String
  167.  Default = "NO"
  168.  StrLength = 3
  169.  Set = NO, YES
  170.  Optional = Yes
  171.  Editable = Yes
  172.  Virtual = No
  173.  Help = "This parameter enables the high-priority transmit channel.  Setting a
  174.  value of YES will enable this channel, and the Maximum High-Priority Transmit
  175.  Access Priority and the High-Priority Transmit Channel Threshold parameters
  176.  will be used to configure its operation.  The default value leaves this
  177.  channel disabled.  NOTE:  The high-priority transmit channel can only be
  178.  enabled for Token Ring (it is always disabled for Ethernet)."
  179.  
  180. [HiPriTxAccess]
  181.  display = "Maximum high-priority transmit access priority"
  182.  type = Decimal
  183.  Default = "5"
  184.  Range = 0 - 5
  185.  Optional = Yes
  186.  Editable = Yes
  187.  Virtual = No
  188.  Help = "This parameter specifies the value of the maximum token access
  189.  priority that will be allowed for frames sent on the high-priority transmit
  190.  channel, and may be set to a value from 0 to 5.  Frames which are transmitted
  191.  on the high-priority channel, but whose Frame Control priority value exceeds
  192.  this parameter, will have their token access priority downgraded to the value
  193.  specified by this parameter.  This parameter is ignored if the high-priority
  194.  channel is not enabled."
  195.  
  196. [HiPriTxThresh]
  197.  display = "High-priority transmit threshold"
  198.  type = Decimal
  199.  Default = "4"
  200.  Range = 1 - 5
  201.  Optional = Yes
  202.  Editable = Yes
  203.  Virtual = No
  204.  Help = "This parameter specifies the threshold token access priority value,
  205.  and may be set to a value from 1 to 5.  All LLC frames containing a frame
  206.  priority setting in the Frame Control byte that is equal to or greater than
  207.  the value of this parameter are treated as high-priority frames.  This
  208.  parameter will be ignored if the high-priority channel is not enabled."
  209.  
  210.