home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / ovladace / novell / dwenu_n2 / dwenu_n2.exe / LANDRV32 / HPTX.LDI < prev    next >
Text File  |  1996-05-16  |  7KB  |  245 lines

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