home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / NBR11I.ZIP / NASYNC.NIF < prev    next >
INI File  |  1992-11-12  |  5KB  |  189 lines

  1. [NASYNC]
  2. Type = NDIS
  3. Title = "NIC Async"
  4. Version = 1.1
  5. Drivername = NASYNC$
  6. Xports = NETBEUI NBP TCP NBRIDGE
  7.  
  8. [FILE]
  9. Name = NASYNC.OS2
  10. Path = \NIC11
  11.  
  12. [MAC_TYPE]
  13. tag = MAC_TYPE
  14. display = "Mac Type"
  15. type = String
  16. Strlength = 9
  17. Set = "DIX+802.3", "802.5"
  18. default = "DIX+802.3"
  19. optional = YES
  20. editable = YES
  21. help = "This parameter specifies the MAC Type. Set to 'DIX+802.3' for Ethernet
  22.  emulation or '802.5' for Token Ring emulation. Token Ring emulation should
  23.  only be used with NIC Bridge in Source Routing mode."
  24.  
  25. [MAC_NETADDRESS]
  26. tag = MAC_NETADDRESS
  27. display = "Network adapter address"
  28. type = HexString
  29. Strlength = 12
  30. default = "123456789ABC"
  31. optional = NO
  32. editable = YES
  33. help = "This parameter sets the network address of NIC Async.
  34.  The value of this parameter is a hexadecimal string of 12 digits,
  35.  as in 123456789ABC.  The address MUST be unique among all other
  36.  network adapter addresses on the network."
  37.  
  38. [MAC_MAXXMITS]
  39. tag = MAC_MAXXMITS
  40. display = "Maximum queued transmits"
  41. type = Decimal
  42. default = 8
  43. range   = 1-32
  44. optional = NO
  45. editable = YES
  46. help = "This parameter sets the maximum number of queued transmits."
  47.  
  48. [COMM_FSMODE]
  49. tag = COMM_FSMODE
  50. display = "OS/2 File System Mode"
  51. type = String
  52. Strlength = 3
  53. Set = "NO", "YES"
  54. default = "NO"
  55. optional = YES
  56. editable = YES
  57. help = "This parameter enables the OS/2 File System Mode for use with
  58.  the NIC Async OS/2 Comport Agent NaComA.Exe."
  59.  
  60. [COMM_PORTNAME]
  61. tag = COMM_PORTNAME
  62. display = "Com Port Name"
  63. type = String
  64. Strlength = 64
  65. default = "COM1"
  66. optional = NO
  67. editable = YES
  68. help = "This parameter specifies the Communication Port Name. It may be
  69.  'COM1' - 'COM8' in Direct Port Mode or any valid Com Port Name when
  70.   OS/2 File System Mode is used."
  71.  
  72. [COMM_BAUDRATE]
  73. tag = COMM_BAUDRATE
  74. display = "Baud Rate"
  75. type = Decimal
  76. Set = 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200
  77. default = 9600
  78. optional = NO
  79. editable = YES
  80. help = "This parameter specifies the Communications Port Baud Rate.
  81.  OS/2 File System mode allows a maximum of 19200 baud with regular
  82.  serial ports or 57600 baud with 16550A buffered serial ports."
  83.  
  84. [MODEM_TYPE]
  85. tag = MODEM_TYPE
  86. display = "Modem Type"
  87. type = String
  88. Strlength = 5
  89. Set = "HAYES", "NULL"
  90. default = "HAYES"
  91. optional = YES
  92. editable = YES
  93. help = "This parameter sets the Hayes or Null Modem Type."
  94.  
  95. [MODEM_INIT]
  96. tag = MODEM_INIT
  97. display = "Modem Init String"
  98. type = String
  99. Strlength = 50
  100. default = "AT&FQ0V1&C1&D2&W"
  101. optional = NO
  102. editable = YES
  103. help = "This parameter specifies the Modem Initialization String."
  104.  
  105. [MODEM_DIAL]
  106. tag = MODEM_DIAL
  107. display = "Modem Dial String"
  108. type = String
  109. Strlength = 50
  110. default = "ATD"
  111. optional = NO
  112. editable = YES
  113. help = "This parameter specifies the Modem Dial String."
  114.  
  115. [MODEM_ANSWER]
  116. tag = MODEM_ANSWER
  117. display = "Modem Answer String"
  118. type = String
  119. Strlength = 50
  120. default = "ATA"
  121. optional = NO
  122. editable = YES
  123. help = "This parameter specifies the Modem Answer String."
  124.  
  125. [MODEM_CONNECT]
  126. tag = MODEM_CONNECT
  127. display = "Modem Connect String"
  128. type = String
  129. Strlength = 50
  130. default = "CONNECT"
  131. optional = NO
  132. editable = YES
  133. help = "This parameter specifies the Modem Connect String."
  134.  
  135. [MODEM_LOCKBAUD]
  136. tag = MODEM_LOCKBAUD
  137. display = "Modem Lock Baud Rate"
  138. type = String
  139. Strlength = 3
  140. Set = "NO", "YES"
  141. default = "YES"
  142. optional = YES
  143. editable = YES
  144. help = "This parameter enables or disables Baud Rate locking. Set to NO
  145.  if your modem switches baudrate on connection. Most 2400 baud and lower
  146.  speed Hayes and Hayes compatible modems do this."
  147.  
  148. [CHARS_PHONE]
  149. tag = CHARS_PHONE
  150. display = "Default Dial Out Phone Number"
  151. type = String
  152. Strlength = 50
  153. default = "P555-1212"
  154. optional = NO
  155. editable = YES
  156. help = "This parameter sets the default Dial Out Phone Number."
  157.  
  158. [CHARS_DIALIN]
  159. tag = CHARS_DIALIN
  160. display = "Dialin enable"
  161. type = String
  162. Strlength = 3
  163. Set = "YES", "NO"
  164. default = "YES"
  165. optional = NO
  166. editable = YES
  167. help = "This parameter enables or disables Dial In. Be sure to disable Dial In
  168.  on a PC which will be used for outgoing access ONLY."
  169.  
  170. [CHARS_PWORDIN]
  171. tag = CHARS_PWORDIN
  172. display = "Incoming Password"
  173. type = String
  174. Strlength = 8
  175. default = "PASSWORD"
  176. optional = NO
  177. editable = YES
  178. help = "This parameter sets the password that must be supplied by callers."
  179.  
  180. [CHARS_PWORDOUT]
  181. tag = CHARS_PWORDOUT
  182. display = "Default Dial Out Password"
  183. type = String
  184. Strlength = 8
  185. default = "PASSWORD"
  186. optional = NO
  187. editable = YES
  188. help = "This parameter sets the default Dial Out password."
  189.