home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / driver / net / ndis / wd_plus / macwdmc.nif < prev    next >
Encoding:
OS/2 Network Information File  |  1992-01-31  |  2.3 KB  |  86 lines

  1. [MACWD]
  2.  Type = NDIS_MULT
  3.  Title = "Western Digital EtherCard PLUS Micro Channel Adapters"
  4.  Version = 1.15
  5.  DriverName = MACWD$
  6.  XPORTS = NETBEUI LANDD
  7.  COPYFILE = MAC.MSG, MACH.MSG
  8. [File]
  9.  Name = MACWD.OS2, MACWD2.OS2
  10.  Path = A:\IBMLAN
  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 EtherCard PLUS
  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.  optional = Yes
  31.  editable = Yes
  32.  virtual = No
  33.  help = "This parameter specifies the maximum number of general
  34.  requests that can be concurrently outstanding."
  35.  
  36. [MaxTransmits]
  37.  display = "Maximum number of queued transmits"
  38.  type = Decimal
  39.  default = 12
  40.  range = 6 - 24
  41.  optional = Yes
  42.  editable = Yes
  43.  virtual = No
  44.  help = "This parameter specifies the maximum number of
  45.  TransmitChain commands that can be concurrently queued by the network
  46.  adapter driver."
  47.  
  48. [ReceiveBuffers]
  49.  display = "Number of receive buffers"
  50.  type = Decimal
  51.  default = 12
  52.  range = 6-24
  53.  optional = Yes
  54.  editable = Yes
  55.  virtual = No
  56.  help = "This parameter specifies the number of receive buffers
  57.  allocated in the host memory."
  58.  
  59. [ReceiveBufSize]
  60.  display = "Receive buffer size"
  61.  type = Decimal
  62.  default = 256
  63.  range = 256 - 1536
  64.  step = 256
  65.  optional = Yes
  66.  editable = Yes
  67.  virtual = No
  68.  help = "This parameter specifies the size of the receive buffers
  69.  in bytes.  The value specified must be an even number and must be
  70.  large enough to hold the expected received frames of average size.
  71.  It is not necessary that a value be specified to hold the largest
  72.  expected frame.  The network adapter driver handles large frames
  73.  in multiple receive buffers."
  74.  
  75. [ReceiveChains]
  76.  display = "Receive chain queue entries"
  77.  type = Decimal
  78.  default = 12
  79.  range = 6 - 24
  80.  optional = Yes
  81.  editable = Yes
  82.  virtual = No
  83.  help = "This parameter specifies the number of entries in the
  84.  receive chain header queue."
  85.  
  86.