home *** CD-ROM | disk | FTP | other *** search
/ Tiny System Restore Pack / RESTORE.iso / DRIVERS / NETWORK / E100B / NWSERVER / E100B.LDI < prev    next >
Encoding:
Text File  |  1996-12-17  |  9.2 KB  |  277 lines

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