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

  1.  
  2. ;DrIvEr DeScRiPtIoN
  3.  
  4. SyntaxVersion: 1.00
  5. ;- Internel Version 1.11
  6.  
  7. ;- File: A2560.LDI
  8. ;- ATI AT-2560 Series PCI/100 Ethernet Adapter Installation Information File
  9. ;-
  10. ;- AT-2560 Series PCI/100 with TX Physical Layer
  11. ;- AT-2560 Series PCI/100 with T4 Physical Layer
  12.  
  13.    Driver A2560
  14.    {
  15.       Description:      $A2560_1
  16.  
  17.       Help:             $A2560_2
  18.  
  19.       File:              A2560.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:           $A2560_3
  31.          Type:           DECIMAL (5)
  32.          Values:         1 - 65535
  33.          Default:        UNDEFINED
  34.       }
  35.  
  36.       PROMPT   SPEED    OPTIONAL
  37.  
  38.       {
  39.          Help:           $A2560_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:           $A2560_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:           $A2560_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:            $A2560_7
  71.  
  72.          CDescription:     $A2560_8
  73.          Choice:           'Ethernet_802.3'
  74.  
  75.          CDescription:     $A2560_9
  76.          Choice:           'Ethernet_802.2'
  77.  
  78.          CDescription:     $A2560_10
  79.          Choice:           'Ethernet_SNAP'
  80.  
  81.          CDescription:     $A2560_11
  82.          Choice:           'Ethernet_II'
  83.  
  84.          Default:          1,2
  85.  
  86.       }
  87.  
  88.    }
  89.  
  90. DLANG: 4
  91. ;English
  92.  
  93.        $A2560_1 = "ATI AT-2560 Series PCI/100 Ethernet Adapter            "
  94.  
  95.        $A2560_2 = "This driver supports the following AT-2560 Series PCI/100
  96.                          family adapters ->         \n
  97.                          PCI with TX Physical Layer\n
  98.                          PCI with T4 Physical Layer\n\n"
  99.  
  100.        $A2560_3 = "Slot number for the adapter.\n
  101.                           For PCI adapters, this refers to the Device Location."
  102.  
  103.        $A2560_4 = "Line speed override for the adapter. Disables auto-\n
  104.                           negotiation. Must be forced if duplex mode is specified.\n
  105.                           Valid options are 0 (Auto), 10, or 100."
  106.  
  107.        $A2560_5 =  "Force the operating mode to Full Duplex.\n
  108.                           SPEED must be specified and valid for this keyword.\n
  109.                           Valid options are 0 (Auto), 1 (HALF), 2 (DUPLEX)."
  110.  
  111.        $A2560_6 =  "Force the driver to use I/O mapped mode.\n
  112.                           The default mode is memory-mapped.\n
  113.                           Valid options are 0 (DEFAULT) or 1."
  114.  
  115.        $A2560_7 =  "The driver defaults to 802.2 frame format. You
  116.                             may use this default to select from the other 3
  117.                             options => 802.3, Ethernet II and Ethernet SNAP."
  118.  
  119.        $A2560_8 = "A2560 802.3"
  120.  
  121.        $A2560_9 = "A2560 802.2"
  122.  
  123.        $A2560_10 = "A2560 SNAP"
  124.  
  125.        $A2560_11  = "A2560 E_II"
  126.  
  127. LANG: 6
  128. ;French
  129.  
  130.        $A2560_1 = "ATI AT-2560 Series PCI/100 Ethernet Adapter            "
  131.  
  132.        $A2560_2 = "This driver supports the following AT-2560 Series PCI/100
  133.                          family adapters ->         \n
  134.                          PCI with TX Physical Layer\n
  135.                          PCI with T4 Physical Layer\n\n"
  136.  
  137.        $A2560_3 = "Slot number for the adapter.\n
  138.                           For PCI adapters, this refers to the Device Location."
  139.  
  140.        $A2560_4 = "Line speed override for the adapter. Disables auto-\n
  141.                           negotiation. Must be forced if duplex mode is specified.\n
  142.                           Valid options are 0 (Auto), 10, or 100."
  143.  
  144.        $A2560_5 =  "Force the operating mode to Full Duplex.\n
  145.                           SPEED must be specified and valid for this keyword.\n
  146.                           Valid options are 0 (Auto), 1 (HALF), 2 (DUPLEX)."
  147.  
  148.        $A2560_6 =  "Force the driver to use I/O mapped mode.\n
  149.                           The default mode is memory-mapped.\n
  150.                           Valid options are 0 (DEFAULT) or 1."
  151.  
  152.        $A2560_7 =  "The driver defaults to 802.2 frame format. You
  153.                             may use this default to select from the other 3
  154.                             options => 802.3, Ethernet II and Ethernet SNAP."
  155.  
  156.        $A2560_8 = "A2560 802.3"
  157.  
  158.        $A2560_9 = "A2560 802.2"
  159.  
  160.        $A2560_10 = "A2560 SNAP"
  161.  
  162.        $A2560_11  = "A2560 E_II"
  163.  
  164. LANG: 7
  165. ;German
  166.  
  167.        $A2560_1 = "ATI AT-2560 Series PCI/100 Ethernet Adapter            "
  168.  
  169.        $A2560_2 = "This driver supports the following AT-2560 Series PCI/100
  170.                          family adapters ->         \n
  171.                          PCI with TX Physical Layer\n
  172.                          PCI with T4 Physical Layer\n\n"
  173.  
  174.        $A2560_3 = "Slot number for the adapter.\n
  175.                           For PCI adapters, this refers to the Device Location."
  176.  
  177.        $A2560_4 = "Line speed override for the adapter. Disables auto-\n
  178.                           negotiation. Must be forced if duplex mode is specified.\n
  179.                           Valid options are 0 (Auto), 10, or 100."
  180.  
  181.        $A2560_5 =  "Force the operating mode to Full Duplex.\n
  182.                           SPEED must be specified and valid for this keyword.\n
  183.                           Valid options are 0 (Auto), 1 (HALF), 2 (DUPLEX)."
  184.  
  185.        $A2560_6 =  "Force the driver to use I/O mapped mode.\n
  186.                           The default mode is memory-mapped.\n
  187.                           Valid options are 0 (DEFAULT) or 1."
  188.  
  189.        $A2560_7 =  "The driver defaults to 802.2 frame format. You
  190.                             may use this default to select from the other 3
  191.                             options => 802.3, Ethernet II and Ethernet SNAP."
  192.  
  193.        $A2560_8 = "A2560 802.3"
  194.  
  195.        $A2560_9 = "A2560 802.2"
  196.  
  197.        $A2560_10 = "A2560 SNAP"
  198.  
  199.        $A2560_11  = "A2560 E_II"
  200.  
  201. LANG: 8
  202. ;Italian
  203.        $A2560_1 = "ATI AT-2560 Series PCI/100 Ethernet Adapter            "
  204.  
  205.        $A2560_2 = "This driver supports the following AT-2560 Series PCI/100
  206.                          family adapters ->         \n
  207.                          PCI with TX Physical Layer\n
  208.                          PCI with T4 Physical Layer\n\n"
  209.  
  210.        $A2560_3 = "Slot number for the adapter.\n
  211.                           For PCI adapters, this refers to the Device Location."
  212.  
  213.        $A2560_4 = "Line speed override for the adapter. Disables auto-\n
  214.                           negotiation. Must be forced if duplex mode is specified.\n
  215.                           Valid options are 0 (Auto), 10, or 100."
  216.  
  217.        $A2560_5 =  "Force the operating mode to Full Duplex.\n
  218.                           SPEED must be specified and valid for this keyword.\n
  219.                           Valid options are 0 (Auto), 1 (HALF), 2 (DUPLEX)."
  220.  
  221.        $A2560_6 =  "Force the driver to use I/O mapped mode.\n
  222.                           The default mode is memory-mapped.\n
  223.                           Valid options are 0 (DEFAULT) or 1."
  224.  
  225.        $A2560_7 =  "The driver defaults to 802.2 frame format. You
  226.                             may use this default to select from the other 3
  227.                             options => 802.3, Ethernet II and Ethernet SNAP."
  228.  
  229.        $A2560_8 = "A2560 802.3"
  230.  
  231.        $A2560_9 = "A2560 802.2"
  232.  
  233.        $A2560_10 = "A2560 SNAP"
  234.  
  235.        $A2560_11  = "A2560 E_II"
  236.  
  237.  
  238. LANG: 14
  239. ;Spanish
  240.  
  241.        $A2560_1 = "ATI AT-2560 Series PCI/100 Ethernet Adapter            "
  242.  
  243.        $A2560_2 = "This driver supports the following AT-2560 Series PCI/100
  244.                          family adapters ->         \n
  245.                          PCI with TX Physical Layer\n
  246.                          PCI with T4 Physical Layer\n\n"
  247.  
  248.        $A2560_3 = "Slot number for the adapter.\n
  249.                           For PCI adapters, this refers to the Device Location."
  250.  
  251.        $A2560_4 = "Line speed override for the adapter. Disables auto-\n
  252.                           negotiation. Must be forced if duplex mode is specified.\n
  253.                           Valid options are 0 (Auto), 10, or 100."
  254.  
  255.        $A2560_5 =  "Force the operating mode to Full Duplex.\n
  256.                           SPEED must be specified and valid for this keyword.\n
  257.                           Valid options are 0 (Auto), 1 (HALF), 2 (DUPLEX)."
  258.  
  259.        $A2560_6 =  "Force the driver to use I/O mapped mode.\n
  260.                           The default mode is memory-mapped.\n
  261.                           Valid options are 0 (DEFAULT) or 1."
  262.  
  263.        $A2560_7 =  "The driver defaults to 802.2 frame format. You
  264.                             may use this default to select from the other 3
  265.                             options => 802.3, Ethernet II and Ethernet SNAP."
  266.  
  267.        $A2560_8 = "A2560 802.3"
  268.  
  269.        $A2560_9 = "A2560 802.2"
  270.  
  271.        $A2560_10 = "A2560 SNAP"
  272.  
  273.        $A2560_11  = "A2560 E_II"
  274.  
  275. ;DrIvEr DeScRiPtIoN EnD
  276.