home *** CD-ROM | disk | FTP | other *** search
/ Computer Tool Software / soft.iso / Multimed / Net / INTEL / NETWARE.4 / EXP16.LDI < prev    next >
Encoding:
Text File  |  1992-10-14  |  4.9 KB  |  168 lines

  1.  
  2. ;DrIvEr DeScRiPtIoN
  3.  
  4. SyntaxVersion: 1.00
  5.  
  6.    ; file: EXP16.LDI
  7.    ; EtherExpress ISA/MCA Help file for NetWare 4.0 Server driver
  8.  
  9.    Driver EXP16
  10.  
  11.    {
  12.       Description:      "Intel EtherExpress ISA Family"
  13.  
  14.       Help:             "Use this driver with an Intel EtherExpress 16-bit
  15.                          adapter in an ISA (AT bus) or EISA file server.\n\n
  16.                          You can reach Intel NetDirect technical
  17.                          support at the following numbers:\n
  18.                          USA & Canada \t (503) 629-7000\n
  19.                          Europe\n
  20.                          \tEnglish \t\t +44-793-431144\n
  21.                          \tFrench  \t\t +44-793-421777\n
  22.                          \tGerman  \t\t +44-793-421333\n
  23.                          International \t +503-629-7354"
  24.  
  25.       File:              EXP16.LAN
  26.  
  27.  
  28.       ParameterVersion: 1.00
  29.  
  30.       PROMPT PORT
  31.  
  32.          if (BUS != MCA) REQUIRED
  33.          else HIDDEN
  34.  
  35.       {
  36.          Help:             "Select the port value (I/O address) that
  37.                             matches the I/O address setting of the
  38.                             EtherExpress adapter.  To view or change
  39.                             the I/O address of the EtherExpress
  40.                             adapter, run SOFTSET.  Make sure the I/O
  41.                             address used by the EtherExpress adapter
  42.                             is not used by any other device in the
  43.                             system."
  44.  
  45.          Values:           200,210,220,230,240,250,260,270,300,310,320,330,340,350,360,370
  46.          Default:          300
  47.          ReservedLength:   8
  48.  
  49.       }
  50.  
  51.       PROMPT SLOT
  52.  
  53.          if (BUS == MCA) REQUIRED
  54.          else HIDDEN
  55.  
  56.       {
  57.          Values:           1-8
  58.       }
  59.  
  60.       FRAME FrameSelect
  61.       {
  62.  
  63.           Help:             "Select the frame types required by your
  64.                              network.  The driver supports the 802.3,
  65.                              802.2, 802.2 SNAP, and Ethernet II frame
  66.                              types.  The default frame types are 802.3,
  67.                              and 802.2."
  68.  
  69.          CDescription:     "802.3"
  70.          Choice:           'Ethernet_802.3'
  71.  
  72.          CDescription:     "802.2"
  73.          Choice:           'Ethernet_802.2'
  74.  
  75.          CDescription:     "802.2 SNAP"
  76.          Choice:           'Ethernet_SNAP'
  77.  
  78.          CDescription:     "Ethernet II"
  79.          Choice:           'Ethernet_II'
  80.  
  81.          Default:          1,2
  82.  
  83.        }
  84.  
  85.    }
  86.  
  87.    Driver EXP161
  88.  
  89.    {
  90.       Description:      "Intel EtherExpress MCA Family"
  91.  
  92.       Help:             "Use this driver with an Intel EtherExpress MCA
  93.                          in a microchannel file server.\n\n
  94.                          You can reach Intel NetDirect technical
  95.                          support at the following numbers:\n
  96.                          USA & Canada \t (503) 629-7000\n
  97.                          Europe\n
  98.                          \tEnglish \t\t +44-793-431144\n
  99.                          \tFrench  \t\t +44-793-421777\n
  100.                          \tGerman  \t\t +44-793-421333\n
  101.                          International \t +503-629-7354"
  102.  
  103.       File:              EXP16.LAN
  104.  
  105.  
  106.       ParameterVersion: 1.00
  107.  
  108.       PROMPT PORT
  109.  
  110.          if (BUS != MCA) REQUIRED
  111.          else HIDDEN
  112.  
  113.       {
  114.          Help:             "Select the port value (I/O address) that
  115.                             matches the I/O address setting of the
  116.                             EtherExpress adapter.  To view or change
  117.                             the I/O address of the EtherExpress
  118.                             adapter, run SOFTSET.  Make sure the I/O
  119.                             address used by the EtherExpress adapter
  120.                             is not used by any other device in the
  121.                             system."
  122.  
  123.          Values:           200,210,220,230,240,250,260,270,300,310,320,330,340,350,360,370
  124.          Default:          300
  125.          ReservedLength:   8
  126.  
  127.       }
  128.  
  129.       PROMPT SLOT
  130.  
  131.          if (BUS == MCA) REQUIRED
  132.          else HIDDEN
  133.  
  134.       {
  135.          Values:           1-8
  136.       }
  137.  
  138.       FRAME FrameSelect
  139.       {
  140.  
  141.           Help:             "Select the frame types required by your
  142.                              network.  The driver supports the 802.3,
  143.                              802.2, 802.2 SNAP, and Ethernet II frame
  144.                              types.  The default frame types are 802.3,
  145.                              and 802.2."
  146.  
  147.          CDescription:     "802.3"
  148.          Choice:           'Ethernet_802.3'
  149.  
  150.          CDescription:     "802.2"
  151.          Choice:           'Ethernet_802.2'
  152.  
  153.          CDescription:     "802.2 SNAP"
  154.          Choice:           'Ethernet_SNAP'
  155.  
  156.          CDescription:     "Ethernet II"
  157.          Choice:           'Ethernet_II'
  158.  
  159.          Default:          1,2
  160.  
  161.        }
  162.  
  163.    }
  164.  
  165. ;DrIvEr DeScRiPtIoN EnD
  166.  
  167.  
  168.