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 / maceth.nif < prev    next >
INI File  |  1995-06-01  |  2KB  |  89 lines

  1. [IBMAC]
  2.  Type = NDIS_MULT
  3.  Title = "IBM PS/2 Adapter for Ethernet Networks"
  4.  Version = 1.19
  5.  DriverName = MACETH$
  6.  XPORTS = NETBEUI LANDD
  7.  COPYFILE = ETH.MSG, ETHH.MSG
  8. [File]
  9.  Name = MACETH.OS2, MACETH2.OS2
  10.  Path = A:\OS2
  11.  
  12. [SlotNumber]
  13. tag = SLOTNUMBER
  14. display = "Micro Channel slot number"
  15. type = decimal
  16. range = 1 - 8
  17. optional = YES
  18. editable = YES
  19. help = "This parameter specifes the slot number of the corresponding
  20.  network adapter card in the workstation.  The system will default to
  21.  the lowest numbered slot containing a network adapter card of this
  22.  type.  Specify this parameter only when more than one IBM Ethernet
  23.  Network adapter card is present in the same workstation."
  24.  
  25. [MaxRequests]
  26.  display = "Maximum number of queued general requests"
  27.  type = Decimal
  28.  default = 8
  29.  range = 6 - 24
  30.  step = 1
  31.  optional = Yes
  32.  editable = Yes
  33.  virtual = No
  34.  help = "This parameter specifies the maximum number of general requests
  35.  that can be concurrently outstanding."
  36.  
  37. [MaxTransmits]
  38.  display = "Maximum number of queued transmits"
  39.  type = Decimal
  40.  default = 12
  41.  range = 6 - 24
  42.  step =
  43.  optional = Yes
  44.  editable = Yes
  45.  virtual = No
  46.  help = "This parameter specifies the maximum number of TransmitChain
  47.  commands that can be concurrently queued by the network adapter
  48.  driver."
  49.  
  50. [ReceiveBuffers]
  51.  display = "Number of receive buffers"
  52.  type = Decimal
  53.  default = 12
  54.  range = 6-24
  55.  optional = Yes
  56.  editable = Yes
  57.  virtual = No
  58.  help = "This parameter specifies the number of receive buffers
  59.  allocated in the host memory."
  60.  
  61. [ReceiveBufSize]
  62.  display = "Receive buffer size"
  63.  type = Decimal
  64.  default = 256
  65.  range = 256 - 1536
  66.  step = 256
  67.  optional = Yes
  68.  editable = Yes
  69.  virtual = No
  70.  help = "This parameter specifies the size of the receive buffers in
  71.  bytes.  The value specified must be an even number and must be large
  72.  enough to hold the expected received frames of average size.  It is
  73.  not necessary that a value be specified to hold the largest expected
  74.  frame.  The network adapter driver handles large frames in multiple
  75.  receive buffers."
  76.  
  77. [ReceiveChains]
  78.  display = "Receive chain queue entries"
  79.  type = Decimal
  80.  default = 12
  81.  range = 6 - 24
  82.  step =
  83.  optional = Yes
  84.  editable = Yes
  85.  virtual = No
  86.  help = "This parameter specifies the number of entries in the
  87.  receive chain header queue."
  88.  
  89.