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

  1. [DXMG1MOD]
  2. TITLE = "IBM PC Network Adapters with 3270 Workstation Program (DXMG1MOD.SYS)"
  3. TYPE = Native
  4. VERSION = 1.33
  5. DRIVERNAME = DXMG1MOD$
  6.  
  7. [FILE]
  8. NAME = DXMG1MOD.SYS
  9. PATH = \
  10.  
  11. [NETADDRESS]
  12. TAG = netaddress
  13. DISPLAY = "Locally administered address"
  14. TYPE = hexString
  15. STRLENGTH = 12
  16. range = 400000000000-7FFFFFFFFFFF
  17. SCOPE = local
  18. OPTIONAL = yes
  19. EDITABLE = yes
  20. HELP = "Enter a 12 digit hexadecimal address in the range
  21.        400000000000 to 7FFFFFFFFFFF.  Each address must be unique
  22.        within the network.  If you do not enter this parameter,
  23.        the universally administered address is used."
  24.  
  25. [WORKSPACE]
  26. TAG = WORKSPACE
  27. DISPLAY = "Work space"
  28. TYPE = decimal
  29. DEFAULT = 8
  30. RANGE = 8 - 64
  31. SCOPE = local
  32. OPTIONAL = yes
  33. EDITABLE = yes
  34. HELP = "Enter a decimal number indicating the number of kilobytes of
  35.        work space for this adapter.  If omitted, 8 kilobytes will be used.
  36.        The range is 8 to 64."
  37.  
  38. [MINSAP]
  39. display = "Minimum SAP"
  40. type = decimal
  41. range = 0000-0127
  42. default = 0000
  43. step = 1
  44. SCOPE = local
  45. optional = yes
  46. editable = yes
  47. virtual = no
  48. help = "This parameter sets the minimum number of SAP stations
  49. that the adapter will support when opened.  It enables multiple 802.2
  50. applications to coexist.  For example, IBM Personal Communications/3270
  51. and IBM Application System/400* PC Support can run on the same workstation
  52. if MINSAP is set to a high enough value to include the total number of SAPs
  53. required by both application programs.
  54.  
  55. If omitted, 0 is used. The range is 0 - 127."
  56.  
  57. [MINLINK]
  58. display = "Minimum Link Stations"
  59. type = decimal
  60. range = 0000-0254
  61. default = 0000
  62. step = 1
  63. SCOPE = local
  64. optional = yes
  65. editable = yes
  66. virtual = no
  67. help = "This parameter sets the minimum number of link stations
  68. that the adapter will support when opened.  It enables multiple 802.2
  69. applications to coexist.  For example, IBM Personal Communications/3270
  70. and IBM Application System/400* PC Support can run on the same workstation
  71. if MINLINK is set to a high enough value to include the total number of link
  72. stations required by both application programs.  (MINSAP must also be set
  73. to a high enough value to include the total number of SAPS required by
  74. both application programs.)
  75.  
  76. If omitted, 0 is used.  The range is 0 - 254."
  77.