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 / smartnd.nif < prev    next >
INI File  |  1995-08-25  |  6KB  |  219 lines

  1. [SMARTND]
  2.  Type = NDIS_SNGL
  3.  Title = "Madge FastMac OS/2 NDIS driver for Smart 16/4 Ringnodes"
  4.  Version = 1.80
  5.  DriverName = SMARTND$
  6.  XPORTS = NETBEUI LANDD
  7.  Copyfile = SND.MSG
  8.  
  9. [File]
  10.  Name = SMARTND.OS2
  11.  Path = IBMCOM\MACS
  12.  
  13. [MaxFrameSize]
  14.  Display = "Maximum Frame Size"
  15.  Type = Decimal
  16.  Range = 16-17814
  17.  Step = 1
  18.  Default = "4484"
  19.  Optional = Yes
  20.  Editable = Yes
  21.  Virtual = No
  22.  Help = "This parameter defines the maximum frame size in bytes used by
  23.  the adapter.  The default OS/2 value is the maximum value possible when
  24.  operating a 4Mbit/s Token-Ring. Operating a 16Mbit/s network, the maximum
  25.  possible value is 17814 bytes.
  26.  
  27.  
  28.     Default = 4484"
  29.  
  30. [RxBufferSize]
  31.  Display = "Receive Buffer Size"
  32.  Type = DecNum
  33.  Range = 0 - 64000
  34.  Optional = Yes
  35.  Editable = Yes
  36.  Virtual = No
  37.  Help = "The SMARTND driver has a single receive buffer that it uses for
  38.  holding received frames.  Increasing the size of this buffer can improve
  39.  system performance.  If you have sufficient memory in your system, we
  40.  recommend that you increase this parameter.
  41.  
  42.  
  43.     Default = 36000"
  44.  
  45. [TxBufferSize]
  46.  Display = "Transmit Buffer Size"
  47.  Type = DecNum
  48.  Range = 0 - 64000
  49.  Optional = Yes
  50.  Editable = Yes
  51.  Virtual = No
  52.  Help = "The SMARTND driver has a single transmit buffer that it uses for
  53.  holding frames being transmitted.  Increasing the size of this buffer can
  54.  improve system performance.  If you have sufficient memory in your system,
  55.  we recommend that you increase this parameter.
  56.  
  57.  
  58.     Default = 36000"
  59.  
  60. [MaxTransmits]
  61.  Display = "Transmit Queue Size"
  62.  Type = Decimal
  63.  Default = "10"
  64.  Range = 0 - 100
  65.  Optional = Yes
  66.  Editable = Yes
  67.  Virtual = No
  68.  Help = "This  parameter  defines  the  maximum  number  of  transmit
  69.  commands that the driver may queue at any one time.
  70.  
  71.  
  72.     Default = 10"
  73.  
  74. [AutoOpen]
  75.  Display = "Adapter Automatic-Open Option"
  76.  Type = String
  77.  Strlength = 3
  78.  Set = Yes, No
  79.  Default = "No"
  80.  Optional = Yes
  81.  Editable = Yes
  82.  Virtual = No
  83.  Help = "If this flag is set to NO, the protocol software must explicitly
  84.  open and close the adapter, otherwise, SMARTND will keep the adapter open
  85.  automatically.
  86.  
  87.  
  88.     Default = No"
  89.  
  90. [IOAddress]
  91.  Display = "Select Adapter by I/O Address"
  92.  Type = Hexadecimal
  93.  Range = 0000 - FFFF
  94.  Optional = Yes
  95.  Editable = Yes
  96.  Virtual = No
  97.  Help = "This parameter defines the I/O address of the Ringnode that the NDIS
  98.  driver uses.  If the driver fails to find a Ringnode at this I/O location,
  99.  an error will be reported.
  100.  
  101.  
  102.     Default = automatically detected"
  103.  
  104. [Slot]
  105.  Display = "Select Adapter by Slot Number"
  106.  Type = DecNum
  107.  Range = 0 - 254
  108.  Optional = Yes
  109.  Editable = Yes
  110.  Virtual = No
  111.  Help = "This parameter defines the Slot number of the Ringnode that the NDIS
  112.  driver uses.  It is only applicable to Smart 16/4 EISA, MC, MC32, PCMCIA,
  113.  and PCI adapters.  For these adapters, the driver will report an error if
  114.  there is no Ringnode at this Slot number.
  115.  
  116.  
  117.     Default = automatically detected"
  118.  
  119. [BurntInAddress]
  120.  Display = "Select Adapter by Burnt-In Address"
  121.  Type = HexString
  122.  Strlength = 12
  123.  Range = 0000F6000000 - 0000F6FFFFFF
  124.  Optional = Yes
  125.  Editable = Yes
  126.  Virtual = No
  127.  Help  = "This parameter defines the Burnt-In Address of the Ringnode that
  128.  the NDIS driver uses.  It is only applicable to Smart 16/4 ISA Client PnP
  129.  adapters.  For there adapters, the driver will report an error if there is
  130.  no Ringnode with this burnt-in address.
  131.  
  132.  
  133.     Default = automatically detected"
  134.  
  135. [SetIRQNumber]
  136.  Display = "Adapter IRQ Setting"
  137.  Type = DecNum
  138.  Range = 1 - 15
  139.  Optional = Yes
  140.  Editable = Yes
  141.  Virtual = No
  142.  Help = "If you are using the Smart 16/4 AT Plus, ISA Client Plus, PCMCIA, or
  143.  Smart 16 Ringnode, use this parameter to configure the adapter's interrupt
  144.  setting.
  145.  
  146.  
  147.     Default for Smart 16 Ringnode = 3 (alternatives are 2 and 7)
  148.  
  149.     Default for other adapters = automatically detected"
  150.  
  151. [CopyAllData]
  152.  Display = "Copy All Data Option"
  153.  Type = String
  154.  Strlength = 3
  155.  Set = Yes, No
  156.  Default = "Yes"
  157.  Optional = Yes
  158.  Editable = Yes
  159.  Virtual = No
  160.  Help = "If this parameter is set to Yes, the driver copies  all  of the
  161.  data to be transmitted into the transmit buffer before transmission.
  162.  Setting the flag to No allows  the  driver  to avoid  copying the data.
  163.  Generally this setting gives the best performance, although some protocol
  164.  stacks may not operate in this mode.
  165.  
  166.  
  167.     Default = Yes"
  168.  
  169. [NodeAddress]
  170.  Display = "Network Adapter Address"
  171.  Type = HexString
  172.  Strlength = 12
  173.  Range = 400000000000 - 7FFFFFFFFFFF
  174.  Optional = Yes
  175.  Editable = Yes
  176.  Virtual = No
  177.  Help  = "This parameter defines the value of the locally administered
  178.  address. If  set,  it over-rides  the burnt-in node address that the card
  179.  normally uses.
  180.  Note that if AutoOpen = No (see the Adapter Open Control parameter) the
  181.  protocol above SMARTND in the protocol stack  may also attempt to set the
  182.  node address. If this happens, the protocol, and not the SMARTND parameter,
  183.  takes precedence.
  184.  
  185.  
  186.     Default = none"
  187.  
  188. [Force16]
  189.  Display = "Force Adapter to 16Mbps"
  190.  Type = String
  191.  StrLength = 3
  192.  Set = Yes, No
  193.  Optional = Yes
  194.  Editable = Yes
  195.  Virtual = No
  196.  Help = "If this parameter is set to Yes, the adapter will operate on the
  197.  ring at a Ringspeed of 16Mbps.  If set to No, the adapter will operate at
  198.  its default or configured Ringspeed.
  199.  
  200.  
  201.     Default = No"
  202.  
  203. [Force4]
  204.  Display = "Force Adapter to 4Mbps"
  205.  Type = String
  206.  StrLength = 3
  207.  Set = Yes, No
  208.  Optional = Yes
  209.  Editable = Yes
  210.  Virtual = No
  211.  Help = "If this parameter is set to Yes, the adapter will operate on the
  212.  ring at a Ringspeed of 4Mbps.  If set to No, the adapter will operate at
  213.  its default or configured Ringspeed.  Note that this parameter only has any
  214.  effect on Smart 16/4 EISA, MC, MC32, PCMCIA, PCI and PnP Ringnodes.
  215.  
  216.  
  217.     Default = No"
  218.  
  219.