Metropoli BBS
VIEWER: empci.ldi MODE: TEXT (ASCII)
; DrIvEr DeScRiPtIoN
VER: 2.10
SYN: 1.00

  ;
  ; $workfile:   empci.ldi  $
  ; $Revision: 1 $
  ; 

Driver EMPCI
{

    DES:        $EMPCI_DESC1
    HELP:       $EMPCI_HELP1
    PAR:        2.00
    PROD:       'PCI.1011.0009.1109.*.2?',
		'PCI.1011.0019.1109.*.2?',
		'PCI.1011.0014.1109.*.2?',
		'PCI.1011.0009.0000.0000.2?',
		'PCI.1011.0002.0000.0000.2?'
    FILE:       EMPCI.LAN
    OFILES:     CDTDMI.NLM, FAILMIB.NLM

    PROMPT CFG_TYPE REQUIRED
    {
      DES:          $EMPCI_13
      HELP:         $EMPCI_14

      TYPE:         STRING(11)
      VALUES:       'PRIMARY','BACKUP','STAND-ALONE'
      OUTPUTFORMAT: ''
    }

    PROMPT INDEX OPTIONAL
    {
      DES:          $EMPCI_01
      HELP:         $EMPCI_02

      TYPE:         DECIMAL(2)
      VALUES:       1-16
      OUTPUTFORMAT: 'INDEX=%s'
    }

    LIST FDE OPTIONAL
    {
      DES:          $EMPCI_09
      HELP:         $EMPCI_10

      CDESCRIPTION: $EMPCI_11
      CHOICE:       ''

      CDESCRIPTION: $EMPCI_12
      CHOICE:       'FDE'

      OUTPUTFORMAT: '%s'
      DEFAULT:      1
    }

    FRAME FrameSelect
    {
      DES:          $EMPCI_03
      HELP:         $EMPCI_04

      CDESCRIPTION: $EMPCI_05
      CHOICE:       'Ethernet_802.2'

      CDESCRIPTION: $EMPCI_06
      CHOICE:       'Ethernet_802.3'

      CDESCRIPTION: $EMPCI_07
      CHOICE:       'Ethernet_SNAP'

      CDESCRIPTION: $EMPCI_08
      CHOICE:       'EThernet_II'

      DEFAULT:      1
    }

    PROMPT B_INDEX if (CFG_TYPE == PRIMARY) REQUIRED
	      else HIDDEN
    {
      DES:           $EMPCI_15
      HELP:          $EMPCI_16
      TYPE:          DECIMAL(2)
      VALUES:        1-16
      OUTPUTFORMAT:  'B_INDEX=%s'
    }

    PROMPT POLL_INT if (CFG_TYPE == PRIMARY) OPTIONAL
	      else HIDDEN
    {
      DES:          $EMPCI_19
      HELP:         $EMPCI_20
      TYPE:         DECIMAL(2)
      VALUES:       1-99
      DEFAULT:      5
      OUTPUTFORMAT: 'POLL_INT=%s'
    }

    PROMPT P_INDEX if (CFG_TYPE == BACKUP) REQUIRED
	      else HIDDEN
    {
      DES:           $EMPCI_17
      HELP:          $EMPCI_18
      TYPE:          DECIMAL(2)
      VALUES:        1-16
      OUTPUTFORMAT:  'P_INDEX=%s'
    }

    PROMPT SLOT HIDDEN
    {
      DES:          $EMPCI_21
      HELP:         $EMPCI_22
      TYPE:         DECIMAL
      VALUES:       1-65535
      DEF:          UNDEFINED
      OUTPUTFORMAT: 'SLOT=%s'
    }
}

  DLANGUAGE: 4
  ; Default English

  $EMPCI_DESC1 = "Adaptec PCI Ethernet Driver (Failover)"
  $EMPCI_HELP1 = "This driver supports all Adaptec PCI Ethernet/Fast Ethernet 
		 adapters installed in a PCI server.\n\n
		 This driver will use the MSM.NLM and ETHERTSM.NLM already 
		 installed on the server.\n\n
		 NOTE: Pl. make sure the load commands for CDTDMI.NLM and 
		 FAILMIB.NLM are in autoexec.ncf file, if you want to use
		 SNMP and DMI."
  $EMPCI_01  = "Adapter Index"
  $EMPCI_02  = "Select the port for which you are loading the driver.
	       This is an index (sorted according to BUS and SLOT numbers) of 
               all the ports available. It starts from 1 and can go upto number
               of ports available. If you do not know the adapter index, you 
               will be prompted with available choices at the server command 
               prompt."
  $EMPCI_03  = "Frame types"
  $EMPCI_04  = "Specify the frame type used with the adapter.
	       The default is set to 802.2 frame type."
  $EMPCI_05  = "802.2"
  $EMPCI_06  = "802.3"
  $EMPCI_07  = "802.2 SNAP"
  $EMPCI_08  = "Ethernet_II"
  $EMPCI_09  = "Duplex Mode"
  $EMPCI_10 = "Select either Half Duplex or Full Duplex. Full Duplex mode can
	      only be used with capable hubs or switches."
  $EMPCI_11 = "Half Duplex"
  $EMPCI_12 = "Full Duplex"
  $EMPCI_13 = "Failover Adapter Type"
  $EMPCI_14 = "Specifies whether it is a PRIMARY, BACKUP or STAND-ALONE.
	      For PRIMARY, you have to specify adapter index for BACKUP and
	      For BACKUP, you have to specify adapter index for PRIMARY"
  $EMPCI_15 = "Backup Adapter Index"
  $EMPCI_16 = "Specifies adapter index for the BACKUP Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      General convention is to assign next adapter index. But, user
	      can select any other available adapter index (except this one)."
  $EMPCI_17 = "Primary Adapter Index"
  $EMPCI_18 = "Specifies adapter index for the PRIMARY Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      Assign adapter index of the Adapter for which this is BACKUP"
  $EMPCI_19 = "Polling Interval (in sec)"
  $EMPCI_20 = "Specifies the polling interval (in sec) after which the link 
	      status of the active adapter will be checked.
	      For best results, a value less than 10 is recommended."
  $EMPCI_21 = "Slot Number (UNUSED)"
  $EMPCI_22 = "This is not used at all. So, you need not supply any value."

  LANGUAGE: 6
  ;French

  $EMPCI_DESC1 = "Adaptec PCI Ethernet Driver (Failover)"
  $EMPCI_HELP1 = "This driver supports all Adaptec PCI Ethernet/Fast Ethernet 
		 adapters installed in a PCI server.\n\n
		 This driver will use the MSM.NLM and ETHERTSM.NLM already 
		 installed on the server.\n\n
		 NOTE: Pl. make sure the load commands for CDTDMI.NLM and 
		 FAILMIB.NLM are in autoexec.ncf file, if you want to use
		 SNMP and DMI."
  $EMPCI_01  = "Adapter Index"
  $EMPCI_02  = "Select the port for which you are loading the driver.
	       This is an index (sorted according to BUS and SLOT numbers) of 
               all the ports available. It starts from 1 and can go upto number
               of ports available. If you do not know the adapter index, you 
               will be prompted with available choices at the server command 
               prompt."
  $EMPCI_03  = "Frame types"
  $EMPCI_04  = "Specify the frame type used with the adapter.
	       The default is set to 802.2 frame type."
  $EMPCI_05  = "802.2"
  $EMPCI_06  = "802.3"
  $EMPCI_07  = "802.2 SNAP"
  $EMPCI_08  = "Ethernet_II"
  $EMPCI_09  = "Duplex Mode"
  $EMPCI_10 = "Select either Half Duplex or Full Duplex. Full Duplex mode can
	      only be used with capable hubs or switches."
  $EMPCI_11 = "Half Duplex"
  $EMPCI_12 = "Full Duplex"
  $EMPCI_13 = "Failover Adapter Type"
  $EMPCI_14 = "Specifies whether it is a PRIMARY, BACKUP or STAND-ALONE.
	      For PRIMARY, you have to specify adapter index for BACKUP and
	      For BACKUP, you have to specify adapter index for PRIMARY"
  $EMPCI_15 = "Backup Adapter Index"
  $EMPCI_16 = "Specifies adapter index for the BACKUP Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      General convention is to assign next adapter index. But, user
	      can select any other available adapter index (except this one)."
  $EMPCI_17 = "Primary Adapter Index"
  $EMPCI_18 = "Specifies adapter index for the PRIMARY Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      Assign adapter index of the Adapter for which this is BACKUP"
  $EMPCI_19 = "Polling Interval (in sec)"
  $EMPCI_20 = "Specifies the polling interval (in sec) after which the link 
	      status of the active adapter will be checked.
	      For best results, a value less than 10 is recommended."
  $EMPCI_21 = "Slot Number (UNUSED)"
  $EMPCI_22 = "This is not used at all. So, you need not supply any value."

  LANGUAGE: 7
  ;German

  $EMPCI_DESC1 = "Adaptec PCI Ethernet Driver (Failover)"
  $EMPCI_HELP1 = "This driver supports all Adaptec PCI Ethernet/Fast Ethernet 
		 adapters installed in a PCI server.\n\n
		 This driver will use the MSM.NLM and ETHERTSM.NLM already 
		 installed on the server.\n\n
		 NOTE: Pl. make sure the load commands for CDTDMI.NLM and 
		 FAILMIB.NLM are in autoexec.ncf file, if you want to use
		 SNMP and DMI."
  $EMPCI_01  = "Adapter Index"
  $EMPCI_02  = "Select the port for which you are loading the driver.
	       This is an index (sorted according to BUS and SLOT numbers) of 
               all the ports available. It starts from 1 and can go upto number
               of ports available. If you do not know the adapter index, you 
               will be prompted with available choices at the server command 
               prompt."
  $EMPCI_03  = "Frame types"
  $EMPCI_04  = "Specify the frame type used with the adapter.
	       The default is set to 802.2 frame type."
  $EMPCI_05  = "802.2"
  $EMPCI_06  = "802.3"
  $EMPCI_07  = "802.2 SNAP"
  $EMPCI_08  = "Ethernet_II"
  $EMPCI_09  = "Duplex Mode"
  $EMPCI_10 = "Select either Half Duplex or Full Duplex. Full Duplex mode can
	      only be used with capable hubs or switches."
  $EMPCI_11 = "Half Duplex"
  $EMPCI_12 = "Full Duplex"
  $EMPCI_13 = "Failover Adapter Type"
  $EMPCI_14 = "Specifies whether it is a PRIMARY, BACKUP or STAND-ALONE.
	      For PRIMARY, you have to specify adapter index for BACKUP and
	      For BACKUP, you have to specify adapter index for PRIMARY"
  $EMPCI_15 = "Backup Adapter Index"
  $EMPCI_16 = "Specifies adapter index for the BACKUP Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      General convention is to assign next adapter index. But, user
	      can select any other available adapter index (except this one)."
  $EMPCI_17 = "Primary Adapter Index"
  $EMPCI_18 = "Specifies adapter index for the PRIMARY Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      Assign adapter index of the Adapter for which this is BACKUP"
  $EMPCI_19 = "Polling Interval (in sec)"
  $EMPCI_20 = "Specifies the polling interval (in sec) after which the link 
	      status of the active adapter will be checked.
	      For best results, a value less than 10 is recommended."
  $EMPCI_21 = "Slot Number (UNUSED)"
  $EMPCI_22 = "This is not used at all. So, you need not supply any value."

  LANGUAGE: 8
  ;Italian

  $EMPCI_DESC1 = "Adaptec PCI Ethernet Driver (Failover)"
  $EMPCI_HELP1 = "This driver supports all Adaptec PCI Ethernet/Fast Ethernet 
		 adapters installed in a PCI server.\n\n
		 This driver will use the MSM.NLM and ETHERTSM.NLM already 
		 installed on the server.\n\n
		 NOTE: Pl. make sure the load commands for CDTDMI.NLM and 
		 FAILMIB.NLM are in autoexec.ncf file, if you want to use
		 SNMP and DMI."
  $EMPCI_01  = "Adapter Index"
  $EMPCI_02  = "Select the port for which you are loading the driver.
	       This is an index (sorted according to BUS and SLOT numbers) of 
               all the ports available. It starts from 1 and can go upto number
               of ports available. If you do not know the adapter index, you 
               will be prompted with available choices at the server command 
               prompt."
  $EMPCI_03  = "Frame types"
  $EMPCI_04  = "Specify the frame type used with the adapter.
	       The default is set to 802.2 frame type."
  $EMPCI_05  = "802.2"
  $EMPCI_06  = "802.3"
  $EMPCI_07  = "802.2 SNAP"
  $EMPCI_08  = "Ethernet_II"
  $EMPCI_09  = "Duplex Mode"
  $EMPCI_10 = "Select either Half Duplex or Full Duplex. Full Duplex mode can
	      only be used with capable hubs or switches."
  $EMPCI_11 = "Half Duplex"
  $EMPCI_12 = "Full Duplex"
  $EMPCI_13 = "Failover Adapter Type"
  $EMPCI_14 = "Specifies whether it is a PRIMARY, BACKUP or STAND-ALONE.
	      For PRIMARY, you have to specify adapter index for BACKUP and
	      For BACKUP, you have to specify adapter index for PRIMARY"
  $EMPCI_15 = "Backup Adapter Index"
  $EMPCI_16 = "Specifies adapter index for the BACKUP Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      General convention is to assign next adapter index. But, user
	      can select any other available adapter index (except this one)."
  $EMPCI_17 = "Primary Adapter Index"
  $EMPCI_18 = "Specifies adapter index for the PRIMARY Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      Assign adapter index of the Adapter for which this is BACKUP"
  $EMPCI_19 = "Polling Interval (in sec)"
  $EMPCI_20 = "Specifies the polling interval (in sec) after which the link 
	      status of the active adapter will be checked.
	      For best results, a value less than 10 is recommended."
  $EMPCI_21 = "Slot Number (UNUSED)"
  $EMPCI_22 = "This is not used at all. So, you need not supply any value."

  LANGUAGE: 14
  ;Spanish

  $EMPCI_DESC1 = "Adaptec PCI Ethernet Driver (Failover)"
  $EMPCI_HELP1 = "This driver supports all Adaptec PCI Ethernet/Fast Ethernet 
		 adapters installed in a PCI server.\n\n
		 This driver will use the MSM.NLM and ETHERTSM.NLM already 
		 installed on the server.\n\n
		 NOTE: Pl. make sure the load commands for CDTDMI.NLM and 
		 FAILMIB.NLM are in autoexec.ncf file, if you want to use
		 SNMP and DMI."
  $EMPCI_01  = "Adapter Index"
  $EMPCI_02  = "Select the port for which you are loading the driver.
	       This is an index (sorted according to BUS and SLOT numbers) of 
               all the ports available. It starts from 1 and can go upto number
               of ports available. If you do not know the adapter index, you 
               will be prompted with available choices at the server command 
               prompt."
  $EMPCI_03  = "Frame types"
  $EMPCI_04  = "Specify the frame type used with the adapter.
	       The default is set to 802.2 frame type."
  $EMPCI_05  = "802.2"
  $EMPCI_06  = "802.3"
  $EMPCI_07  = "802.2 SNAP"
  $EMPCI_08  = "Ethernet_II"
  $EMPCI_09  = "Duplex Mode"
  $EMPCI_10 = "Select either Half Duplex or Full Duplex. Full Duplex mode can
	      only be used with capable hubs or switches."
  $EMPCI_11 = "Half Duplex"
  $EMPCI_12 = "Full Duplex"
  $EMPCI_13 = "Failover Adapter Type"
  $EMPCI_14 = "Specifies whether it is a PRIMARY, BACKUP or STAND-ALONE.
	      For PRIMARY, you have to specify adapter index for BACKUP and
	      For BACKUP, you have to specify adapter index for PRIMARY"
  $EMPCI_15 = "Backup Adapter Index"
  $EMPCI_16 = "Specifies adapter index for the BACKUP Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      General convention is to assign next adapter index. But, user
	      can select any other available adapter index (except this one)."
  $EMPCI_17 = "Primary Adapter Index"
  $EMPCI_18 = "Specifies adapter index for the PRIMARY Adapter of this pair.
	      It starts from 1 and can go upto number of ports available.
	      Assign adapter index of the Adapter for which this is BACKUP"
  $EMPCI_19 = "Polling Interval (in sec)"
  $EMPCI_20 = "Specifies the polling interval (in sec) after which the link 
	      status of the active adapter will be checked.
	      For best results, a value less than 10 is recommended."
  $EMPCI_21 = "Slot Number (UNUSED)"
  $EMPCI_22 = "This is not used at all. So, you need not supply any value."

; DrIvEr DeScRiPtIoN EnD

[ RETURN TO DIRECTORY ]