home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 March / PCWorld_2004-03_cd.bin / Hardware / VIAeth / NETWARE / SRVRODI.4 / fetnwsa.ldi < prev    next >
Text File  |  2003-01-15  |  58KB  |  1,383 lines

  1. ;
  2. ;  Copyright (c) 2003 VIA Networking, Inc. All rights reserved.
  3. ;  This software is copyrighted by and is the sole property of
  4. ;  VIA Networking, Inc. This software may only be used in accordance
  5. ;  with the corresponding license agreement. Any unauthorized use,
  6. ;  duplication, transmission, distribution, or disclosure of this
  7. ;  software is expressly forbidden.
  8. ;  This software is provided by VIA Networking, Inc. "as is" and any
  9. ;  express or implied warranties, including, but not limited to, the
  10. ;  implied warranties of merchantability and fitness for a particular
  11. ;  purpose are disclaimed. In no event shall VIA Networking, Inc. be
  12. ;  liable for any direct, indirect, incidental, special, exemplary, or
  13. ;  consequential damages.
  14. ;  File: FETNWSA.LDI
  15. ;  Purpose: LDI file
  16. ;  Author: Benjamin Lee
  17. ;  Date: May 22, 2002
  18. ;DrIvEr DeScRiPtIoN
  19. ;VeRsIoN = 3.00 Novell LAN Installation Information File for FETNWSA
  20. ;CoPyRiGhT = (c) Copyright 2001 by VIA. All rights reserved.
  21.  
  22. VER: 3.02                                       ; This LDI version
  23. SYN: 1.00
  24.  
  25. ; ----------------------------------
  26. ;           VT3053 
  27. ; ----------------------------------
  28. DR VT_3053
  29. {
  30.         DES:    $VT_DES_3053
  31.         HELP:   $VT_HELP
  32.         PAR:    2.00                            ; Hardware Instance Number Aware
  33.         PROD:   'PCI.1106.3053.*.*.*'           ; VT3053
  34.                 
  35.         FILE:   FETNWSA.LAN
  36.         
  37.         ;@#    CLIENT:    FETNWSA.LAN
  38.         ;@#    ALIAS:    FETNWSA.LAN
  39.         ;@# SPROD:  'VIA Technologies~ VIA VT6105M Rhine III Management Adapter'
  40.  
  41.         PROMPT SLOT OPTIONAL
  42.         {
  43.                 DES:    $VT_SLOT_DES
  44.                 HELP:   $VT_SLOT_HLP
  45.  
  46.                 TYPE:   DECIMAL(3)
  47.                 VAL:    1-100
  48.                 DEF:    UNDEFINED
  49.                 OUT:    'SLOT=%s'
  50.         }
  51.  
  52.         PR NODE
  53.         {
  54.         }
  55.  
  56.         FR FrameSelect
  57.         {
  58.                 CH:     'Ethernet_802.3'
  59.                 CH:     'Ethernet_802.2'
  60.                 CH:     'Ethernet_SNAP'
  61.                 CH:     'Ethernet_II'
  62.                 DEF:    1,2                 ; Default flame type = 802.3, 802.2
  63.         }
  64.  
  65.         ; ---------------------------------------------------------
  66.         ; LIST keywords [CONNECTIONTYPE]:
  67.         ;   AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD     
  68.         ; ---------------------------------------------------------
  69.         LI CONNECTIONTYPE OPT
  70.         {
  71.                 DES:    $VT_CONTYPE_DES
  72.                 HELP:   $VT_CONTYPE_HLP
  73.  
  74.                 CD:     $VT_CAUTO_CD
  75.                 CH:     $VT_CAUTO_CH
  76.                 CD:     $VT_C10H_CD
  77.                 CH:     $VT_C10H_CH
  78.                 CD:     $VT_C10F_CD
  79.                 CH:     $VT_C10F_CH
  80.                 CD:     $VT_C100H_CD
  81.                 CH:     $VT_C100H_CH
  82.                 CD:     $VT_C100F_CD
  83.                 CH:     $VT_C100F_CH
  84.                 DEF:    1                       ; DEFAULT=AUTOSENSE
  85.                 
  86.                 OUT:    'CONNECTIONTYPE=%s'     ; if use this, driver need to 
  87.                                                 ; support extra keyword routine for
  88.                                                 ; 'CONNECTIONTYPE'
  89.         }
  90.         
  91.         ; ---------------------------------------------------------
  92.         ; keywords [VID]:
  93.         ;   0 ~ 4096
  94.         ; ---------------------------------------------------------
  95.         PROMPT VID OPTIONAL
  96.         {
  97.                 DES:    $VT_VID_DES
  98.                 HELP:   $VT_VID_HLP
  99.  
  100.                 TYPE:   DECIMAL(4)
  101.                 VAL:    1-4094
  102.                 DEF:    UNDEFINED
  103.                 OUT:    'VID=%s'
  104.         }
  105.         
  106.         ; --------------------------------------------------
  107.         ; LIST keywords [FLOW_CONTROL]:
  108.         ;   Enable, Disable, Hardware_default(or HD)
  109.         ; --------------------------------------------------
  110.         LI FLOW_CONTROL OPT
  111.         {
  112.                 DES:    $VT_FLOWCTL_DES
  113.                 HELP:   $VT_FLOWCTL_HLP
  114.  
  115.                 CD:     $VT_FHD_CD
  116.                 CH:     $VT_FHD_CH
  117.                 CD:     $VT_FENA_CD
  118.                 CH:     $VT_FENA_CH
  119.                 CD:     $VT_FDIS_CD
  120.                 CH:     $VT_FDIS_CH
  121.                 DEF:    1                       ; DEFAULT=Hardware_Default (HD)
  122.                 
  123.                 OUT:    'FLOW_CONTROL=%s'       ; if use this, driver need to 
  124.                                                 ; support extra keyword routine for
  125.                                                 ; 'FLOW_CONTROL'
  126.         }
  127.         
  128.         ; --------------------------------------------------
  129.         ; LIST keywords [TAG]:
  130.         ;   Enable, Disable
  131.         ; --------------------------------------------------
  132.         LI TAG OPT
  133.         {
  134.                 DES:    $VT_TAG_DES
  135.                 HELP:   $VT_TAG_HLP
  136.  
  137.                 CD:     $VT_TENA_CD
  138.                 CH:     $VT_TENA_CH
  139.                 CD:     $VT_TDIS_CD
  140.                 CH:     $VT_TDIS_CH
  141.                 DEF:    2                       ; DEFAULT=Disable
  142.                 OUT:    'TAG=%s'                ; if use this, driver need to 
  143.                                                 ; support extra keyword routine for
  144.                                                 ; 'TAG'
  145.                                                 
  146.                 ;DES:    $VT_PRI_DES
  147.                 ;HELP:   $VT_PRI_HLP
  148.  
  149.                 ;CD:     $VT_PENA_CD
  150.                 ;CH:     $VT_PENA_CH
  151.                 ;CD:     $VT_PDIS_CD
  152.                 ;CH:     $VT_PDIS_CH
  153.                 ;DEF:    2                       ; DEFAULT=Disable
  154.                 ;OUT:    'PRIORITY=%s'           ; if use this, driver need to 
  155.                                                 ; support extra keyword routine for
  156.                                                 ; 'PRIORITY'
  157.         }
  158.         
  159. }
  160.  
  161. ; ----------------------------------
  162. ;           VT3106 
  163. ; ----------------------------------
  164. DR VT_3106
  165. {
  166.         DES:    $VT_DES_3106
  167.         HELP:   $VT_HELP
  168.         PAR:    2.00                            ; Hardware Instance Number Aware
  169.         PROD:   'PCI.1106.3106.*.*.*'           ; VT3106
  170.                 
  171.         FILE:   FETNWSA.LAN
  172.         
  173.         ;@#    CLIENT:    FETNWSA.LAN
  174.         ;@#    ALIAS:    FETNWSA.LAN
  175.         ;@# SPROD:  'VIA Technologies~ VIA VT6105 Rhine III Fast Ethernet Adapter'
  176.  
  177.         PROMPT SLOT OPTIONAL
  178.         {
  179.                 DES:    $VT_SLOT_DES
  180.                 HELP:   $VT_SLOT_HLP
  181.  
  182.                 TYPE:   DECIMAL(3)
  183.                 VAL:    1-100
  184.                 DEF:    UNDEFINED
  185.                 OUT:    'SLOT=%s'
  186.         }
  187.  
  188.         PR NODE
  189.         {
  190.         }
  191.  
  192.         FR FrameSelect
  193.         {
  194.                 CH:     'Ethernet_802.3'
  195.                 CH:     'Ethernet_802.2'
  196.                 CH:     'Ethernet_SNAP'
  197.                 CH:     'Ethernet_II'
  198.                 DEF:    1,2                 ; Default flame type = 802.3, 802.2
  199.         }
  200.  
  201.         ; ---------------------------------------------------------
  202.         ; LIST keywords [CONNECTIONTYPE]:
  203.         ;   AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD     
  204.         ; ---------------------------------------------------------
  205.         LI CONNECTIONTYPE OPT
  206.         {
  207.                 DES:    $VT_CONTYPE_DES
  208.                 HELP:   $VT_CONTYPE_HLP
  209.  
  210.                 CD:     $VT_CAUTO_CD
  211.                 CH:     $VT_CAUTO_CH
  212.                 CD:     $VT_C10H_CD
  213.                 CH:     $VT_C10H_CH
  214.                 CD:     $VT_C10F_CD
  215.                 CH:     $VT_C10F_CH
  216.                 CD:     $VT_C100H_CD
  217.                 CH:     $VT_C100H_CH
  218.                 CD:     $VT_C100F_CD
  219.                 CH:     $VT_C100F_CH
  220.                 DEF:    1                       ; DEFAULT=AUTOSENSE
  221.                 
  222.                 OUT:    'CONNECTIONTYPE=%s'     ; if use this, driver need to 
  223.                                                 ; support extra keyword routine for
  224.                                                 ; 'CONNECTIONTYPE'
  225.         }
  226.         
  227.         ; --------------------------------------------------
  228.         ; LIST keywords [FLOW_CONTROL]:
  229.         ;   Enable, Disable, Hardware_default(or HD)
  230.         ; --------------------------------------------------
  231.         LI FLOW_CONTROL OPT
  232.         {
  233.                 DES:    $VT_FLOWCTL_DES
  234.                 HELP:   $VT_FLOWCTL_HLP
  235.  
  236.                 CD:     $VT_FHD_CD
  237.                 CH:     $VT_FHD_CH
  238.                 CD:     $VT_FENA_CD
  239.                 CH:     $VT_FENA_CH
  240.                 CD:     $VT_FDIS_CD
  241.                 CH:     $VT_FDIS_CH
  242.                 DEF:    1                       ; DEFAULT=Hardware_Default (HD)
  243.                 
  244.                 OUT:    'FLOW_CONTROL=%s'       ; if use this, driver need to 
  245.                                                 ; support extra keyword routine for
  246.                                                 ; 'FLOW_CONTROL'
  247.         }
  248. }
  249.  
  250. ; ----------------------------------
  251. ;           VT3065 
  252. ; ----------------------------------
  253. DR VT_3065
  254. {
  255.         DES:    $VT_DES_3065
  256.         HELP:   $VT_HELP
  257.         PAR:    2.00                            ; Hardware Instance Number Aware
  258.         PROD:   'PCI.1106.3065.*.*.*'           ; VT3065
  259.                 
  260.         FILE:   FETNWSA.LAN
  261.         
  262.         ;@#    CLIENT:    FETNWSA.LAN
  263.         ;@#    ALIAS:    FETNWSA.LAN
  264.         ;@# SPROD:  'VIA Technologies~ VIA Rhine II Fast Ethernet Adapter'
  265.  
  266.         PROMPT SLOT OPTIONAL
  267.         {
  268.                 DES:    $VT_SLOT_DES
  269.                 HELP:   $VT_SLOT_HLP
  270.  
  271.                 TYPE:   DECIMAL(3)
  272.                 VAL:    1-100
  273.                 DEF:    UNDEFINED
  274.                 OUT:    'SLOT=%s'
  275.         }
  276.  
  277.         PR NODE
  278.         {
  279.         }
  280.  
  281.         FR FrameSelect
  282.         {
  283.                 CH:     'Ethernet_802.3'
  284.                 CH:     'Ethernet_802.2'
  285.                 CH:     'Ethernet_SNAP'
  286.                 CH:     'Ethernet_II'
  287.                 DEF:    1,2                 ; Default flame type = 802.3, 802.2
  288.         }
  289.  
  290.         ; ---------------------------------------------------------
  291.         ; LIST keywords [CONNECTIONTYPE]:
  292.         ;   AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD     
  293.         ; ---------------------------------------------------------
  294.         LI CONNECTIONTYPE OPT
  295.         {
  296.                 DES:    $VT_CONTYPE_DES
  297.                 HELP:   $VT_CONTYPE_HLP
  298.  
  299.                 CD:     $VT_CAUTO_CD
  300.                 CH:     $VT_CAUTO_CH
  301.                 CD:     $VT_C10H_CD
  302.                 CH:     $VT_C10H_CH
  303.                 CD:     $VT_C10F_CD
  304.                 CH:     $VT_C10F_CH
  305.                 CD:     $VT_C100H_CD
  306.                 CH:     $VT_C100H_CH
  307.                 CD:     $VT_C100F_CD
  308.                 CH:     $VT_C100F_CH
  309.                 DEF:    1                       ; DEFAULT=AUTOSENSE
  310.                 
  311.                 OUT:    'CONNECTIONTYPE=%s'     ; if use this, driver need to 
  312.                                                 ; support extra keyword routine for
  313.                                                 ; 'CONNECTIONTYPE'
  314.         }
  315.         
  316.         ; --------------------------------------------------
  317.         ; LIST keywords [FLOW_CONTROL]:
  318.         ;   Enable, Disable, Hardware_default(or HD)
  319.         ; --------------------------------------------------
  320.         LI FLOW_CONTROL OPT
  321.         {
  322.                 DES:    $VT_FLOWCTL_DES
  323.                 HELP:   $VT_FLOWCTL_HLP
  324.  
  325.                 CD:     $VT_FHD_CD
  326.                 CH:     $VT_FHD_CH
  327.                 CD:     $VT_FENA_CD
  328.                 CH:     $VT_FENA_CH
  329.                 CD:     $VT_FDIS_CD
  330.                 CH:     $VT_FDIS_CH
  331.                 DEF:    1                       ; DEFAULT=Hardware_Default (HD)
  332.                 
  333.                 OUT:    'FLOW_CONTROL=%s'       ; if use this, driver need to 
  334.                                                 ; support extra keyword routine for
  335.                                                 ; 'FLOW_CONTROL'
  336.         }
  337. }
  338.  
  339. ; ----------------------------------
  340. ;           VT3043 
  341. ; ----------------------------------
  342. DR VT_3043
  343. {
  344.         DES:    $VT_DES_3043
  345.         HELP:   $VT_HELP
  346.         PAR:    2.00                            ; Hardware Instance Number Aware
  347.         PROD:   'PCI.1106.3043.*.*.*'           ; VT3043
  348.                 
  349.         FILE:   FETNWSA.LAN
  350.         
  351.         ;@#    CLIENT:    FETNWSA.LAN
  352.         ;@#    ALIAS:    FETNWSA.LAN
  353.         ;@# SPROD:  'VIA Technologies~ VIA VT86C100A Rhine Fast Ethernet Adapter'
  354.  
  355.         PROMPT SLOT OPTIONAL
  356.         {
  357.                 DES:    $VT_SLOT_DES
  358.                 HELP:   $VT_SLOT_HLP
  359.  
  360.                 TYPE:   DECIMAL(3)
  361.                 VAL:    1-100
  362.                 DEF:    UNDEFINED
  363.                 OUT:    'SLOT=%s'
  364.         }
  365.  
  366.         PR NODE
  367.         {
  368.         }
  369.  
  370.         FR FrameSelect
  371.         {
  372.                 CH:     'Ethernet_802.3'
  373.                 CH:     'Ethernet_802.2'
  374.                 CH:     'Ethernet_SNAP'
  375.                 CH:     'Ethernet_II'
  376.                 DEF:    1,2                 ; Default flame type = 802.3, 802.2
  377.         }
  378.  
  379.         ; ---------------------------------------------------------
  380.         ; LIST keywords [CONNECTIONTYPE]:
  381.         ;   AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD     
  382.         ; ---------------------------------------------------------
  383.         LI CONNECTIONTYPE OPT
  384.         {
  385.                 DES:    $VT_CONTYPE_DES
  386.                 HELP:   $VT_CONTYPE_HLP
  387.  
  388.                 CD:     $VT_CAUTO_CD
  389.                 CH:     $VT_CAUTO_CH
  390.                 CD:     $VT_C10H_CD
  391.                 CH:     $VT_C10H_CH
  392.                 CD:     $VT_C10F_CD
  393.                 CH:     $VT_C10F_CH
  394.                 CD:     $VT_C100H_CD
  395.                 CH:     $VT_C100H_CH
  396.                 CD:     $VT_C100F_CD
  397.                 CH:     $VT_C100F_CH
  398.                 DEF:    1                       ; DEFAULT=AUTOSENSE
  399.                 
  400.                 OUT:    'CONNECTIONTYPE=%s'     ; if use this, driver need to 
  401.                                                 ; support extra keyword routine for
  402.                                                 ; 'CONNECTIONTYPE'
  403.         }
  404. }
  405.  
  406.  
  407. DLANG:  4
  408. ;English
  409.         $VT_DUPLEX_DES= "Full Duplex mode"
  410.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  411.         
  412.         $VT_AUTO_DES  = "AUTO mode"
  413.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  414.         
  415.         $VT_SPEED_DES = "SPEED selection"
  416.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  417.         
  418.         $VT_SLOT_DES  = "Slot"
  419.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  420.                                to enable PCI auto config function."
  421.  
  422.         $VT_CONTYPE_DES   = "Media and Line Speed"
  423.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  424.                                     like to use, or NONE for preprogramed card's
  425.                                     default."
  426.         
  427.         $VT_PRI_DES   = "Priority Transmit Support"
  428.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  429.                                 like to use, or NONE for preprogramed card's
  430.                                 default"
  431.                                         
  432.         $VT_TAG_DES   = "Tagging ability Support"
  433.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  434.                                 or NONE for preprogramed card's default"
  435.                                 
  436.         $VT_FLOWCTL_DES   = "Flow control ability"
  437.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  438.                                     like to use, or NONE for preprogramed card's
  439.                                     default."
  440.         
  441.         $VT_HCS_DES   = "Hardware Checksum Support"
  442.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  443.                                 like to use, or NONE for preprogramed card's
  444.                                 default"
  445.         
  446.         $VT_VID_DES   = "VID number support for VLAN"
  447.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  448.                                 to support VLAN function."
  449.                                         
  450.         $VT_CAUTO_CD  = "Auto-Sense media type"
  451.         $VT_CAUTO_CH  = "Autosense"
  452.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  453.         $VT_C10H_CH   = "10BASET"
  454.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  455.         $VT_C10F_CH   = "10BASETFD"
  456.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  457.         $VT_C100H_CH  = "100BASETXFD"
  458.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  459.         $VT_C100F_CH  = "100BASETX"
  460.         
  461.  
  462.         $VT_FHD_CD    = "Use Hardware Default"
  463.         $VT_FHD_CH    = "Hardware_Default"
  464.         $VT_FENA_CD   = "Enable Flow Control"
  465.         $VT_FENA_CH   = "Enable"
  466.         $VT_FDIS_CD   = "Disable Flow Control"
  467.         $VT_FDIS_CH   = "Disable"
  468.         
  469.         $VT_PENA_CD   = "Enable Priority Transmit"
  470.         $VT_PENA_CH   = "Enable"
  471.         $VT_PDIS_CD   = "Disable Priority Transmit"
  472.         $VT_PDIS_CH   = "Disable"
  473.                                         
  474.         $VT_TENA_CD   = "Enable Tagging"
  475.         $VT_TENA_CH   = "Enable"
  476.         $VT_TDIS_CD   = "Disable Tagging"
  477.         $VT_TDIS_CH   = "Disable"
  478.         
  479.         $VT_HENA_CD   = "Enable Hardware Checksum"
  480.         $VT_HENA_CH   = "Enable"
  481.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  482.         $VT_HDIS_CH   = "Disable"
  483.  
  484.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  485.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  486.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  487.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  488.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  489.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  490.                                 network boards installed in PCI expansion slots in
  491.                                 server. You can install up to four boards as
  492.                                 long as their settings do not conflict."
  493.  
  494. LANG:   6
  495. ;French
  496.         $VT_DUPLEX_DES= "Full Duplex mode"
  497.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  498.         
  499.         $VT_AUTO_DES  = "AUTO mode"
  500.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  501.         
  502.         $VT_SPEED_DES = "SPEED selection"
  503.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  504.         
  505.         $VT_SLOT_DES  = "Slot"
  506.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  507.                                to enable PCI auto config function."
  508.  
  509.         $VT_CONTYPE_DES   = "Media and Line Speed"
  510.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  511.                                     like to use, or NONE for preprogramed card's
  512.                                     default."
  513.         
  514.         $VT_PRI_DES   = "Priority Transmit Support"
  515.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  516.                                 like to use, or NONE for preprogramed card's
  517.                                 default"
  518.                                         
  519.         $VT_TAG_DES   = "Tagging ability Support"
  520.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  521.                                 or NONE for preprogramed card's default"
  522.                                 
  523.         $VT_FLOWCTL_DES   = "Flow control ability"
  524.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  525.                                     like to use, or NONE for preprogramed card's
  526.                                     default."
  527.         
  528.         $VT_HCS_DES   = "Hardware Checksum Support"
  529.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  530.                                 like to use, or NONE for preprogramed card's
  531.                                 default"
  532.         
  533.         $VT_VID_DES   = "VID number support for VLAN"
  534.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  535.                                 to support VLAN function."
  536.                                         
  537.         $VT_CAUTO_CD  = "Auto-Sense media type"
  538.         $VT_CAUTO_CH  = "Autosense"
  539.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  540.         $VT_C10H_CH   = "10BASET"
  541.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  542.         $VT_C10F_CH   = "10BASETFD"
  543.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  544.         $VT_C100H_CH  = "100BASETXFD"
  545.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  546.         $VT_C100F_CH  = "100BASETX"
  547.         
  548.  
  549.         $VT_FHD_CD    = "Use Hardware Default"
  550.         $VT_FHD_CH    = "Hardware_Default"
  551.         $VT_FENA_CD   = "Enable Flow Control"
  552.         $VT_FENA_CH   = "Enable"
  553.         $VT_FDIS_CD   = "Disable Flow Control"
  554.         $VT_FDIS_CH   = "Disable"
  555.         
  556.         
  557.         $VT_PENA_CD   = "Enable Priority Transmit"
  558.         $VT_PENA_CH   = "Enable"
  559.         $VT_PDIS_CD   = "Disable Priority Transmit"
  560.         $VT_PDIS_CH   = "Disable"
  561.  
  562.         $VT_TENA_CD   = "Enable Tagging"
  563.         $VT_TENA_CH   = "Enable"
  564.         $VT_TDIS_CD   = "Disable Tagging"
  565.         $VT_TDIS_CH   = "Disable"
  566.         
  567.         $VT_HENA_CD   = "Enable Hardware Checksum"
  568.         $VT_HENA_CH   = "Enable"
  569.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  570.         $VT_HDIS_CH   = "Disable"
  571.  
  572.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  573.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  574.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  575.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  576.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  577.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  578.                                 network boards installed in PCI expansion slots in
  579.                                 server. You can install up to four boards as
  580.                                 long as their settings do not conflict."
  581. LANG:   7
  582. ;German
  583.         $VT_DUPLEX_DES= "Full Duplex mode"
  584.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  585.         
  586.         $VT_AUTO_DES  = "AUTO mode"
  587.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  588.         
  589.         $VT_SPEED_DES = "SPEED selection"
  590.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  591.         
  592.         $VT_SLOT_DES  = "Slot"
  593.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  594.                                to enable PCI auto config function."
  595.  
  596.         $VT_CONTYPE_DES   = "Media and Line Speed"
  597.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  598.                                     like to use, or NONE for preprogramed card's
  599.                                     default."
  600.         
  601.         $VT_PRI_DES   = "Priority Transmit Support"
  602.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  603.                                 like to use, or NONE for preprogramed card's
  604.                                 default"
  605.  
  606.         $VT_TAG_DES   = "Tagging ability Support"
  607.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  608.                                 or NONE for preprogramed card's default"
  609.                                         
  610.         $VT_FLOWCTL_DES   = "Flow control ability"
  611.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  612.                                     like to use, or NONE for preprogramed card's
  613.                                     default."
  614.         
  615.         $VT_HCS_DES   = "Hardware Checksum Support"
  616.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  617.                                 like to use, or NONE for preprogramed card's
  618.                                 default"
  619.         
  620.         $VT_VID_DES   = "VID number support for VLAN"
  621.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  622.                                 to support VLAN function."
  623.                                         
  624.         $VT_CAUTO_CD  = "Auto-Sense media type"
  625.         $VT_CAUTO_CH  = "Autosense"
  626.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  627.         $VT_C10H_CH   = "10BASET"
  628.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  629.         $VT_C10F_CH   = "10BASETFD"
  630.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  631.         $VT_C100H_CH  = "100BASETXFD"
  632.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  633.         $VT_C100F_CH  = "100BASETX"
  634.         
  635.  
  636.         $VT_FHD_CD    = "Use Hardware Default"
  637.         $VT_FHD_CH    = "Hardware_Default"
  638.         $VT_FENA_CD   = "Enable Flow Control"
  639.         $VT_FENA_CH   = "Enable"
  640.         $VT_FDIS_CD   = "Disable Flow Control"
  641.         $VT_FDIS_CH   = "Disable"
  642.         
  643.         
  644.         $VT_PENA_CD   = "Enable Priority Transmit"
  645.         $VT_PENA_CH   = "Enable"
  646.         $VT_PDIS_CD   = "Disable Priority Transmit"
  647.         $VT_PDIS_CH   = "Disable"
  648.                                         
  649.         $VT_TENA_CD   = "Enable Tagging"
  650.         $VT_TENA_CH   = "Enable"
  651.         $VT_TDIS_CD   = "Disable Tagging"
  652.         $VT_TDIS_CH   = "Disable"
  653.         
  654.         $VT_HENA_CD   = "Enable Hardware Checksum"
  655.         $VT_HENA_CH   = "Enable"
  656.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  657.         $VT_HDIS_CH   = "Disable"
  658.  
  659.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  660.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  661.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  662.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  663.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  664.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  665.                                 network boards installed in PCI expansion slots in
  666.                                 server. You can install up to four boards as
  667.                                 long as their settings do not conflict."
  668.  
  669. LANG:   8
  670. ;Italian
  671.         $VT_DUPLEX_DES= "Full Duplex mode"
  672.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  673.         
  674.         $VT_AUTO_DES  = "AUTO mode"
  675.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  676.         
  677.         $VT_SPEED_DES = "SPEED selection"
  678.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  679.         
  680.         $VT_SLOT_DES  = "Slot"
  681.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  682.                                to enable PCI auto config function."
  683.  
  684.         $VT_CONTYPE_DES   = "Media and Line Speed"
  685.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  686.                                     like to use, or NONE for preprogramed card's
  687.                                     default."
  688.         
  689.         $VT_PRI_DES   = "Priority Transmit Support"
  690.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  691.                                 like to use, or NONE for preprogramed card's
  692.                                 default"
  693.  
  694.         $VT_TAG_DES   = "Tagging ability Support"
  695.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  696.                                 or NONE for preprogramed card's default"
  697.                                         
  698.         $VT_FLOWCTL_DES   = "Flow control ability"
  699.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  700.                                     like to use, or NONE for preprogramed card's
  701.                                     default."
  702.         
  703.         $VT_HCS_DES   = "Hardware Checksum Support"
  704.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  705.                                 like to use, or NONE for preprogramed card's
  706.                                 default"
  707.         
  708.         $VT_VID_DES   = "VID number support for VLAN"
  709.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  710.                                 to support VLAN function."
  711.                                         
  712.         $VT_CAUTO_CD  = "Auto-Sense media type"
  713.         $VT_CAUTO_CH  = "Autosense"
  714.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  715.         $VT_C10H_CH   = "10BASET"
  716.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  717.         $VT_C10F_CH   = "10BASETFD"
  718.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  719.         $VT_C100H_CH  = "100BASETXFD"
  720.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  721.         $VT_C100F_CH  = "100BASETX"
  722.         
  723.  
  724.         $VT_FHD_CD    = "Use Hardware Default"
  725.         $VT_FHD_CH    = "Hardware_Default"
  726.         $VT_FENA_CD   = "Enable Flow Control"
  727.         $VT_FENA_CH   = "Enable"
  728.         $VT_FDIS_CD   = "Disable Flow Control"
  729.         $VT_FDIS_CH   = "Disable"
  730.         
  731.         
  732.         $VT_PENA_CD   = "Enable Priority Transmit"
  733.         $VT_PENA_CH   = "Enable"
  734.         $VT_PDIS_CD   = "Disable Priority Transmit"
  735.         $VT_PDIS_CH   = "Disable"
  736.                                         
  737.         $VT_TENA_CD   = "Enable Tagging"
  738.         $VT_TENA_CH   = "Enable"
  739.         $VT_TDIS_CD   = "Disable Tagging"
  740.         $VT_TDIS_CH   = "Disable"
  741.         
  742.         $VT_HENA_CD   = "Enable Hardware Checksum"
  743.         $VT_HENA_CH   = "Enable"
  744.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  745.         $VT_HDIS_CH   = "Disable"
  746.  
  747.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  748.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  749.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  750.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  751.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  752.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  753.                                 network boards installed in PCI expansion slots in
  754.                                 server. You can install up to four boards as
  755.                                 long as their settings do not conflict."
  756.  
  757. LANG:   14
  758. ;Spanish
  759.         $VT_DUPLEX_DES= "Full Duplex mode"
  760.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  761.         
  762.         $VT_AUTO_DES  = "AUTO mode"
  763.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  764.         
  765.         $VT_SPEED_DES = "SPEED selection"
  766.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  767.         
  768.         $VT_SLOT_DES  = "Slot"
  769.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  770.                                to enable PCI auto config function."
  771.  
  772.         $VT_CONTYPE_DES   = "Media and Line Speed"
  773.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  774.                                     like to use, or NONE for preprogramed card's
  775.                                     default."
  776.         
  777.         $VT_PRI_DES   = "Priority Transmit Support"
  778.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  779.                                 like to use, or NONE for preprogramed card's
  780.                                 default"
  781.  
  782.         $VT_TAG_DES   = "Tagging ability Support"
  783.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  784.                                 or NONE for preprogramed card's default"
  785.                                         
  786.         $VT_FLOWCTL_DES   = "Flow control ability"
  787.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  788.                                     like to use, or NONE for preprogramed card's
  789.                                     default."
  790.         
  791.         $VT_HCS_DES   = "Hardware Checksum Support"
  792.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  793.                                 like to use, or NONE for preprogramed card's
  794.                                 default"
  795.         
  796.         $VT_VID_DES   = "VID number support for VLAN"
  797.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  798.                                 to support VLAN function."
  799.                                         
  800.         $VT_CAUTO_CD  = "Auto-Sense media type"
  801.         $VT_CAUTO_CH  = "Autosense"
  802.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  803.         $VT_C10H_CH   = "10BASET"
  804.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  805.         $VT_C10F_CH   = "10BASETFD"
  806.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  807.         $VT_C100H_CH  = "100BASETXFD"
  808.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  809.         $VT_C100F_CH  = "100BASETX"
  810.         
  811.  
  812.         $VT_FHD_CD    = "Use Hardware Default"
  813.         $VT_FHD_CH    = "Hardware_Default"
  814.         $VT_FENA_CD   = "Enable Flow Control"
  815.         $VT_FENA_CH   = "Enable"
  816.         $VT_FDIS_CD   = "Disable Flow Control"
  817.         $VT_FDIS_CH   = "Disable"
  818.         
  819.         
  820.         $VT_PENA_CD   = "Enable Priority Transmit"
  821.         $VT_PENA_CH   = "Enable"
  822.         $VT_PDIS_CD   = "Disable Priority Transmit"
  823.         $VT_PDIS_CH   = "Disable"
  824.                                         
  825.         $VT_TENA_CD   = "Enable Tagging"
  826.         $VT_TENA_CH   = "Enable"
  827.         $VT_TDIS_CD   = "Disable Tagging"
  828.         $VT_TDIS_CH   = "Disable"
  829.         
  830.         $VT_HENA_CD   = "Enable Hardware Checksum"
  831.         $VT_HENA_CH   = "Enable"
  832.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  833.         $VT_HDIS_CH   = "Disable"
  834.  
  835.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  836.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  837.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  838.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  839.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  840.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  841.                                 network boards installed in PCI expansion slots in
  842.                                 server. You can install up to four boards as
  843.                                 long as their settings do not conflict."
  844.  
  845. LANG:   9
  846. ;Japanese
  847.         $VT_DUPLEX_DES= "Full Duplex mode"
  848.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  849.         
  850.         $VT_AUTO_DES  = "AUTO mode"
  851.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  852.         
  853.         $VT_SPEED_DES = "SPEED selection"
  854.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  855.         
  856.         $VT_SLOT_DES  = "Slot"
  857.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  858.                                to enable PCI auto config function."
  859.  
  860.         $VT_CONTYPE_DES   = "Media and Line Speed"
  861.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  862.                                     like to use, or NONE for preprogramed card's
  863.                                     default."
  864.         
  865.         $VT_PRI_DES   = "Priority Transmit Support"
  866.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  867.                                 like to use, or NONE for preprogramed card's
  868.                                 default"
  869.  
  870.         $VT_TAG_DES   = "Tagging ability Support"
  871.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  872.                                 or NONE for preprogramed card's default"
  873.                                         
  874.         $VT_FLOWCTL_DES   = "Flow control ability"
  875.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  876.                                     like to use, or NONE for preprogramed card's
  877.                                     default."
  878.         
  879.         $VT_HCS_DES   = "Hardware Checksum Support"
  880.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  881.                                 like to use, or NONE for preprogramed card's
  882.                                 default"
  883.         
  884.         $VT_VID_DES   = "VID number support for VLAN"
  885.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  886.                                 to support VLAN function."
  887.                                         
  888.         $VT_CAUTO_CD  = "Auto-Sense media type"
  889.         $VT_CAUTO_CH  = "Autosense"
  890.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  891.         $VT_C10H_CH   = "10BASET"
  892.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  893.         $VT_C10F_CH   = "10BASETFD"
  894.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  895.         $VT_C100H_CH  = "100BASETXFD"
  896.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  897.         $VT_C100F_CH  = "100BASETX"
  898.         
  899.  
  900.         $VT_FHD_CD    = "Use Hardware Default"
  901.         $VT_FHD_CH    = "Hardware_Default"
  902.         $VT_FENA_CD   = "Enable Flow Control"
  903.         $VT_FENA_CH   = "Enable"
  904.         $VT_FDIS_CD   = "Disable Flow Control"
  905.         $VT_FDIS_CH   = "Disable"
  906.         
  907.         
  908.         $VT_PENA_CD   = "Enable Priority Transmit"
  909.         $VT_PENA_CH   = "Enable"
  910.         $VT_PDIS_CD   = "Disable Priority Transmit"
  911.         $VT_PDIS_CH   = "Disable"
  912.                                         
  913.         $VT_TENA_CD   = "Enable Tagging"
  914.         $VT_TENA_CH   = "Enable"
  915.         $VT_TDIS_CD   = "Disable Tagging"
  916.         $VT_TDIS_CH   = "Disable"
  917.         
  918.         $VT_HENA_CD   = "Enable Hardware Checksum"
  919.         $VT_HENA_CH   = "Enable"
  920.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  921.         $VT_HDIS_CH   = "Disable"
  922.  
  923.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  924.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  925.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  926.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  927.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  928.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  929.                                 network boards installed in PCI expansion slots in
  930.                                 server. You can install up to four boards as
  931.                                 long as their settings do not conflict."
  932.  
  933. LANG:   10
  934. ;Korean
  935.         $VT_DUPLEX_DES= "Full Duplex mode"
  936.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  937.         
  938.         $VT_AUTO_DES  = "AUTO mode"
  939.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  940.         
  941.         $VT_SPEED_DES = "SPEED selection"
  942.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  943.         
  944.         $VT_SLOT_DES  = "Slot"
  945.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  946.                                to enable PCI auto config function."
  947.  
  948.         $VT_CONTYPE_DES   = "Media and Line Speed"
  949.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  950.                                     like to use, or NONE for preprogramed card's
  951.                                     default."
  952.  
  953.         $VT_PRI_DES   = "Priority Transmit Support"
  954.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  955.                                 like to use, or NONE for preprogramed card's
  956.                                 default"
  957.  
  958.         $VT_TAG_DES   = "Tagging ability Support"
  959.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  960.                                 or NONE for preprogramed card's default"
  961.                                        
  962.         $VT_FLOWCTL_DES   = "Flow control ability"
  963.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  964.                                     like to use, or NONE for preprogramed card's
  965.                                     default."
  966.         
  967.         $VT_HCS_DES   = "Hardware Checksum Support"
  968.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  969.                                 like to use, or NONE for preprogramed card's
  970.                                 default"
  971.         
  972.         $VT_VID_DES   = "VID number support for VLAN"
  973.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  974.                                 to support VLAN function."
  975.                                         
  976.         $VT_CAUTO_CD  = "Auto-Sense media type"
  977.         $VT_CAUTO_CH  = "Autosense"
  978.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  979.         $VT_C10H_CH   = "10BASET"
  980.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  981.         $VT_C10F_CH   = "10BASETFD"
  982.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  983.         $VT_C100H_CH  = "100BASETXFD"
  984.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  985.         $VT_C100F_CH  = "100BASETX"
  986.         
  987.  
  988.         $VT_FHD_CD    = "Use Hardware Default"
  989.         $VT_FHD_CH    = "Hardware_Default"
  990.         $VT_FENA_CD   = "Enable Flow Control"
  991.         $VT_FENA_CH   = "Enable"
  992.         $VT_FDIS_CD   = "Disable Flow Control"
  993.         $VT_FDIS_CH   = "Disable"
  994.         
  995.         
  996.         $VT_PENA_CD   = "Enable Priority Transmit"
  997.         $VT_PENA_CH   = "Enable"
  998.         $VT_PDIS_CD   = "Disable Priority Transmit"
  999.         $VT_PDIS_CH   = "Disable"
  1000.                                         
  1001.         $VT_TENA_CD   = "Enable Tagging"
  1002.         $VT_TENA_CH   = "Enable"
  1003.         $VT_TDIS_CD   = "Disable Tagging"
  1004.         $VT_TDIS_CH   = "Disable"
  1005.         
  1006.         $VT_HENA_CD   = "Enable Hardware Checksum"
  1007.         $VT_HENA_CH   = "Enable"
  1008.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  1009.         $VT_HDIS_CH   = "Disable"
  1010.  
  1011.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  1012.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  1013.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  1014.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  1015.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  1016.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  1017.                                 network boards installed in PCI expansion slots in
  1018.                                 server. You can install up to four boards as
  1019.                                 long as their settings do not conflict."
  1020.  
  1021. LANG:   12
  1022. ;Portugese (Brazil)
  1023.         $VT_DUPLEX_DES= "Full Duplex mode"
  1024.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  1025.         
  1026.         $VT_AUTO_DES  = "AUTO mode"
  1027.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  1028.         
  1029.         $VT_SPEED_DES = "SPEED selection"
  1030.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  1031.         
  1032.         $VT_SLOT_DES  = "Slot"
  1033.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  1034.                                to enable PCI auto config function."
  1035.  
  1036.         $VT_CONTYPE_DES   = "Media and Line Speed"
  1037.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  1038.                                     like to use, or NONE for preprogramed card's
  1039.                                     default."
  1040.         
  1041.         $VT_PRI_DES   = "Priority Transmit Support"
  1042.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  1043.                                 like to use, or NONE for preprogramed card's
  1044.                                 default"
  1045.  
  1046.         $VT_TAG_DES   = "Tagging ability Support"
  1047.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  1048.                                 or NONE for preprogramed card's default"
  1049.                                         
  1050.         $VT_FLOWCTL_DES   = "Flow control ability"
  1051.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  1052.                                     like to use, or NONE for preprogramed card's
  1053.                                     default."
  1054.         
  1055.         $VT_HCS_DES   = "Hardware Checksum Support"
  1056.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  1057.                                 like to use, or NONE for preprogramed card's
  1058.                                 default"
  1059.         
  1060.         $VT_VID_DES   = "VID number support for VLAN"
  1061.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  1062.                                 to support VLAN function."
  1063.                                         
  1064.         $VT_CAUTO_CD  = "Auto-Sense media type"
  1065.         $VT_CAUTO_CH  = "Autosense"
  1066.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  1067.         $VT_C10H_CH   = "10BASET"
  1068.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  1069.         $VT_C10F_CH   = "10BASETFD"
  1070.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  1071.         $VT_C100H_CH  = "100BASETXFD"
  1072.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  1073.         $VT_C100F_CH  = "100BASETX"
  1074.         
  1075.  
  1076.         $VT_FHD_CD    = "Use Hardware Default"
  1077.         $VT_FHD_CH    = "Hardware_Default"
  1078.         $VT_FENA_CD   = "Enable Flow Control"
  1079.         $VT_FENA_CH   = "Enable"
  1080.         $VT_FDIS_CD   = "Disable Flow Control"
  1081.         $VT_FDIS_CH   = "Disable"
  1082.         
  1083.         
  1084.         $VT_PENA_CD   = "Enable Priority Transmit"
  1085.         $VT_PENA_CH   = "Enable"
  1086.         $VT_PDIS_CD   = "Disable Priority Transmit"
  1087.         $VT_PDIS_CH   = "Disable"
  1088.                                         
  1089.         $VT_TENA_CD   = "Enable Tagging"
  1090.         $VT_TENA_CH   = "Enable"
  1091.         $VT_TDIS_CD   = "Disable Tagging"
  1092.         $VT_TDIS_CH   = "Disable"
  1093.         
  1094.         $VT_HENA_CD   = "Enable Hardware Checksum"
  1095.         $VT_HENA_CH   = "Enable"
  1096.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  1097.         $VT_HDIS_CH   = "Disable"
  1098.  
  1099.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  1100.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  1101.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  1102.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  1103.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  1104.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  1105.                                 network boards installed in PCI expansion slots in
  1106.                                 server. You can install up to four boards as
  1107.                                 long as their settings do not conflict."
  1108.  
  1109. LANG:   13
  1110. ;Russian
  1111.         $VT_DUPLEX_DES= "Full Duplex mode"
  1112.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  1113.         
  1114.         $VT_AUTO_DES  = "AUTO mode"
  1115.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  1116.         
  1117.         $VT_SPEED_DES = "SPEED selection"
  1118.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  1119.         
  1120.         $VT_SLOT_DES  = "Slot"
  1121.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  1122.                                to enable PCI auto config function."
  1123.  
  1124.         $VT_CONTYPE_DES   = "Media and Line Speed"
  1125.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  1126.                                     like to use, or NONE for preprogramed card's
  1127.                                     default."
  1128.         
  1129.         $VT_PRI_DES   = "Priority Transmit Support"
  1130.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  1131.                                 like to use, or NONE for preprogramed card's
  1132.                                 default"
  1133.  
  1134.         $VT_TAG_DES   = "Tagging ability Support"
  1135.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  1136.                                 or NONE for preprogramed card's default"
  1137.                                         
  1138.         $VT_FLOWCTL_DES   = "Flow control ability"
  1139.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  1140.                                     like to use, or NONE for preprogramed card's
  1141.                                     default."
  1142.         
  1143.         $VT_HCS_DES   = "Hardware Checksum Support"
  1144.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  1145.                                 like to use, or NONE for preprogramed card's
  1146.                                 default"
  1147.         
  1148.         $VT_VID_DES   = "VID number support for VLAN"
  1149.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  1150.                                 to support VLAN function."
  1151.                                         
  1152.         $VT_CAUTO_CD  = "Auto-Sense media type"
  1153.         $VT_CAUTO_CH  = "Autosense"
  1154.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  1155.         $VT_C10H_CH   = "10BASET"
  1156.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  1157.         $VT_C10F_CH   = "10BASETFD"
  1158.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  1159.         $VT_C100H_CH  = "100BASETXFD"
  1160.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  1161.         $VT_C100F_CH  = "100BASETX"
  1162.         
  1163.  
  1164.         $VT_FHD_CD    = "Use Hardware Default"
  1165.         $VT_FHD_CH    = "Hardware_Default"
  1166.         $VT_FENA_CD   = "Enable Flow Control"
  1167.         $VT_FENA_CH   = "Enable"
  1168.         $VT_FDIS_CD   = "Disable Flow Control"
  1169.         $VT_FDIS_CH   = "Disable"
  1170.         
  1171.         
  1172.         $VT_PENA_CD   = "Enable Priority Transmit"
  1173.         $VT_PENA_CH   = "Enable"
  1174.         $VT_PDIS_CD   = "Disable Priority Transmit"
  1175.         $VT_PDIS_CH   = "Disable"
  1176.                                         
  1177.         $VT_TENA_CD   = "Enable Tagging"
  1178.         $VT_TENA_CH   = "Enable"
  1179.         $VT_TDIS_CD   = "Disable Tagging"
  1180.         $VT_TDIS_CH   = "Disable"
  1181.         
  1182.         $VT_HENA_CD   = "Enable Hardware Checksum"
  1183.         $VT_HENA_CH   = "Enable"
  1184.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  1185.         $VT_HDIS_CH   = "Disable"
  1186.  
  1187.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  1188.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  1189.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  1190.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  1191.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  1192.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  1193.                                 network boards installed in PCI expansion slots in
  1194.                                 server. You can install up to four boards as
  1195.                                 long as their settings do not conflict."
  1196.  
  1197. LANG:   16
  1198. ;Chinese (Traditional)
  1199.         $VT_DUPLEX_DES= "Full Duplex mode"
  1200.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  1201.         
  1202.         $VT_AUTO_DES  = "AUTO mode"
  1203.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  1204.         
  1205.         $VT_SPEED_DES = "SPEED selection"
  1206.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  1207.         
  1208.         $VT_SLOT_DES  = "Slot"
  1209.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  1210.                                to enable PCI auto config function."
  1211.  
  1212.         $VT_CONTYPE_DES   = "Media and Line Speed"
  1213.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  1214.                                     like to use, or NONE for preprogramed card's
  1215.                                     default."
  1216.         
  1217.         $VT_PRI_DES   = "Priority Transmit Support"
  1218.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  1219.                                 like to use, or NONE for preprogramed card's
  1220.                                 default"
  1221.  
  1222.         $VT_TAG_DES   = "Tagging ability Support"
  1223.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  1224.                                 or NONE for preprogramed card's default"
  1225.                                         
  1226.         $VT_FLOWCTL_DES   = "Flow control ability"
  1227.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  1228.                                     like to use, or NONE for preprogramed card's
  1229.                                     default."
  1230.         
  1231.         $VT_HCS_DES   = "Hardware Checksum Support"
  1232.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  1233.                                 like to use, or NONE for preprogramed card's
  1234.                                 default"
  1235.         
  1236.         $VT_VID_DES   = "VID number support for VLAN"
  1237.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  1238.                                 to support VLAN function."
  1239.                                         
  1240.         $VT_CAUTO_CD  = "Auto-Sense media type"
  1241.         $VT_CAUTO_CH  = "Autosense"
  1242.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  1243.         $VT_C10H_CH   = "10BASET"
  1244.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  1245.         $VT_C10F_CH   = "10BASETFD"
  1246.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  1247.         $VT_C100H_CH  = "100BASETXFD"
  1248.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  1249.         $VT_C100F_CH  = "100BASETX"
  1250.         
  1251.  
  1252.         $VT_FHD_CD    = "Use Hardware Default"
  1253.         $VT_FHD_CH    = "Hardware_Default"
  1254.         $VT_FENA_CD   = "Enable Flow Control"
  1255.         $VT_FENA_CH   = "Enable"
  1256.         $VT_FDIS_CD   = "Disable Flow Control"
  1257.         $VT_FDIS_CH   = "Disable"
  1258.         
  1259.         
  1260.         $VT_PENA_CD   = "Enable Priority Transmit"
  1261.         $VT_PENA_CH   = "Enable"
  1262.         $VT_PDIS_CD   = "Disable Priority Transmit"
  1263.         $VT_PDIS_CH   = "Disable"
  1264.                                         
  1265.         $VT_TENA_CD   = "Enable Tagging"
  1266.         $VT_TENA_CH   = "Enable"
  1267.         $VT_TDIS_CD   = "Disable Tagging"
  1268.         $VT_TDIS_CH   = "Disable"
  1269.         
  1270.         $VT_HENA_CD   = "Enable Hardware Checksum"
  1271.         $VT_HENA_CH   = "Enable"
  1272.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  1273.         $VT_HDIS_CH   = "Disable"
  1274.  
  1275.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  1276.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  1277.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  1278.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  1279.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  1280.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  1281.                                 network boards installed in PCI expansion slots in
  1282.                                 server. You can install up to four boards as
  1283.                                 long as their settings do not conflict."
  1284.  
  1285. LANG:   1
  1286. ;Chinese (Simplified)
  1287.         $VT_DUPLEX_DES= "Full Duplex mode"
  1288.         $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
  1289.         
  1290.         $VT_AUTO_DES  = "AUTO mode"
  1291.         $VT_AUTO_HLP  = "Enable the AUTO Negotiation Function."
  1292.         
  1293.         $VT_SPEED_DES = "SPEED selection"
  1294.         $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
  1295.         
  1296.         $VT_SLOT_DES  = "Slot"
  1297.         $VT_SLOT_HLP  = "Enter the PCI Slot number of your LAN card
  1298.                                to enable PCI auto config function."
  1299.  
  1300.         $VT_CONTYPE_DES   = "Media and Line Speed"
  1301.         $VT_CONTYPE_HLP   = "Choose the connection/media type you would
  1302.                                     like to use, or NONE for preprogramed card's
  1303.                                     default."
  1304.         
  1305.         $VT_PRI_DES   = "Priority Transmit Support"
  1306.         $VT_PRI_HLP   = "Choose the priority transmit function you would
  1307.                                 like to use, or NONE for preprogramed card's
  1308.                                 default"
  1309.  
  1310.         $VT_TAG_DES   = "Tagging ability Support"
  1311.         $VT_TAG_HLP   = "Choose the tagging function you would like to use, 
  1312.                                 or NONE for preprogramed card's default"
  1313.                                         
  1314.         $VT_FLOWCTL_DES   = "Flow control ability"
  1315.         $VT_FLOWCTL_HLP   = "Choose the flow control ability you would
  1316.                                     like to use, or NONE for preprogramed card's
  1317.                                     default."
  1318.         
  1319.         $VT_HCS_DES   = "Hardware Checksum Support"
  1320.         $VT_HCS_HLP   = "Choose the hardware checksum function you would
  1321.                                 like to use, or NONE for preprogramed card's
  1322.                                 default"
  1323.         
  1324.         $VT_VID_DES   = "VID number support for VLAN"
  1325.         $VT_VID_HLP   = "Enter the VID number of your LAN card
  1326.                                 to support VLAN function."
  1327.                                         
  1328.         $VT_CAUTO_CD  = "Auto-Sense media type"
  1329.         $VT_CAUTO_CH  = "Autosense"
  1330.         $VT_C10H_CD   = "Twisted Pair 10MBPS"
  1331.         $VT_C10H_CH   = "10BASET"
  1332.         $VT_C10F_CD   = "Twisted pair - Full Duplex 10MBPS"
  1333.         $VT_C10F_CH   = "10BASETFD"
  1334.         $VT_C100H_CD  = "Twisted pair - Full Duplex 100MBPS"
  1335.         $VT_C100H_CH  = "100BASETXFD"
  1336.         $VT_C100F_CD  = "Fast Ethernet 100MBPS"
  1337.         $VT_C100F_CH  = "100BASETX"
  1338.         
  1339.  
  1340.         $VT_FHD_CD    = "Use Hardware Default"
  1341.         $VT_FHD_CH    = "Hardware_Default"
  1342.         $VT_FENA_CD   = "Enable Flow Control"
  1343.         $VT_FENA_CH   = "Enable"
  1344.         $VT_FDIS_CD   = "Disable Flow Control"
  1345.         $VT_FDIS_CH   = "Disable"
  1346.         
  1347.         
  1348.         $VT_PENA_CD   = "Enable Priority Transmit"
  1349.         $VT_PENA_CH   = "Enable"
  1350.         $VT_PDIS_CD   = "Disable Priority Transmit"
  1351.         $VT_PDIS_CH   = "Disable"
  1352.                                         
  1353.         $VT_TENA_CD   = "Enable Tagging"
  1354.         $VT_TENA_CH   = "Enable"
  1355.         $VT_TDIS_CD   = "Disable Tagging"
  1356.         $VT_TDIS_CH   = "Disable"
  1357.         
  1358.         $VT_HENA_CD   = "Enable Hardware Checksum"
  1359.         $VT_HENA_CH   = "Enable"
  1360.         $VT_HDIS_CD   = "Disable Hardware Checksum"
  1361.         $VT_HDIS_CH   = "Disable"
  1362.  
  1363.         $VT_DES       = "VIA Rhine Family Fast Ethernet Adapter"
  1364.         $VT_DES_3053  = "VIA VT6105M Rhine III Management Adapter"
  1365.         $VT_DES_3106  = "VIA VT6105 Rhine III Fast Ethernet Adapter"
  1366.         $VT_DES_3065  = "VIA Rhine II Fast Ethernet Adapter"
  1367.         $VT_DES_3043  = "VIA VT86C100A Rhine Fast Ethernet Adapter"
  1368.         $VT_HELP      = "This driver (FETNWSA.LAN) supports PCI Fast Ethernet
  1369.                                 network boards installed in PCI expansion slots in
  1370.                                 server. You can install up to four boards as
  1371.                                 long as their settings do not conflict."
  1372.  
  1373. ;DrIvEr DeScRiPtIoN EnD
  1374.