home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 29 Fixes_o / 29-Fixes_o.zip / LSP138B1.DSK / NIF / 001 / DXMT0MOD.NIF < prev   
Text File  |  1995-05-04  |  17KB  |  504 lines

  1. ; common section
  2. [NETBEUI]
  3.  Type = netbios
  4.  Title = "IBM DOS NETBIOS (DXMT0MOD.SYS)"
  5.  Version = 1.33
  6.  Drivername = dxmt0mod$
  7.  
  8. [FILE]
  9.  Name = dxmt0mod.sys
  10.  path= \
  11.  
  12. ; parameter section
  13. ;
  14. ; ENABLE
  15. [E]
  16.  Tag       = E
  17.  Display   = "Enable"
  18.  Type      = NONE
  19.  Scope     = global
  20.  Optional  = yes
  21.  Editable  = yes
  22.  default   = no
  23.  set       = y,n,yes,no
  24.  Help      = "If the Enable parameter is not coded, the processing of NETBIOS
  25.              commands occurs when the '5C' interrupt is issued.  Because
  26.              interrupts are disabled for a short time, some loss of data may
  27.              occur in an asynchronous adapter if it is used simultaneously
  28.              with a LAN adapter.  Enter 'YES' to code the parameter, 'NO' otherwise.
  29.              The default is 'NO'."
  30.  
  31. ; STATIONS
  32. [ST]
  33.  Tag       = ST
  34.  Display   = "Maximum number of link stations"
  35.  Type      = DECIMAL
  36.  Default   = 16
  37.  Range     = 0 - 254
  38.  Scope     = local
  39.  Optional  = yes
  40.  Editable  = yes
  41.  Help      = "The maximum number of NETBIOS interface link stations
  42.               that can be defined.  Must be a decimal number from 0 to 254.
  43.               If omitted or 0, the default value is 16."
  44.  
  45. ; SESSIONS
  46. [S]
  47.  Tag       = S
  48.  Display   = "Maximum number of sessions"
  49.  Type      = decimal
  50.  Default   = 16
  51.  Range     = 0 - 254
  52.  Scope     = local
  53.  Optional  = yes
  54.  Editable  = yes
  55.  Help      = "The maximum number of NETBIOS interface device driver sessions
  56.               that can be defined.  Must be a decimal number from 0 to 254.
  57.               If omitted or 0, the default value is 16."
  58.  
  59. ; EXTRA.SAPS
  60. [ES]
  61.  Tag       = ES
  62.  Display   = "Extra SAPs"
  63.  Type      = decimal
  64.  Default   = 0
  65.  Range     = 0 - 99
  66.  Scope     = local
  67.  Optional  = yes
  68.  Editable  = yes
  69.  Help      = "Indicates additional SAPs requested by the NETBIOS interface
  70.              when it implicitly opens the adapter.  These SAPs are not used
  71.              by the NETBIOS interface, but by application programs.
  72.              Note that the number must be within the adapter maximum value,
  73.              or the adapter will fail to open.
  74.              Must be a decimal number from 0 to 99.
  75.              If omitted or 0, the default is 0."
  76.  
  77. ; EXTRA.STATIONS
  78. [EST]
  79.  Tag       = EST
  80.  Display   = "Extra stations"
  81.  Type      = decimal
  82.  Default   = 0
  83.  Range     = 0 - 254
  84.  Scope     = local
  85.  Optional  = yes
  86.  Editable  = yes
  87.  Help      = "Indicates additional link stations requested by the NETBIOS
  88.              interface when it implicitly opens the adapter.
  89.              These link stations are not used by the NETBIOS interface.
  90.              Requesting extra stations reduces link stations available for
  91.              the use of the NETBIOS interface.
  92.              Note that the number must be within the adapter maximum value,
  93.              or the adapter will fail to open.
  94.              Must be a decimal number from 0 to 254.
  95.              If omitted or 0, the default is 0."
  96.  
  97. ; COMMANDS
  98. [C]
  99.  Tag       = C
  100.  Display   = "Maximum commands"
  101.  Type      = decimal
  102.  Default   = 12
  103.  Range     = 0 - 255
  104.  Scope     = local
  105.  Optional  = yes
  106.  Editable  = yes
  107.  Help      = "The maximum number of NETBIOS interface commands (NCB) that
  108.               can be outstanding at one time.
  109.               Must be a decimal number from 0 to 255.  If omitted or 0,
  110.               the default value is 12."
  111.  
  112. ; NAMES
  113. [N]
  114.  Tag       = N
  115.  Display   = "Maximum names"
  116.  Type      = decimal
  117.  Default   = 17
  118.  Range     = 0 - 254
  119.  Scope     = local
  120.  Optional  = yes
  121.  Editable  = yes
  122.  Help      = "The maximum number of NETBIOS interface device driver names that
  123.               can be defined.  One name is always reserved for defining
  124.               the station address of the network adapter card.
  125.               Must be a decimal number from 0 to 254.  If omitted or 0,
  126.               the default value is 17.  If 1, the value will be set
  127.               to 2."
  128.  
  129. ; OPEN.ON.LOAD
  130. [O]
  131.  Tag       = O
  132.  Display   = "Open on load"
  133.  Type      = String
  134.  StrLength = 3
  135.  Default   = YES
  136.  Set       = Y,N,YES,NO
  137.  Scope     = local
  138.  Optional  = yes
  139.  Editable  = yes
  140.  Help      = "If 'OPEN.ON.LOAD = YES', the NETBIOS interface will open the
  141.               adapter at load time.  This will eliminate the delay caused
  142.               by adapter open when an application program is loaded later
  143.               and issues the first NCB.  'NO' should be coded for Ethernet
  144.               (and other NDIS) support.  If omitted, the default value is
  145.               'YES'."
  146.  
  147. ; DHB.SIZE
  148. [DS]
  149.  Tag       = DS
  150.  Display   = "Transmit buffer size"
  151.  Type      = decimal
  152. ; default determined by NETBIOS interface
  153. ; may need to allow zero to allow resetting this parameter
  154.  Range     = 200 - 17960
  155.  Scope     = local
  156.  Optional  = yes
  157.  Editable  = yes
  158.  Help      = "The size of the adapter's transmit buffers.
  159.               Must be a decimal number within the range acceptable to the
  160.               adapter, and can be between 200 and 17960.
  161.               Note that the minimum size allowed by the NETBIOS
  162.               interface is 200.  If omitted or 0, the value is
  163.               determined by the NETBIOS interface."
  164.  
  165. ; DHB.NUMBER
  166. [DN]
  167.  Tag       = DN
  168.  Display   = "Number of Transmit buffers"
  169.  Type      = decimal
  170. ; default determined by NETBIOS interface
  171.  Range     = 0 - 9
  172.  Scope     = local
  173.  Optional  = yes
  174.  Editable  = yes
  175.  Help      = "The number of transmit buffers allocated by the adapter.
  176.               Must be a decimal number within the range acceptable to the
  177.               adapter, and can be from 0 to 9.
  178.               If omitted or 0, the value is determined by the NEBIOS
  179.               interface."
  180.  
  181. ;  RECEIVE.BUFFER.SIZE is too many characters to fit in the NIF definition
  182. [R]
  183.  Tag       = R
  184.  Display   = "Receive buffer size"
  185.  Type      = decimal
  186. ; default determined by NETBIOS interface
  187.  Range     = 0 - 9999
  188.  Scope     = local
  189.  Optional  = yes
  190.  Editable  = yes
  191.  Help      = "The size of the adapter's receive buffers.
  192.               A minimum of 8 adapter buffers of the specified size will
  193.               be allocated.
  194.               Must be a decimal number within the range acceptable to the
  195.               adapter, and can be from 0 to 9999.
  196.               If omitted or 0,
  197.               the value is determined by the NEBIOS interface."
  198.  
  199. ; TRANSMIT.TIMEOUT has too many characters to fit in the NIF definition
  200. [TT]
  201.  Tag       = TT
  202.  Display   = "Transmit timeout"
  203.  Type      = decimal
  204.  Default   = 1
  205.  Range     = 0 - 20
  206.  Scope     = local
  207.  Optional  = yes
  208.  Editable  = yes
  209.  Help      = "Sets the transmit timeout in 1/2-second periods.
  210.               This is the time between transmission of queries (for
  211.               instance, CALL).  Must be a decimal number from 0 to 20.
  212.               If omitted or 0, the default is 1 (1/2 second)."
  213.  
  214. ; TRANSMIT.COUNT
  215. [TC]
  216.  Tag       = TC
  217.  Display   = "Transmit count"
  218.  Type      = decimal
  219.  Default   = 6
  220.  Range     = 0 - 10
  221.  Scope     = local
  222.  Optional  = yes
  223.  Editable  = yes
  224.  Help      = "Sets the number of times queries (for instance, CALL) are
  225.               transmitted.  Must be a decimal number from 0 to 10.
  226.               If omitted or 0, the default is 6."
  227.  
  228. ; DLC.MAXOUT
  229. [MO]
  230.  Tag       = MO
  231.  Display   = "Maximum transmits outstanding"
  232.  Type      = decimal
  233.  Default   = 2
  234.  Range     = 0 - 9
  235.  Scope     = local
  236.  Optional  = yes
  237.  Editable  = yes
  238.  Help      = "The number of NETBIOS message packets to send before
  239.              expecting an acknowledgment.
  240.              Must be a decimal number from 0 to 9.
  241.              If omitted or 0, the default is 2.
  242.              Note: If maxout is less than maxin, the t2 timer will time
  243.                    out frequently.  Set maxout to be near but not less
  244.                    than maxin."
  245.  
  246. ; DLC.MAXIN
  247. [MI]
  248.  Tag       = MI
  249.  Display   = "Maximum receives outstanding"
  250.  Type      = decimal
  251.  Default   = 1
  252.  Range     = 0 - 9
  253.  Scope     = local
  254.  Optional  = yes
  255.  Editable  = yes
  256.  Help      = "The number of NETBIOS message packets to receive before
  257.              sending an acknowledgment.  This number is also known as
  258.              the receive window.
  259.              Must be a decimal number from 0 to 9.
  260.              If omitted or 0, the default is 1.
  261.              Note: If maxin is greater than maxout, the t2 timer will time
  262.                    out frequently.  Set maxin to be near but not greater
  263.                    than maxout."
  264.  
  265. ; DLC.RETRY.COUNT
  266. [RC]
  267.  Tag       = RC
  268.  Display   = "DLC retries"
  269.  Type      = decimal
  270.  Default   = 8
  271.  Range     = 0 - 255
  272.  Scope     = local
  273.  Optional  = yes
  274.  Editable  = yes
  275.  Help      = "The number of retries to make before assuming that the
  276.              receiver's DLC layer is not responding.
  277.              Must be a decimal number from 0 to 255.
  278.              If omitted or 0, the default is 8."
  279.  
  280. ; DLC.T1
  281. [T1]
  282.  Tag       = T1
  283.  Display   = "Response timer - t1"
  284.  Type      = decimal
  285.  Default   = 5
  286.  Range     = 0 - 10
  287.  Scope     = local
  288.  Optional  = yes
  289.  Editable  = yes
  290.  Help      = "Sets the retransmission timer.  This value is correlated
  291.               to a value of seconds in time.  See
  292.               the LAN Support Program User's Guide for the correlations.
  293.               The T1 response timer determines
  294.               the delay before retransmitting a link-level frame if
  295.               no acknowledgment is received.
  296.               Must be a decimal value from 0 to 10.
  297.               If omitted or 0, the default is 5."
  298.  
  299. ; DLC.T2
  300. [T2]
  301.  Tag       = T2
  302.  Display   = "Acknowledgment timer - t2"
  303.  Type      = decimal
  304.  Default   = 2
  305.  Range     = 0 - 11
  306.  Scope     = local
  307.  Optional  = yes
  308.  Editable  = yes
  309.  Help      = "Sets the delayed acknowledgment timer.  This value is
  310.               correlated to a value of seconds in time.  See
  311.               the LAN Support Program User's Guide for the correlations.
  312.               The T2 acknowledgment
  313.               timer determines the delay before acknowledging a received
  314.               frame when the receive window has not been reached.
  315.               Must be a decimal value from 0 to 11.
  316.               If omitted or 0, the default is 2.  If the value is 11,
  317.               the T2 timer function is not implemented."
  318.  
  319. ; DLC.TI
  320. [TI]
  321.  Tag       = TI
  322.  Display   = "Inactivity timer - ti"
  323.  Type      = decimal
  324.  Default   = 10
  325.  Range     = 0 - 10
  326.  Scope     = local
  327.  Optional  = yes
  328.  Editable  = yes
  329.  Help      = "Sets the inactivity timer.  This value is correlated to a
  330.               value of seconds in time.  See the LAN Support Program
  331.               User's Guide for the correlations.
  332.               The TI inactivity timer determines how long to wait
  333.               before generating a DLC status if there is no link station
  334.               traffic.
  335.               Must be a decimal number from 0 to 10.  If omitted or 0,
  336.               the default is 10."
  337.  
  338. ; DATAGRAM.MAX
  339. [DG]
  340.  Tag       = DG
  341.  Display   = "Use DATAGRAM.MAX"
  342.  Type      = String
  343.  StrLength = 3
  344.  Default   = NO
  345.  Set       = Y,N,YES,NO
  346.  Scope     = local
  347.  Optional  = yes
  348.  Editable  = yes
  349.  Help      = "Enter 'YES' to use the full transmit buffer size minus
  350.               86 for datagrams.  Enter 'NO' if you will not require the
  351.               full transmit buffer size minus 86.
  352.               If 'NO' is coded, the maximum datagram size is 512 bytes."
  353.  
  354. ; CLOSE.ON.RESET
  355. [CR]
  356.  Tag       = CR
  357.  Display   = "Close on reset"
  358.  Type      = String
  359.  StrLength = 3
  360.  Default   = NO
  361.  Set       = Y,N,YES,NO
  362.  Scope     = local
  363.  Optional  = yes
  364.  Editable  = yes
  365.  Help      = "Enter 'YES' to cause the NETBIOS interface to close the
  366.               adapter and then reopen it when a RESET is issued.
  367.               The default is 'NO'.  If this parameter is 'NO', the
  368.               function is not performed."
  369.  
  370. ; RING.ACCESS
  371. [RA]
  372.  Tag       = RA
  373.  Display   = "Ring access"
  374.  Type      = decimal
  375.  Default   = 0
  376.  Range     = 0 - 3
  377.  Scope     = local
  378.  Optional  = yes
  379.  Editable  = yes
  380.  Help      = "Indicates the ring access priority for this adapter
  381.              for NETBIOS device driver interface messages.  This parameter
  382.              is valid for IBM Token-Ring Adapters only.
  383.              The higher the number, the higher the priority.
  384.              Must be a decimal number from 0 to 3.
  385.              If omitted or 0, the default is 0."
  386.  
  387. ; REMOTE.NAME.DIRECTORY has too many characters to fit in the NIF definition
  388. [RND]
  389.  Tag       = RND
  390.  Display   = "Remote name directory"
  391.  Type      = decimal
  392.  Default   = 0
  393.  Range     = 0 - 255
  394.  Scope     = local
  395.  Optional  = yes
  396.  Editable  = yes
  397.  Help      = "May be coded as a number from 0 to 255.  If a non-zero value
  398.              is coded, the RND function is implemented with the value
  399.              indicating the number of remote names that can be saved by
  400.              the local node.  Note that 4 is the minimum of name entries;
  401.              if 1, 2, or 3 is entered, the value of 4 is used.
  402.              If omitted or 0, the RND function is not implemented.
  403.              When RND is implemented (after the local station has located
  404.              a remote name), the remote node address is saved and
  405.              subsequent CALLS, STATUS QUERIES, and SEND
  406.              DATAGRAMS to that name will be to a specific node
  407.              rather than a broadcast to all nodes.
  408.              The default is 0."
  409.  
  410. ; REMOTE.DATAGRAM.CONTROL has too many characters to fit in the NIF definition
  411. [RDC]
  412.  Tag       = RDC
  413.  Display   = "Remote datagram control"
  414.  Type      = String
  415.  StrLength = 3
  416.  Default   = NO
  417.  Set       = Y,N,YES,NO
  418.  Scope     = local
  419.  Optional  = yes
  420.  Editable  = yes
  421.  Help      = "This function works only when REMOTE.NAME.DIRECTORY is
  422.              implemented.  Enter this keyword as 'YES' to have
  423.              SEND DATAGRAMS use REMOTE NAME DIRECTORY to send to
  424.              remote nodes. If a bridge in the transmission path drops
  425.              out, datagrams give no indication that the path is no
  426.              longer valid.  If you find that the remote node is not
  427.              receiving datagrams, you can update the RND by having
  428.              the application program issues a FIND_NAME command with
  429.              a receive buffer length of zero.
  430.              The default value is 'NO'.  If this parameter value
  431.              is omitted or coded as 'NO', SEND DATAGRAMS does not use
  432.              the RND function."
  433.  
  434. ; RESET.VALUES
  435. [RV]
  436.  Tag       = RV
  437.  Display   = "Reset values"
  438.  Type      = String
  439.  StrLength = 3
  440.  Default   = NO
  441.  Set       = Y,N,YES,NO
  442.  Scope     = local
  443.  Optional  = yes
  444.  Editable  = yes
  445.  Help      = "Enter 'YES' to change the defaults used on a RESET to be
  446.              the values you code for sessions and maximum outstanding commands,
  447.              rather than the normal default values.  If omitted or coded
  448.              as 'NO', RESET works as it does in earlier releases of NETBIOS.
  449.              The default value is 'NO'."
  450.  
  451. ; ADAP.ADDR.NOT.REVERSED has too many characters to fit in the NIF definition
  452. [ANR]
  453.  Tag       = ANR
  454.  Display   = "Adapter address not reversed"
  455.  Type      = String
  456.  StrLength = 3
  457.  Default   = NO
  458.  Set       = Y,N,YES,NO
  459.  Scope     = local
  460.  Optional  = yes
  461.  Editable  = yes
  462.  Help      = "If coded as 'YES', the adapter's universally administered
  463.              address, as used in the ADAPTER_STATUS command and in
  464.              NAME_NUMBER_1, will be in proper order.  If omitted or coded
  465.              as 'NO', the adapter's universally administered address
  466.              will be byte-reversed.  The default value is 'NO'."
  467.  
  468. ; CALL
  469. [CF]
  470.  Tag       = CF
  471.  Display   = "Call far"
  472.  Type      = String
  473.  StrLength = 3
  474.  Default   = NO
  475.  Set       = Y,N,YES,NO
  476.  Scope     = global
  477.  Optional  = yes
  478.  Editable  = yes
  479.  help      = "This parameter prevents an application
  480. program from intercepting the X'5C' interrupt issued by
  481. the NETBIOS device driver.  If an application intercepts this
  482. interrupt, LAN Support Program processing is terminated.
  483.  
  484. This parameter is recommended with Windows* and DOS memory
  485. managers.
  486.  
  487. The default value for this parameter is 'NO'.
  488. If omitted or 'NO', this function is not performed.
  489.  
  490.  
  491. * Trademark of Microsoft"
  492.  
  493. ; PBA
  494. [PBA]
  495.  Tag       = PBA
  496.  Display   = "Piggybacked acknowledgments"
  497.  Type      = decimal
  498.  Range     = 0 - 5
  499.  Scope     = local
  500.  Optional  = yes
  501.  Editable  = yes
  502.  Help      = "This parameter specifies whether the NETBIOS protocol
  503.   sends and receives acknowledgments piggybacked with incoming data."
  504.