home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / novell / dwenu_n2 / dwenu_n2.exe / LANDRV32 / NE100.LDI < prev    next >
Text File  |  1996-06-11  |  9KB  |  274 lines

  1.  
  2. ;DrIvEr DeScRiPtIoN
  3.  
  4. SyntaxVersion: 1.00
  5. ;- Internal Version 1.11
  6.  
  7. ;- File: NE100.LDI
  8. ;- NOVELL NE10/100 PCI FAST Ethernet Adapter Installation Information File
  9. ;-
  10. ;- NE10/100 PCI with TX Physical Layer
  11. ;- NE10/100 PCI with T4 Physical Layer
  12.  
  13.    Driver NE100
  14.    {
  15.       Description:      $NE100_1
  16.  
  17.       Help:             $NE100_2
  18.  
  19.       File:              NE100.LAN
  20.  
  21.       Prod:
  22.       PCI.8086.1229.0000.0000.*
  23.  
  24.  
  25.       ParameterVersion: 2.00
  26.  
  27.       PROMPT   SLOT    OPTIONAL
  28.  
  29.       {
  30.          Help:           $NE100_3
  31.          Type:           DECIMAL (5)
  32.          Values:         1 - 65535
  33.          Default:        UNDEFINED
  34.       }
  35.  
  36.       PROMPT   SPEED    OPTIONAL
  37.  
  38.       {
  39.          Help:           $NE100_4
  40.          Type:           DECIMAL (3)
  41.          Values:         0, 10, 100
  42.          Default:        0
  43.          Out:            'SPEED=%s'
  44.       }
  45.  
  46.       PROMPT   FORCEDUPLEX    OPTIONAL
  47.  
  48.       {
  49.          Help:           $NE100_5
  50.          Type:           DECIMAL (1)
  51.          Values:         0, 1, 2
  52.          Default:        0
  53.          Out:            'FORCEDUPLEX=%s'
  54.       }
  55.  
  56.       PROMPT   IOMAPMODE   OPTIONAL
  57.  
  58.       {
  59.          Help:           $NE100_6
  60.          Type:           DECIMAL (1)
  61.          Values:         0, 1
  62.          Default:        0
  63.          Out:            'IOMAPMODE=%s'
  64.       }
  65.  
  66.  
  67.       FRAME   FrameSelect
  68.  
  69.       {
  70.           Help:            $NE100_7
  71.  
  72.          CDescription:     $NE100_8
  73.          Choice:           'Ethernet_802.3'
  74.  
  75.          CDescription:     $NE100_9
  76.          Choice:           'Ethernet_802.2'
  77.  
  78.          CDescription:     $NE100_10
  79.          Choice:           'Ethernet_SNAP'
  80.  
  81.          CDescription:     $NE100_11
  82.          Choice:           'Ethernet_II'
  83.  
  84.          Default:          1,2
  85.  
  86.       }
  87.  
  88.    }
  89.  
  90. DLANG: 4
  91. ;English
  92.  
  93.        $NE100_1 = "Microdyne NE10/100 PCI FAST Ethernet Adapter"
  94.  
  95.        $NE100_2 = "This driver supports the following NE10/100 PCI
  96.                          family adapters ->         \n
  97.                          PCI with TX Physical Layer\n
  98.                          PCI with T4 Physical Layer\n\n"
  99.  
  100.        $NE100_3 = "Slot number for the adapter.\n"
  101.  
  102.        $NE100_4 = "Line speed override for the adapter. Disables auto-\n
  103.                           negotiation. Valid options are 0 (Auto), 10, or 100."
  104.  
  105.        $NE100_5 =  "Force the operating mode to Full Duplex.\n
  106.                           Valid options are 0 (Auto), 1 (HALF), 2 (FULL)."
  107.  
  108.        $NE100_6 =  "Force the driver to use I/O mapped mode.\n
  109.                           The default mode is memory-mapped.\n
  110.                           Valid options are 0 (DEFAULT) or 1."
  111.  
  112.        $NE100_7 =  "The driver defaults to 802.2 frame format. You
  113.                             may use this default to select from the other 3
  114.                             options => 802.3, Ethernet II and Ethernet SNAP."
  115.  
  116.        $NE100_8 = "NE100 802.3"
  117.  
  118.        $NE100_9 = "NE100 802.2"
  119.  
  120.        $NE100_10 = "NE100 SNAP"
  121.  
  122.        $NE100_11  = "NE100 E_II"
  123.  
  124. LANG: 6
  125. ;French
  126.  
  127.        $NE100_1 = "Microdyne NE10/100 PCI FAST Ethernet Adapter"
  128.  
  129.        $NE100_2 = "This driver supports the following NE10/100 PCI
  130.                          family adapters ->         \n
  131.                          PCI with TX Physical Layer\n
  132.                          PCI with T4 Physical Layer\n\n"
  133.  
  134.        $NE100_3 = "Slot number for the adapter.\n
  135.                           For PCI adapters, this refers to the Device Location."
  136.  
  137.        $NE100_4 = "Line speed override for the adapter. Disables auto-\n
  138.                           negotiation. Must be forced if duplex mode is specified.\n
  139.                           Valid options are 0 (Auto), 10, or 100."
  140.  
  141.        $NE100_5 =  "Force the operating mode to Full Duplex.\n
  142.                           SPEED must be specified and valid for this keyword.\n
  143.                           Valid options are 0 (Auto), 1 (HALF), 2 (FULL)."
  144.  
  145.        $NE100_6 =  "Force the driver to use I/O mapped mode.\n
  146.                           The default mode is memory-mapped.\n
  147.                           Valid options are 0 (DEFAULT) or 1."
  148.  
  149.        $NE100_7 =  "The driver defaults to 802.2 frame format. You
  150.                             may use this default to select from the other 3
  151.                             options => 802.3, Ethernet II and Ethernet SNAP."
  152.  
  153.        $NE100_8 = "NE100 802.3"
  154.  
  155.        $NE100_9 = "NE100 802.2"
  156.  
  157.        $NE100_10 = "NE100 SNAP"
  158.  
  159.        $NE100_11  = "NE100 E_II"
  160.  
  161. LANG: 7
  162. ;German
  163.  
  164.        $NE100_1 = "Microdyne NE10/100 PCI FAST Ethernet Adapter"
  165.  
  166.        $NE100_2 = "This driver supports the following NE10/100 PCI
  167.                          family adapters ->         \n
  168.                          PCI with TX Physical Layer\n
  169.                          PCI with T4 Physical Layer\n\n"
  170.  
  171.        $NE100_3 = "Slot number for the adapter.\n
  172.                           For PCI adapters, this refers to the Device Location."
  173.  
  174.        $NE100_4 = "Line speed override for the adapter. Disables auto-\n
  175.                           negotiation. Must be forced if duplex mode is specified.\n
  176.                           Valid options are 0 (Auto), 10, or 100."
  177.  
  178.        $NE100_5 =  "Force the operating mode to Full Duplex.\n
  179.                           SPEED must be specified and valid for this keyword.\n
  180.                           Valid options are 0 (Auto), 1 (HALF), 2 (FULL)."
  181.  
  182.        $NE100_6 =  "Force the driver to use I/O mapped mode.\n
  183.                           The default mode is memory-mapped.\n
  184.                           Valid options are 0 (DEFAULT) or 1."
  185.  
  186.        $NE100_7 =  "The driver defaults to 802.2 frame format. You
  187.                             may use this default to select from the other 3
  188.                             options => 802.3, Ethernet II and Ethernet SNAP."
  189.  
  190.        $NE100_8 = "NE100 802.3"
  191.  
  192.        $NE100_9 = "NE100 802.2"
  193.  
  194.        $NE100_10 = "NE100 SNAP"
  195.  
  196.        $NE100_11  = "NE100 E_II"
  197.  
  198. LANG: 8
  199. ;Italian
  200.  
  201.        $NE100_1 = "Microdyne NE10/100 PCI FAST Ethernet Adapter"
  202.  
  203.        $NE100_2 = "This driver supports the following NE10/100 PCI
  204.                          family adapters ->         \n
  205.                          PCI with TX Physical Layer\n
  206.                          PCI with T4 Physical Layer\n\n"
  207.  
  208.        $NE100_3 = "Slot number for the adapter.\n
  209.                           For PCI adapters, this refers to the Device Location."
  210.  
  211.        $NE100_4 = "Line speed override for the adapter. Disables auto-\n
  212.                           negotiation. Must be forced if duplex mode is specified.\n
  213.                           Valid options are 0 (Auto), 10, or 100."
  214.  
  215.        $NE100_5 =  "Force the operating mode to Full Duplex.\n
  216.                           SPEED must be specified and valid for this keyword.\n
  217.                           Valid options are 0 (Auto), 1 (HALF), 2 (FULL)."
  218.  
  219.        $NE100_6 =  "Force the driver to use I/O mapped mode.\n
  220.                           The default mode is memory-mapped.\n
  221.                           Valid options are 0 (DEFAULT) or 1."
  222.  
  223.        $NE100_7 =  "The driver defaults to 802.2 frame format. You
  224.                             may use this default to select from the other 3
  225.                             options => 802.3, Ethernet II and Ethernet SNAP."
  226.  
  227.        $NE100_8 = "NE100 802.3"
  228.  
  229.        $NE100_9 = "NE100 802.2"
  230.  
  231.        $NE100_10 = "NE100 SNAP"
  232.  
  233.        $NE100_11  = "NE100 E_II"
  234.  
  235.  
  236. LANG: 14
  237. ;Spanish
  238.  
  239.        $NE100_1 = "Microdyne NE10/100 PCI FAST Ethernet Adapter"
  240.  
  241.        $NE100_2 = "This driver supports the following NE10/100 PCI
  242.                          family adapters ->         \n
  243.                          PCI with TX Physical Layer\n
  244.                          PCI with T4 Physical Layer\n\n"
  245.  
  246.        $NE100_3 = "Slot number for the adapter.\n
  247.                           For PCI adapters, this refers to the Device Location."
  248.  
  249.        $NE100_4 = "Line speed override for the adapter. Disables auto-\n
  250.                           negotiation. Must be forced if duplex mode is specified.\n
  251.                           Valid options are 0 (Auto), 10, or 100."
  252.  
  253.        $NE100_5 =  "Force the operating mode to Full Duplex.\n
  254.                           SPEED must be specified and valid for this keyword.\n
  255.                           Valid options are 0 (Auto), 1 (HALF), 2 (FULL)."
  256.  
  257.        $NE100_6 =  "Force the driver to use I/O mapped mode.\n
  258.                           The default mode is memory-mapped.\n
  259.                           Valid options are 0 (DEFAULT) or 1."
  260.  
  261.        $NE100_7 =  "The driver defaults to 802.2 frame format. You
  262.                             may use this default to select from the other 3
  263.                             options => 802.3, Ethernet II and Ethernet SNAP."
  264.  
  265.        $NE100_8 = "NE100 802.3"
  266.  
  267.        $NE100_9 = "NE100 802.2"
  268.  
  269.        $NE100_10 = "NE100 SNAP"
  270.  
  271.        $NE100_11  = "NE100 E_II"
  272.  
  273. ;DrIvEr DeScRiPtIoN EnD
  274.