home *** CD-ROM | disk | FTP | other *** search
Text File | 2003-01-15 | 57.8 KB | 1,404 lines |
- ;
- ; Copyright (c) 2003 VIA Networking, Inc. All rights reserved.
- ;
- ; This software is copyrighted by and is the sole property of
- ; VIA Networking, Inc. This software may only be used in accordance
- ; with the corresponding license agreement. Any unauthorized use,
- ; duplication, transmission, distribution, or disclosure of this
- ; software is expressly forbidden.
- ;
- ; This software is provided by VIA Networking, Inc. "as is" and any
- ; express or implied warranties, including, but not limited to, the
- ; implied warranties of merchantability and fitness for a particular
- ; purpose are disclaimed. In no event shall VIA Networking, Inc. be
- ; liable for any direct, indirect, incidental, special, exemplary, or
- ; consequential damages.
- ;
- ;
- ; File: FETNWSC.LDI
- ;
- ; Purpose: LDI file
- ;
- ; Author: Benjamin Lee
- ;
- ; Date: May 22, 2002
- ;
- ;
-
- ;DrIvEr DeScRiPtIoN
- ;VeRsIoN = 3.00 Novell LAN Installation Information File for FETNWSC
- ;CoPyRiGhT = (c) Copyright 2001 by VIA. All rights reserved.
-
- VER: 3.02 ; This LDI version
- SYN: 1.00
-
- ; ----------------------------------
- ; VT3053
- ; ----------------------------------
- DR VT_3053
- {
- DES: $VT_DES_3053
- HELP: $VT_HELP
- PAR: 2.00 ; Hardware Instance Number Aware
- PROD: 'PCI.1106.3053.*.*.*' ; VT3053
-
- FILE: FETNWSC.LAN
-
- ;@# CLIENT: FETNWSC.LAN
- ;@# ALIAS: FETNWSC.LAN
- ;@# SPROD: 'VIA Technologies~ VIA VT6105M Rhine III Management Adapter'
-
- PROMPT SLOT OPTIONAL
- {
- DES: $VT_SLOT_DES
- HELP: $VT_SLOT_HLP
-
- TYPE: DECIMAL(3)
- VAL: 1-100
- DEF: UNDEFINED
- OUT: 'SLOT=%s'
- }
-
- PR NODE
- {
- }
-
- FR FrameSelect
- {
- CH: 'Ethernet_802.3'
- CH: 'Ethernet_802.2'
- CH: 'Ethernet_SNAP'
- CH: 'Ethernet_II'
- DEF: 1,2 ; Default flame type = 802.3, 802.2
- }
-
- ; ---------------------------------------------------------
- ; LIST keywords [CONNECTIONTYPE]:
- ; AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD
- ; ---------------------------------------------------------
- LI CONNECTIONTYPE OPT
- {
- DES: $VT_CONTYPE_DES
- HELP: $VT_CONTYPE_HLP
-
- CD: $VT_CAUTO_CD
- CH: $VT_CAUTO_CH
- CD: $VT_C10H_CD
- CH: $VT_C10H_CH
- CD: $VT_C10F_CD
- CH: $VT_C10F_CH
- CD: $VT_C100H_CD
- CH: $VT_C100H_CH
- CD: $VT_C100F_CD
- CH: $VT_C100F_CH
- DEF: 1 ; DEFAULT=AUTOSENSE
-
- OUT: 'CONNECTIONTYPE=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'CONNECTIONTYPE'
- }
-
- ; ---------------------------------------------------------
- ; keywords [VID]:
- ; 0 ~ 4096
- ; ---------------------------------------------------------
- PROMPT VID OPTIONAL
- {
- DES: $VT_VID_DES
- HELP: $VT_VID_HLP
-
- TYPE: DECIMAL(4)
- VAL: 1-4094
- DEF: UNDEFINED
- OUT: 'VID=%s'
- }
-
- ; --------------------------------------------------
- ; LIST keywords [FLOW_CONTROL]:
- ; Enable, Disable, Hardware_default(or HD)
- ; --------------------------------------------------
- LI FLOW_CONTROL OPT
- {
- DES: $VT_FLOWCTL_DES
- HELP: $VT_FLOWCTL_HLP
-
- CD: $VT_FHD_CD
- CH: $VT_FHD_CH
- CD: $VT_FENA_CD
- CH: $VT_FENA_CH
- CD: $VT_FDIS_CD
- CH: $VT_FDIS_CH
- DEF: 1 ; DEFAULT=Hardware_Default (HD)
-
- OUT: 'FLOW_CONTROL=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'FLOW_CONTROL'
- }
-
- ; --------------------------------------------------
- ; LIST keywords [TAG]:
- ; Enable, Disable
- ; --------------------------------------------------
- LI TAG OPT
- {
- DES: $VT_TAG_DES
- HELP: $VT_TAG_HLP
-
- CD: $VT_TENA_CD
- CH: $VT_TENA_CH
- CD: $VT_TDIS_CD
- CH: $VT_TDIS_CH
- DEF: 2 ; DEFAULT=Disable
- OUT: 'TAG=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'TAG'
-
- ;DES: $VT_PRI_DES
- ;HELP: $VT_PRI_HLP
-
- ;CD: $VT_PENA_CD
- ;CH: $VT_PENA_CH
- ;CD: $VT_PDIS_CD
- ;CH: $VT_PDIS_CH
- ;DEF: 2 ; DEFAULT=Disable
- ;OUT: 'PRIORITY=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'PRIORITY'
- }
-
- ; --------------------------------------------------
- ; LIST keywords [HCHECKSUM]:
- ; Enable, Disable
- ; --------------------------------------------------
- LI HCHECKSUM OPT
- {
- DES: $VT_HCS_DES
- HELP: $VT_HCS_HLP
-
- CD: $VT_HENA_CD
- CH: $VT_HENA_CH
- CD: $VT_HDIS_CD
- CH: $VT_HDIS_CH
- DEF: 1 ; DEFAULT=Enable
-
- OUT: 'HCHECKSUM=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'HCHECKSUM'
- }
-
- }
-
- ; ----------------------------------
- ; VT3106
- ; ----------------------------------
- DR VT_3106
- {
- DES: $VT_DES_3106
- HELP: $VT_HELP
- PAR: 2.00 ; Hardware Instance Number Aware
- PROD: 'PCI.1106.3106.*.*.*' ; VT3106
-
- FILE: FETNWSC.LAN
-
- ;@# CLIENT: FETNWSC.LAN
- ;@# ALIAS: FETNWSC.LAN
- ;@# SPROD: 'VIA Technologies~ VIA VT6105 Rhine III Fast Ethernet Adapter'
-
- PROMPT SLOT OPTIONAL
- {
- DES: $VT_SLOT_DES
- HELP: $VT_SLOT_HLP
-
- TYPE: DECIMAL(3)
- VAL: 1-100
- DEF: UNDEFINED
- OUT: 'SLOT=%s'
- }
-
- PR NODE
- {
- }
-
- FR FrameSelect
- {
- CH: 'Ethernet_802.3'
- CH: 'Ethernet_802.2'
- CH: 'Ethernet_SNAP'
- CH: 'Ethernet_II'
- DEF: 1,2 ; Default flame type = 802.3, 802.2
- }
-
- ; ---------------------------------------------------------
- ; LIST keywords [CONNECTIONTYPE]:
- ; AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD
- ; ---------------------------------------------------------
- LI CONNECTIONTYPE OPT
- {
- DES: $VT_CONTYPE_DES
- HELP: $VT_CONTYPE_HLP
-
- CD: $VT_CAUTO_CD
- CH: $VT_CAUTO_CH
- CD: $VT_C10H_CD
- CH: $VT_C10H_CH
- CD: $VT_C10F_CD
- CH: $VT_C10F_CH
- CD: $VT_C100H_CD
- CH: $VT_C100H_CH
- CD: $VT_C100F_CD
- CH: $VT_C100F_CH
- DEF: 1 ; DEFAULT=AUTOSENSE
-
- OUT: 'CONNECTIONTYPE=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'CONNECTIONTYPE'
- }
-
- ; --------------------------------------------------
- ; LIST keywords [FLOW_CONTROL]:
- ; Enable, Disable, Hardware_default(or HD)
- ; --------------------------------------------------
- LI FLOW_CONTROL OPT
- {
- DES: $VT_FLOWCTL_DES
- HELP: $VT_FLOWCTL_HLP
-
- CD: $VT_FHD_CD
- CH: $VT_FHD_CH
- CD: $VT_FENA_CD
- CH: $VT_FENA_CH
- CD: $VT_FDIS_CD
- CH: $VT_FDIS_CH
- DEF: 1 ; DEFAULT=Hardware_Default (HD)
-
- OUT: 'FLOW_CONTROL=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'FLOW_CONTROL'
- }
- }
-
- ; ----------------------------------
- ; VT3065
- ; ----------------------------------
- DR VT_3065
- {
- DES: $VT_DES_3065
- HELP: $VT_HELP
- PAR: 2.00 ; Hardware Instance Number Aware
- PROD: 'PCI.1106.3065.*.*.*' ; VT3065
-
- FILE: FETNWSC.LAN
-
- ;@# CLIENT: FETNWSC.LAN
- ;@# ALIAS: FETNWSC.LAN
- ;@# SPROD: 'VIA Technologies~ VIA Rhine II Fast Ethernet Adapter'
-
- PROMPT SLOT OPTIONAL
- {
- DES: $VT_SLOT_DES
- HELP: $VT_SLOT_HLP
-
- TYPE: DECIMAL(3)
- VAL: 1-100
- DEF: UNDEFINED
- OUT: 'SLOT=%s'
- }
-
- PR NODE
- {
- }
-
- FR FrameSelect
- {
- CH: 'Ethernet_802.3'
- CH: 'Ethernet_802.2'
- CH: 'Ethernet_SNAP'
- CH: 'Ethernet_II'
- DEF: 1,2 ; Default flame type = 802.3, 802.2
- }
-
- ; ---------------------------------------------------------
- ; LIST keywords [CONNECTIONTYPE]:
- ; AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD
- ; ---------------------------------------------------------
- LI CONNECTIONTYPE OPT
- {
- DES: $VT_CONTYPE_DES
- HELP: $VT_CONTYPE_HLP
-
- CD: $VT_CAUTO_CD
- CH: $VT_CAUTO_CH
- CD: $VT_C10H_CD
- CH: $VT_C10H_CH
- CD: $VT_C10F_CD
- CH: $VT_C10F_CH
- CD: $VT_C100H_CD
- CH: $VT_C100H_CH
- CD: $VT_C100F_CD
- CH: $VT_C100F_CH
- DEF: 1 ; DEFAULT=AUTOSENSE
-
- OUT: 'CONNECTIONTYPE=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'CONNECTIONTYPE'
- }
-
- ; --------------------------------------------------
- ; LIST keywords [FLOW_CONTROL]:
- ; Enable, Disable, Hardware_default(or HD)
- ; --------------------------------------------------
- LI FLOW_CONTROL OPT
- {
- DES: $VT_FLOWCTL_DES
- HELP: $VT_FLOWCTL_HLP
-
- CD: $VT_FHD_CD
- CH: $VT_FHD_CH
- CD: $VT_FENA_CD
- CH: $VT_FENA_CH
- CD: $VT_FDIS_CD
- CH: $VT_FDIS_CH
- DEF: 1 ; DEFAULT=Hardware_Default (HD)
-
- OUT: 'FLOW_CONTROL=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'FLOW_CONTROL'
- }
- }
-
- ; ----------------------------------
- ; VT3043
- ; ----------------------------------
- DR VT_3043
- {
- DES: $VT_DES_3043
- HELP: $VT_HELP
- PAR: 2.00 ; Hardware Instance Number Aware
- PROD: 'PCI.1106.3043.*.*.*' ; VT3043
-
- FILE: FETNWSC.LAN
-
- ;@# CLIENT: FETNWSC.LAN
- ;@# ALIAS: FETNWSC.LAN
- ;@# SPROD: 'VIA Technologies~ VIA VT86C100A Rhine Fast Ethernet Adapter'
-
- PROMPT SLOT OPTIONAL
- {
- DES: $VT_SLOT_DES
- HELP: $VT_SLOT_HLP
-
- TYPE: DECIMAL(3)
- VAL: 1-100
- DEF: UNDEFINED
- OUT: 'SLOT=%s'
- }
-
- PR NODE
- {
- }
-
- FR FrameSelect
- {
- CH: 'Ethernet_802.3'
- CH: 'Ethernet_802.2'
- CH: 'Ethernet_SNAP'
- CH: 'Ethernet_II'
- DEF: 1,2 ; Default flame type = 802.3, 802.2
- }
-
- ; ---------------------------------------------------------
- ; LIST keywords [CONNECTIONTYPE]:
- ; AUTOSENSE, 10BASET, 10BASETFD, 100BASETX, 100BASETXFD
- ; ---------------------------------------------------------
- LI CONNECTIONTYPE OPT
- {
- DES: $VT_CONTYPE_DES
- HELP: $VT_CONTYPE_HLP
-
- CD: $VT_CAUTO_CD
- CH: $VT_CAUTO_CH
- CD: $VT_C10H_CD
- CH: $VT_C10H_CH
- CD: $VT_C10F_CD
- CH: $VT_C10F_CH
- CD: $VT_C100H_CD
- CH: $VT_C100H_CH
- CD: $VT_C100F_CD
- CH: $VT_C100F_CH
- DEF: 1 ; DEFAULT=AUTOSENSE
-
- OUT: 'CONNECTIONTYPE=%s' ; if use this, driver need to
- ; support extra keyword routine for
- ; 'CONNECTIONTYPE'
- }
- }
-
-
- DLANG: 4
- ;English
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 6
- ;French
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
- LANG: 7
- ;German
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 8
- ;Italian
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 14
- ;Spanish
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 9
- ;Japanese
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 10
- ;Korean
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 12
- ;Portugese (Brazil)
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 13
- ;Russian
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 16
- ;Chinese (Traditional)
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- LANG: 1
- ;Chinese (Simplified)
- $VT_DUPLEX_DES= "Full Duplex mode"
- $VT_DUPLEX_HLP= "Enable the Full Duplex Function."
-
- $VT_AUTO_DES = "AUTO mode"
- $VT_AUTO_HLP = "Enable the AUTO Negotiation Function."
-
- $VT_SPEED_DES = "SPEED selection"
- $VT_SPEED_HLP = "Select the SPEED between 10 and 100."
-
- $VT_SLOT_DES = "Slot"
- $VT_SLOT_HLP = "Enter the PCI Slot number of your LAN card
- to enable PCI auto config function."
-
- $VT_CONTYPE_DES = "Media and Line Speed"
- $VT_CONTYPE_HLP = "Choose the connection/media type you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_PRI_DES = "Priority Transmit Support"
- $VT_PRI_HLP = "Choose the priority transmit function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_TAG_DES = "Tagging ability Support"
- $VT_TAG_HLP = "Choose the tagging function you would like to use,
- or NONE for preprogramed card's default"
-
- $VT_FLOWCTL_DES = "Flow control ability"
- $VT_FLOWCTL_HLP = "Choose the flow control ability you would
- like to use, or NONE for preprogramed card's
- default."
-
- $VT_HCS_DES = "Hardware Checksum Support"
- $VT_HCS_HLP = "Choose the hardware checksum function you would
- like to use, or NONE for preprogramed card's
- default"
-
- $VT_VID_DES = "VID number support for VLAN"
- $VT_VID_HLP = "Enter the VID number of your LAN card
- to support VLAN function."
-
- $VT_CAUTO_CD = "Auto-Sense media type"
- $VT_CAUTO_CH = "Autosense"
- $VT_C10H_CD = "Twisted Pair 10MBPS"
- $VT_C10H_CH = "10BASET"
- $VT_C10F_CD = "Twisted pair - Full Duplex 10MBPS"
- $VT_C10F_CH = "10BASETFD"
- $VT_C100H_CD = "Twisted pair - Full Duplex 100MBPS"
- $VT_C100H_CH = "100BASETXFD"
- $VT_C100F_CD = "Fast Ethernet 100MBPS"
- $VT_C100F_CH = "100BASETX"
-
-
- $VT_FHD_CD = "Use Hardware Default"
- $VT_FHD_CH = "Hardware_Default"
- $VT_FENA_CD = "Enable Flow Control"
- $VT_FENA_CH = "Enable"
- $VT_FDIS_CD = "Disable Flow Control"
- $VT_FDIS_CH = "Disable"
-
-
- $VT_PENA_CD = "Enable Priority Transmit"
- $VT_PENA_CH = "Enable"
- $VT_PDIS_CD = "Disable Priority Transmit"
- $VT_PDIS_CH = "Disable"
-
- $VT_TENA_CD = "Enable Tagging"
- $VT_TENA_CH = "Enable"
- $VT_TDIS_CD = "Disable Tagging"
- $VT_TDIS_CH = "Disable"
-
- $VT_HENA_CD = "Enable Hardware Checksum"
- $VT_HENA_CH = "Enable"
- $VT_HDIS_CD = "Disable Hardware Checksum"
- $VT_HDIS_CH = "Disable"
-
- $VT_DES = "VIA Rhine Family Fast Ethernet Adapter"
- $VT_DES_3053 = "VIA VT6105M Rhine III Management Adapter"
- $VT_DES_3106 = "VIA VT6105 Rhine III Fast Ethernet Adapter"
- $VT_DES_3065 = "VIA Rhine II Fast Ethernet Adapter"
- $VT_DES_3043 = "VIA VT86C100A Rhine Fast Ethernet Adapter"
- $VT_HELP = "This driver (FETNWSC.LAN) supports PCI Fast Ethernet
- network boards installed in PCI expansion slots in
- server. You can install up to four boards as
- long as their settings do not conflict."
-
- ;DrIvEr DeScRiPtIoN EnD
-