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 / mdgfnd.nif < prev    next >
INI File  |  1995-06-01  |  5KB  |  149 lines

  1. [MDGFND]
  2.  Type = NDIS_SNGL
  3.  Title = "Madge Smart 100 Ringnodes"
  4.  Version = 2.00
  5.  DriverName = MDGFND$
  6.  
  7. [File]
  8.  Name = MDGFND.OS2
  9.  Path = IBMCOM\MACS
  10.  
  11. [EthernetMode]
  12.  Display = "Ethernet emulation mode"
  13.  Type = String
  14.  StrLength = 3
  15.  Set = "YES","NO"
  16.  Optional = Yes
  17.  Editable = Yes
  18.  Virtual = No
  19.  Help = "MDGFND usually emulates a token-ring NDIS driver - the 
  20.   protocols immediately above MDGFND in the protocol stack think 
  21.   they are communicating over a token-ring network. If you set this 
  22.   parameter to YES, the protocols above MDGFND think they are 
  23.   communicating over an Ethernet network."
  24.  
  25. [FDDIIPXMode]
  26.  Display = "FDDI IPX support"
  27.  Type = String
  28.  StrLength = 3
  29.  Set = "YES","NO"
  30.  Optional = Yes
  31.  Editable = Yes
  32.  Virtual = No
  33.  Help = "This parameter enables MDGFND to support FDDI IPX frames 
  34.   when in token-ring emulation mode. It is needed, because 
  35.   token-ring and FDDI use different addressing formats for IPX 
  36.   headers."
  37.  
  38. [GDTAddressing]
  39.  Display = "GDT addressing support"
  40.  Type = String
  41.  StrLength = 3
  42.  Set = "YES","NO"
  43.  Optional = Yes
  44.  Editable = Yes
  45.  Virtual = No
  46.  Help = "This parameter provides support for virtual GDT (Global 
  47.   Descriptor Table) addresses to describe the location of buffers 
  48.   passed to the NDIS driver."
  49.  
  50.  
  51. [IOAddress]
  52.  Tag = IOAddress
  53.  Display = "IO address"
  54.  Type = HexNum
  55.  Range = 0A20 - FC80
  56.  Step = 1
  57.  Optional = Yes
  58.  Editable = Yes
  59.  Virtual = No
  60.  Help = "This parameter defines the I/O address of the Ringnode that 
  61.   MDGFND should use."
  62.  
  63. [NodeAddress]
  64.  Tag = NetAddress
  65.  Display = "Locally administered address"
  66.  Type = HexString
  67.  Strlength = 12
  68.  Range = "400000000000" - "7FFFFFFFFFFF"
  69.  Optional = Yes
  70.  Editable = Yes
  71.  Virtual = No
  72.  Help = "This parameter, if set, overrides the permanent hardware 
  73.   address that the Ringnode normally uses. Specify this parameter as 
  74.   a twelve-digit, hexadecimal string. The address you give must be a 
  75.   unique, locally-administered node address. Always give this 
  76.   parameter in token-ring network format."
  77.  
  78. [OpenMode]
  79.  Display = "Open mode"
  80.  Type = String
  81.  StrLength = 8
  82.  Set = "STANDARD","MAINTAIN","ALWAYS"
  83.  Optional = Yes
  84.  Editable = Yes
  85.  Virtual = No
  86.  Help = "This parameter enables you to select one of three open 
  87.   modes. In STANDARD mode, requests to open and close the Ringnode 
  88.   that are made by the protocols immediately above MDGFND in the 
  89.   protocol stack, actually open and close the Ringnode. 
  90.   In MAINTAIN mode, requests to open and close the Ringnode do not 
  91.   actually open and close the Ringnode. However, as far as the 
  92.   protocols immediately above MDGFND in the protocol stack can 
  93.   determine, the Ringnode is behaving as if it is in the open or 
  94.   close state requested. This mode removes the minor interruptions 
  95.   when the ring is down that are caused by Ringnodes inserting into 
  96.   or deinserting from the ring. 
  97.   In ALWAYS mode, requests to open and close the Ringnode are not 
  98.   supported. MDGFND opens the Ringnode automatically at bind time, 
  99.   and the protocols immediately above MDGFND in the protocol stack 
  100.   are informed that the Ringnode is always open."
  101.  
  102. [PIOOnly]
  103.  Display = "PIO tranfers only"
  104.  Type = String
  105.  StrLength = 3
  106.  Set = "YES","NO"
  107.  Optional = Yes
  108.  Editable = Yes
  109.  Virtual = No
  110.  Help = "This parameter forces MDGFND to use PIO mode. You may need 
  111.   to use this parameter if you are using a memory manager that does 
  112.   not work with DMA."
  113.  
  114. [SRStrip]
  115.  Display = "Strip source-routing info"
  116.  Type = String
  117.  StrLength = 3
  118.  Set = "YES","NO"
  119.  Optional = Yes
  120.  Editable = Yes
  121.  Virtual = No
  122.  Help = "This parameter determines whether or not the Ringnode 
  123.   strips source-routing information out of a frame before 
  124.   transmitting it. This parameter acts independently of SRSupport."
  125.         
  126. [SRSupport]
  127.  Display = "Source-routing support"
  128.  Type = String
  129.  StrLength = 3
  130.  Set = "YES","NO"
  131.  Optional = Yes
  132.  Editable = Yes
  133.  Virtual = No
  134.  Help = "This parameter provides support for source routing."
  135.  
  136. [TXThreshold]
  137.  Display = "Transmit pipelining threshold"
  138.  Type = Decimal
  139.  Range = 0 - 4096
  140.  Step = 1
  141.  Optional = Yes
  142.  Editable = Yes
  143.  Virtual = No
  144.  Help = "This parameter determines the degree of transmit pipelining 
  145.   used. The lower the number, the earlier the actual transmission 
  146.   onto the ring commences. If the parameter is set too low, then 
  147.   frames may not be transmitted. The default value, 0, disables any 
  148.   transmit pipelining."
  149.