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

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