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