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

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