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

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