home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / NIF / 001 / DXME0.NIF < prev    next >
INI File  |  1995-05-04  |  4KB  |  117 lines

  1. [DXME0]
  2. TITLE = "IBM DOS IEEE 802.2 Protocol for NDIS (DXME0MOD.SYS)"
  3. TYPE = Protocol
  4. VERSION = 2.02
  5. DRIVERNAME = DXME0$
  6.  
  7. [FILE]
  8. NAME = DXME0MOD.SYS
  9. PATH = \
  10.  
  11. [X]
  12. TAG = oldenet
  13. DISPLAY = "Use Original Ethernet Adapter Type Value"
  14. TYPE = None
  15. set = y,n,yes,no
  16. SCOPE = global
  17. optional = yes
  18. editable = yes
  19. virtual = no
  20. help = "The LAN Support Program 1.3 uses a different value to identify
  21. Ethernet adapters to application programs than was used in LAN Support Program
  22. 1.2. Some application programs, such as IBM Application Systems/400*
  23. PC Support, use the value from LAN Support Program 1.2.
  24. Set this parameter to 'YES' for these programs.  The default is 'NO'."
  25.  
  26. [NETADDRESS]
  27. TAG = netaddress
  28. DISPLAY = "Locally administered address"
  29. TYPE = hexString
  30. STRLENGTH = 12
  31. range = 400000000000-7FFFFFFFFFFF
  32. SCOPE = local
  33. OPTIONAL = yes
  34. EDITABLE = yes
  35. HELP = "Enter a 12 digit hexadecimal address in the range
  36.        400000000000 to 7FFFFFFFFFFF.  Each address must be unique
  37.        within the network.  If you do not enter this parameter,
  38.        the universally administered address is used."
  39.  
  40. [WORKSPACE]
  41. TAG = WORKSPACE
  42. DISPLAY = "Work space"
  43. TYPE = decimal
  44. DEFAULT = 8
  45. RANGE = 8 - 64
  46. SCOPE = local
  47. OPTIONAL = yes
  48. EDITABLE = yes
  49. HELP = "Enter a decimal number indicating the number of kilobytes of
  50.        work space for this adapter.  If omitted, 8 kilobytes will be used.
  51.        The range is 8 to 64."
  52.  
  53. [TRANSMIT]
  54. TAG = TRANSMIT
  55. DISPLAY = "Type of frame to transmit"
  56. TYPE = decimal
  57. DEFAULT = 0
  58. RANGE = 0 - 3
  59. SCOPE = local
  60. OPTIONAL = yes
  61. EDITABLE = yes
  62. HELP = "Enter values as follows:
  63.  
  64. 0 to transmit IEEE 802.3 frame and swap address bits (default).
  65.  
  66. 1 to transmit Ethernet DIX Version 2.0 frame and swap address bits.
  67.  
  68. 2 to transmit IEEE 802.3 frame and not swap address bits.
  69.  
  70. 3 to transmit Ethernet DIX Version 2.0 frame and not swap address bits.
  71.  
  72. Use parameter values 2 and 3 at your own risk.   These parameters
  73. do not work with all systems.
  74.  
  75. If the interface is IEEE 802.5 this parameter will be ignored.  However,
  76. if it is specified it must still be within the valid range (0 to 3)."
  77.  
  78. [MINSAP]
  79. display = "Minimum SAP"
  80. type = decimal
  81. range = 0000-0127
  82. default = 0000
  83. step = 1
  84. SCOPE = local
  85. optional = yes
  86. editable = yes
  87. virtual = no
  88. help = "This parameter sets the minimum number of SAP stations
  89. that the adapter will support when opened.  It enables multiple 802.2
  90. applications to coexist.  For example, IBM Personal Communications/3270
  91. and IBM Application System/400* PC Support can run on the same workstation
  92. if MINSAP is set to a high enough value to include the total number of SAPs
  93. required by both application programs.
  94.  
  95. If omitted, 0 is used. The range is 0 - 127."
  96.  
  97. [MINLINK]
  98. display = "Minimum Link Stations"
  99. type = decimal
  100. range = 0000-0254
  101. default = 0000
  102. step = 1
  103. SCOPE = local
  104. optional = yes
  105. editable = yes
  106. virtual = no
  107. help = "This parameter sets the minimum number of link stations
  108. that the adapter will support when opened.  It enables multiple 802.2
  109. applications to coexist.  For example, IBM Personal Communications/3270
  110. and IBM Application System/400* PC Support can run on the same workstation
  111. if MINLINK is set to a high enough value to include the total number of link
  112. stations required by both application programs.  (MINSAP must also be set
  113. to a high enough value to include the total number of SAPS required by
  114. both application programs.)
  115.  
  116. If omitted, 0 is used.  The range is 0 - 254."
  117.