home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / novell / dwenu_n2 / dwenu_n2.exe / LANDRV32 / SKFMNW.LDI < prev    next >
Text File  |  1996-05-17  |  14KB  |  638 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. VER:    1.11
  4. SYN:    1.00
  5.  
  6. DR SKFMNW OPTIONAL
  7. {
  8.     DES:    $SKFMNW_DES
  9.     HELP:    $SKFMNW_HLP
  10.     PAR:    2.00
  11.     PROD:    MCA.0083
  12.     FILE:    SKFMNW.LAN
  13.     TIME:    45
  14.  
  15.     PR SLOT REQ
  16.     {
  17.     }
  18.  
  19.     FR FrameSelect
  20.     {
  21.         CH:    'FDDI_802.2'
  22.         CH:    'FDDI_SNAP'
  23.         DEF:    1,2
  24.     }
  25.  
  26.     PR NODE
  27.     {
  28.     }
  29.  
  30.     ; *****************************************************
  31.     ;
  32.     ; Custom Keywords
  33.     ;
  34.     ; *****************************************************
  35.  
  36.     ;
  37.     ; Driver Parameters
  38.     ;
  39.  
  40.     LIST No_Multicast OPT
  41.     {
  42.         DES:    "Send Multicast Packets as Broadcast"
  43.  
  44.         HELP:    "If the keyword NO_MULTICAST is used, all multicast
  45.             addresses will be converted to broadcast addresses
  46.             during transmission."
  47.  
  48.         CD:    'NO'
  49.         CH:    ''
  50.  
  51.         CD:    'YES'
  52.         CH:    'NO_MULTICAST'
  53.  
  54.         DEF:    1
  55.  
  56.         OUT:    '%s'    
  57.     }
  58.  
  59.     ;
  60.     ; SMT Parameters
  61.     ;
  62.     PR PmfPasswd OPT
  63.     {
  64.         DES:    "Password for PMF Requests"
  65.  
  66.         HELP:    "This keyword defines the password that all remote PMF
  67.             (Parameter Management Frame) requests must provide to
  68.             change FDDI attributes within the adapter.
  69.             The value for PMFPASSWD is 8 ASCII characters long and
  70.             not case sensitive since lower case letters will be
  71.             converted to upper case. Password protection can be
  72.             disabled by setting this keyword to all zeros
  73.             (default), or by not specifying a PMFPASSWD."
  74.  
  75.         TYPE:    String (8)
  76.  
  77.         OUT:    'PMFPASSWD=%s'    
  78.     }
  79.  
  80.     PR UserData OPT
  81.     {
  82.         DES:    "SMT User Data"
  83.  
  84.         HELP:    "This keyword provides local write access to the User
  85.             Data attribute, registered as fddiSMT 17 in the SMT
  86.             Standard. The User Data must be an ASCII string for
  87.             compliance with the FDDI SMT Standard."
  88.  
  89.         TYPE:    String (32)
  90.  
  91.         OUT:    'USERDATA="%s"'
  92.     }
  93.  
  94.     LIST LerCutOffA OPT
  95.     {
  96.         DES:    "SMT LER Cutoff attribute Port A"
  97.  
  98.         HELP:    "This keyword provides local write access to the
  99.             LER Cutoff attribute, registered as fddiPORT 58 in
  100.             the SMT Standard. This attribute indentifies the
  101.             excessive Link Error Rate that removes Port A/B (or
  102.             Port S). This keyword is specified as absolute value
  103.             of the base 10 logarithm of the LER Cufoff value.
  104.             The valid range reaches from 1E-4 to 1E-15. If a
  105.             value is specified which lies outside the limits, the
  106.             upper/lower limit will be taken. If no value is
  107.             specified, the default value for LERCUTOFFA/LERCUTOFFB
  108.             (1E-7) will be used."
  109.  
  110.         CD:    '1E-4'
  111.         CH:    4
  112.  
  113.         CD:    '1E-5'
  114.         CH:    5
  115.  
  116.         CD:    '1E-6'
  117.         CH:    6
  118.  
  119.         CD:    '1E-7'
  120.         CH:    7
  121.  
  122.         CD:    '1E-8'
  123.         CH:    8
  124.  
  125.         CD:    '1E-9'
  126.         CH:    9
  127.  
  128.         CD:    '1E-10'
  129.         CH:    10
  130.  
  131.         CD:    '1E-11'
  132.         CH:    11
  133.  
  134.         CD:    '1E-12'
  135.         CH:    12
  136.  
  137.         CD:    '1E-13'
  138.         CH:    13
  139.  
  140.         CD:    '1E-14'
  141.         CH:    14
  142.  
  143.         CD:    '1E-15'
  144.         CH:    15
  145.  
  146.         DEF:    4
  147.  
  148.         OUT:    'LERCUTOFFA=%s'
  149.     }
  150.  
  151.     LIST LerCutOffB OPT
  152.     {
  153.         DES:    "SMT LER Cutoff attribute Port B"
  154.  
  155.         HELP:    "This keyword provides local write access to the
  156.             LER Cutoff attribute, registered as fddiPORT 58 in
  157.             the SMT Standard. This attribute indentifies the
  158.             excessive Link Error Rate that removes Port A/B (or
  159.             Port S). This keyword is specified as absolute value
  160.             of the base 10 logarithm of the LER Cufoff value.
  161.             The valid range reaches from 1E-4 to 1E-15. If a
  162.             value is specified which lies outside the limits, the
  163.             upper/lower limit will be taken. If no value is
  164.             specified, the default value for LERCUTOFFA/LERCUTOFFB
  165.             (1E-7) will be used."
  166.  
  167.         CD:    '1E-4'
  168.         CH:    4
  169.  
  170.         CD:    '1E-5'
  171.         CH:    5
  172.  
  173.         CD:    '1E-6'
  174.         CH:    6
  175.  
  176.         CD:    '1E-7'
  177.         CH:    7
  178.  
  179.         CD:    '1E-8'
  180.         CH:    8
  181.  
  182.         CD:    '1E-9'
  183.         CH:    9
  184.  
  185.         CD:    '1E-10'
  186.         CH:    10
  187.  
  188.         CD:    '1E-11'
  189.         CH:    11
  190.  
  191.         CD:    '1E-12'
  192.         CH:    12
  193.  
  194.         CD:    '1E-13'
  195.         CH:    13
  196.  
  197.         CD:    '1E-14'
  198.         CH:    14
  199.  
  200.         CD:    '1E-15'
  201.         CH:    15
  202.  
  203.         DEF:    4
  204.  
  205.         OUT:    'LERCUTOFFB=%s'
  206.     }
  207.  
  208.     LIST LerAlarmA OPT
  209.     {
  210.         DES:    "SMT LER Alarm attribute Port A"
  211.  
  212.         HELP:    "This keyword provides local write access to the LER
  213.             Alarm attribute, registered as fddiPORT 59 in the SMT
  214.             Standard. This attribute identifies the excessive
  215.             Link Error Rate that siganls an alarm at Port A/B (or
  216.             Port S). This keyword is specified as absolute value
  217.             of the base 10 logarithm of the LER Alarm value.
  218.             The valid range reaches from 1E-4 to 1E-15. If a
  219.             value is specified which lies outside the limits, the
  220.             upper/lower limit will be taken. If no value is
  221.             specified, the default value for LERALARMA/LERALARMB
  222.             (1E-8) will be used."
  223.  
  224.         CD:    '1E-4'
  225.         CH:    4
  226.  
  227.         CD:    '1E-5'
  228.         CH:    5
  229.  
  230.         CD:    '1E-6'
  231.         CH:    6
  232.  
  233.         CD:    '1E-7'
  234.         CH:    7
  235.  
  236.         CD:    '1E-8'
  237.         CH:    8
  238.  
  239.         CD:    '1E-9'
  240.         CH:    9
  241.  
  242.         CD:    '1E-10'
  243.         CH:    10
  244.  
  245.         CD:    '1E-11'
  246.         CH:    11
  247.  
  248.         CD:    '1E-12'
  249.         CH:    12
  250.  
  251.         CD:    '1E-13'
  252.         CH:    13
  253.  
  254.         CD:    '1E-14'
  255.         CH:    14
  256.  
  257.         CD:    '1E-15'
  258.         CH:    15
  259.  
  260.         DEF:    5
  261.  
  262.         OUT:    'LERALARMA=%s'
  263.     }
  264.     
  265.     LIST LerAlarmB OPT
  266.     {
  267.         DES:    "SMT LER Alarm attribute Port B"
  268.  
  269.         HELP:    "This keyword provides local write access to the LER
  270.             Alarm attribute, registered as fddiPORT 59 in the SMT
  271.             Standard. This attribute identifies the excessive
  272.             Link Error Rate that siganls an alarm at Port A/B
  273.             (or Port S). This keyword is specified as absolute
  274.             value of the base 10 logarithm of the LER Alarm value.
  275.             The valid range reaches from 1E-4 to 1E-15. If a
  276.             value is specified which lies outside the limits, the
  277.             upper/lower limit will be taken. If no value is
  278.             specified, the default value for LERALARMA/LERALARMB
  279.             (1E-8) will be used."
  280.  
  281.         CD:    '1E-4'
  282.         CH:    4
  283.  
  284.         CD:    '1E-5'
  285.         CH:    5
  286.  
  287.         CD:    '1E-6'
  288.         CH:    6
  289.  
  290.         CD:    '1E-7'
  291.         CH:    7
  292.  
  293.         CD:    '1E-8'
  294.         CH:    8
  295.  
  296.         CD:    '1E-9'
  297.         CH:    9
  298.  
  299.         CD:    '1E-10'
  300.         CH:    10
  301.  
  302.         CD:    '1E-11'
  303.         CH:    11
  304.  
  305.         CD:    '1E-12'
  306.         CH:    12
  307.  
  308.         CD:    '1E-13'
  309.         CH:    13
  310.  
  311.         CD:    '1E-14'
  312.         CH:    14
  313.  
  314.         CD:    '1E-15'
  315.         CH:    15
  316.  
  317.         DEF:    5
  318.  
  319.         OUT:    'LERALARMB=%s'
  320.     }
  321.  
  322.     PR TMin OPT
  323.     {
  324.         DES:    "SMT T-Min attribute"
  325.  
  326.         HELP:    "This keyword provides local write access to the 2's
  327.             complement T-Min attribute, registered as fddiMAC 55
  328.             in the SMT Standard. The value for TMIN is specified
  329.             in milliseconds. The valid range reaches from 5 ms to
  330.             165 ms. If a value is specified which lies outside
  331.             the limits, the upper/lower limit will be taken. If
  332.             no value is specified, the default value for TMIN
  333.             (5 ms) will be used."
  334.  
  335.         TYPE:    DEC
  336.  
  337.         VAL:    5 - 165
  338.  
  339.         DEF:    5
  340.  
  341.         OUT:    'TMIN=%s'
  342.         }
  343.  
  344.     PR TMax OPT
  345.     {
  346.         DES:    "SMT T-Max attribute"
  347.  
  348.         HELP:    "This keyword provides local write access to the 2's
  349.             complement T-Max attribute, registered as fddiMAC 53
  350.             in the SMT Standard. The value for TMAX is specified
  351.             in milliseconds. The valid range reaches from 5 ms to
  352.             165 ms. If a value is specified which lies outside
  353.             the limits, the upper/lower limit will be taken. If
  354.             no value is specified, the default value for TMAX
  355.             (165 ms) will be used."
  356.  
  357.         TYPE:    DEC
  358.  
  359.         VAL:    5 - 165
  360.  
  361.         DEF:    165
  362.  
  363.         OUT:    'TMAX=%s'
  364.     }
  365.  
  366.     PR TReq OPT
  367.     {
  368.         DES:    "SMT T-Req attribute"
  369.  
  370.         HELP:    "This keyword provides local write access to the 2's
  371.             complement T-Req attribute, registered as fddiMAC 51
  372.             in the SMT Standard. The value for TREQ is specified
  373.             in milliseconds. The valid range reaches from 5 ms to
  374.             165 ms. If a value is specified which lies outside
  375.             the limits, the upper/lower limit will be taken. If
  376.             no value is specified, the default value for TREQ
  377.             (165 ms) will be used."
  378.  
  379.         TYPE:    DEC
  380.  
  381.         VAL:    5 - 165
  382.  
  383.         DEF:    165
  384.  
  385.         OUT:    'TREQ=%s'
  386.     }
  387.  
  388.     PR TVX OPT
  389.     {
  390.         DES:    "SMT TVX attribute"
  391.  
  392.         HELP:    "This keyword provides local write access to the TVX
  393.             attribute, registered as fddiMAC 54 in the SMT
  394.             Standard. This attribute provides local control of
  395.             the recovery time from transient ring errors.
  396.             The value for TVX is specified in microseconds.
  397.             The valid range reaches from 2500 us to 10000 us.
  398.             If a value is specified which lies outside the limits,
  399.             the upper/lower limit will be taken. If no value is
  400.             specified, the default value for TVX (2700 us) will
  401.             be used."
  402.  
  403.         TYPE:    DEC
  404.  
  405.          VAL:    2500 - 10000
  406.  
  407.         DEF:    2700
  408.  
  409.         OUT:    'TVX=%s'
  410.     }
  411.  
  412.     ;
  413.     ; SBA Parameters
  414.     ;
  415.     LIST SbaCommand OPT
  416.     {
  417.         DES:    "SBA Command"
  418.  
  419.         HELP:    "This keyword is an SBA local action to start or stop
  420.             the SBA application. The default value is 'STOP'.
  421.             Note: There should be only one active SBA application
  422.             in the same ring."
  423.  
  424.         CD:    'STOP'
  425.         CH:    'STOP'
  426.         CD:    'START'
  427.         CH:    'START'
  428.  
  429.         DEF:    1
  430.  
  431.         OUT:    'SBACOMMAND=%s'
  432.     }
  433.  
  434.     PR SbaAvailable OPT
  435.     {
  436.         DES:    "SbaAvailable attribute"
  437.  
  438.         HELP:    "This keyword defines the maximum synchronous
  439.             bandwidth in percent available for the primary path.
  440.             The valid range reaches from 0 - 100 percent. The
  441.             default value is 50 percent (6.25 Mbytes/s).
  442.             If a value is specified which lies outside the limits,
  443.             the upper/lower limit will be taken. This value
  444.             remains zero until the SBA application is enabled and
  445.             active."
  446.  
  447.         TYPE:    DEC
  448.  
  449.         VAL:    0 - 100
  450.  
  451.         DEF:    50
  452.  
  453.         OUT:    'SBAAVAILABLE=%s'
  454.     }
  455.  
  456.     ;
  457.     ; ESS Parameters
  458.     ;
  459.     PR SbaPayLoad OPT
  460.     {
  461.         DES:    "SbaPayLoad attribute"
  462.  
  463.         HELP:    "This keyword defines the requested synchronous
  464.             bandwidth for manual static allocations. The valid
  465.             range reaches from 0 to 1562 bytes per 125
  466.             microseconds. For example, if the required bandwidth
  467.             is 1 Mbit/s (125,000 bytes/s), the value of the payload
  468.             is 125,000 * 125E-6 = 15.625, rounded up to 16. If a
  469.             value is specified which lies outside the limits, the
  470.             upper/lower limit will be taken. The default value is
  471.             zero - no synchronous bandwidth is used. The user is
  472.             required to define the amount of bandwidth to be able
  473.             to send synchronous frames. If the keyword SbaPayLoad
  474.             is not specified, the keywords SbaOverHead, MaxTNeg,
  475.             MinSegmentSize and SbaCategory have no effect."
  476.  
  477.         TYPE:    DEC
  478.  
  479.         VAL:    0 - 1562
  480.  
  481.         DEF:    0
  482.  
  483.         OUT:    'SBAPAYLOAD=%s'
  484.     }
  485.  
  486.     PR SbaOverHead OPT
  487.     {
  488.         DES:    "SbaOverHead attribute"
  489.  
  490.         HELP:    "This keyword defines the requested overhead for
  491.             static allocations. The valid range reaches from
  492.             50 to 5000 bytes. If a value is specified which lies
  493.             outside the limits, the upper/lower limit will be
  494.             taken. The default value is 50 bytes. This keyword
  495.             has only an effect, if the keyword SbaPayLoad is
  496.             specified."
  497.  
  498.         TYPE:    DEC
  499.  
  500.         VAL:    50 - 5000
  501.  
  502.         DEF:    50
  503.  
  504.         OUT:    'SBAOVERHEAD=%s'
  505.     }
  506.  
  507.     PR MaxTNeg OPT
  508.     {
  509.         DES:    "MaxTNeg attribute"
  510.  
  511.         HELP:    "This keyword defines the maximum token rotation delay
  512.             acceptable to the application(s) using synchronous
  513.             bandwidth. The valid range reaches from 5 ms to
  514.             165 ms. If a value is specified which lies outside
  515.             the limits, the upper/lower limit will be taken.
  516.             The default value is 25 ms. This keyword has only an
  517.             effect, if the keyword SbaPayLoad is specified."
  518.  
  519.         TYPE:    DEC
  520.  
  521.         VAL:    5 - 165
  522.  
  523.         DEF:    25
  524.  
  525.         OUT:    'MAXTNEG=%s'
  526.     }
  527.  
  528.     PR MinSegmentSize OPT
  529.     {
  530.         DES:    "MinSegmentSize attribute"
  531.  
  532.         HELP:    "This keyword defines the minimum synchronous
  533.             segmentation size. This value corresponds to the
  534.             amount of bytes to be transmitted on a per token
  535.             opportunity. The valid range reaches from 1 to 4478
  536.             bytes. If a value is specified which lies outside the
  537.             limits, the upper/lower limit will be taken. This
  538.             keyword has only an effect, if the keyword SbaPayLoad
  539.             is specified."
  540.  
  541.         TYPE:    DEC
  542.  
  543.         VAL:    1 - 4478
  544.  
  545.         OUT:    'MINSEGMENTSIZE=%s'
  546.     }
  547.  
  548.     PR SbaCategory OPT
  549.     {
  550.         DES:    "SbaCategory attribute"
  551.  
  552.         HELP:    "This keyword defines the session ID of the
  553.             SBA_Category for the static allocation. The valid
  554.             range reaches from 0 to 65535. If a value is specified
  555.             which lies outside the limits, the upper/lower limit
  556.             will be taken. This parameter has only an effect, if
  557.             the keyword SbaPayLoad is specified."
  558.  
  559.         TYPE:    DEC
  560.  
  561.         VAL:    0 - 65535
  562.  
  563.         OUT:    'SBACATEGORY=%s'
  564.     }
  565.  
  566.     LIST SynchTxMode OPT
  567.     {
  568.         DES:    "SynchTxMode attribute"
  569.  
  570.         HELP:    "This keyword defines the synchronous transmission
  571.             mode. The default value is 'SPLIT', where only
  572.             packets identified as synchronous packets shall be
  573.             transmitted by the synchronous queue. The other value
  574.             is 'ALL', where all LLC packets received from upper
  575.             layers are transmitted via the synchronous queue.
  576.             This keyword has only an effect, if the end station
  577.             support was able to get the required synchronous
  578.             bandwidth from the SBA."
  579.  
  580.         CD:    'SPLIT'
  581.         CH:    'SPLIT'
  582.         CD:    'ALL'
  583.         CH:    'ALL'
  584.  
  585.         DEF:    1
  586.  
  587.         OUT:    'SYNCHTXMODE=%s'
  588.     }
  589. }
  590.  
  591.  
  592. DLANG: 4
  593.     $YES =        "Yes"
  594.     $NO =        "No"
  595.  
  596.     $SKFMNW_DES =    "SK-NET FDDI MCA"
  597.     $SKFMNW_HLP =    "This driver (SKFMNW.LAN) supports
  598.             SK-NET FDDI MCA network adapters installed in
  599.             a microchannel server."
  600.  
  601. LANG: 6
  602.     $YES =        "Yes"
  603.     $NO =        "No"
  604.  
  605.     $SKFMNW_DES =    "SK-NET FDDI MCA"
  606.     $SKFMNW_HLP =    "This driver (SKFMNW.LAN) supports
  607.             SK-NET FDDI MCA network adapters installed in
  608.             a microchannel server."
  609.  
  610. LANG: 7
  611.     $YES =        "Ja"
  612.     $NO =        "Nein"
  613.  
  614.     $SKFMNW_DES =    "SK-NET FDDI MCA"
  615.     $SKFMNW_HLP =    "Dieser Treiber (SKFMNW.LAN) unterstützt die
  616.             SK-NET FDDI MCA Netzwerkkarten in
  617.             Microchannel-Servern."
  618.  
  619. LANG: 8
  620.     $YES =        "Yes"
  621.     $NO =        "No"
  622.  
  623.     $SKFMNW_DES =    "SK-NET FDDI MCA"
  624.     $SKFMNW_HLP =    "This driver (SKFMNW.LAN) supports
  625.             SK-NET FDDI MCA network adapters installed in
  626.             a microchannel server."
  627.  
  628. LANG: 14
  629.     $YES =        "Yes"
  630.     $NO =        "No"
  631.  
  632.     $SKFMNW_DES =    "SK-NET FDDI MCA"
  633.     $SKFMNW_HLP =    "This driver (SKFMNW.LAN) supports
  634.             SK-NET FDDI MCA network adapters installed in
  635.             a microchannel server."
  636.  
  637. ;DrIvEr DeScRiPtIoN EnD
  638.