home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / Compex / enet.exe / rar / NETWARE.4 / ENET40.LDI < prev    next >
Text File  |  1993-10-18  |  4KB  |  173 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. VER:    1.01
  4. SYN:    1.00
  5. DR ENET40
  6. {
  7.     DES:    $DES
  8.     HELP:    $HELP
  9.     PAR:       1.00
  10.     FILE:    ENET40.LAN
  11. ;     OF:     MSM.NLM, ETHERTSM.NLM
  12.  
  13.     LIST OMODE
  14.        if (BUS == MCA) HIDDEN
  15.        else OPTIONAL
  16.     {
  17.         DES:   "Driver Configuration Mode"
  18.         HELP:  "Select the mode of configuring the PORT, INT and MEM.
  19.                If this entry is not specified, make sure that the
  20.                hardware settings on your network adapter matches the
  21.                input parameters of PORT and MEM."
  22.  
  23.         CD:    "Auto configuration (AUTO)"
  24.         CH:    'AUTO'
  25.  
  26.         CD:    "Program configuration (PROGRAM)"
  27.         CH:    'PROGRAM'
  28.  
  29.         DEF:   UNDEFINED
  30.  
  31.         OUT:   'OMODE=%s'
  32.     }
  33.  
  34.     LIST TMEDIA OPTIONAL
  35.     {
  36.         DES:   "Cable Type"
  37.         HELP:  "Select the required cable type for your network adapter.
  38.                If this entry is not specified, the cable type will
  39.                default to the preset physical media."
  40.  
  41.         CD:    "Thin Ethernet (BNC)"
  42.         CH:    'BNC'
  43.  
  44.         CD:    "Twisted Pair (TPI)"
  45.         CH:    'TPI'
  46.  
  47.         CD:    "Thick Ethernet (AUI)"
  48.         CH:    'AUI'
  49.  
  50.         DEF:   UNDEFINED
  51.  
  52.         OUT:   'TMEDIA=%s'
  53.     }
  54.  
  55.     PR ADAPTERNUM
  56.        if (BUS == MCA) HIDDEN
  57.            else OPTIONAL
  58.     {
  59.         DES:    "Network Adapter Number"
  60.         VAL:    1-8
  61.         TYPE:    DECIMAL
  62.         HELP:    "When installing multiple network adapters on a server,
  63.             you may select the adapter that you wish to initialize
  64.             by specifying the adapter number."
  65.         DEF:    UNDEFINED
  66.         OUT:    'ADAPTERNUM=%s'
  67.     }
  68.  
  69.     PR INT
  70.        if (BUS == MCA)
  71.           HIDDEN
  72.        else if (OMODE == 1)
  73.           HIDDEN
  74.        else if (ADAPTERNUM != UNDEFINED)
  75.           HIDDEN
  76.        else
  77.           REQUIRED
  78.       {
  79.         VAL:    2, 3, 4, 5, 7, 10, 11, 15
  80.         HELP:    "This entry is ignored in Auto configuration mode.\n
  81.             For Program configuration mode, please select the
  82.             new interrupt level to be programmed.\n
  83.             Otherwise if the Driver Configuration Mode is unspecified
  84.             please select an interrupt level that matches the value
  85.             on your network adapter."
  86.                 DEF:    3
  87.         }
  88.  
  89.     PR PORT
  90.      if (BUS == MCA)
  91.           HIDDEN
  92.        else if (OMODE == 1)
  93.           HIDDEN
  94.        else if (ADAPTERNUM != UNDEFINED)
  95.           HIDDEN
  96.        else
  97.               REQUIRED
  98.     {
  99.                 VAL:    200,220,240,260,280,2a0,2c0,2e0,300,320,340,360,380,3a0,3c0,3e0
  100.         HELP:    "This entry is ignored in Auto configuration mode.\n
  101.             For Program configuration mode, please select the
  102.             new I/O base address to be programmed.\n
  103.             Otherwise if the Driver Configuration Mode is unspecified
  104.             please select an I/O base address that matches the value
  105.             on your network adapter."
  106.                 DEF:    280
  107.         RES:    20
  108.     }
  109.  
  110.     PR SLOT
  111.        if (BUS == MCA) OPTIONAL
  112.        else HIDDEN
  113.  
  114.     {
  115.         VAL:1-8
  116.     }
  117.  
  118.     PR NODE
  119.     {
  120.     }
  121.  
  122.     FR FrameSelect
  123.     {
  124.         CH:    'Ethernet_802.3'
  125.         CH:    'Ethernet_802.2'
  126.         CH:    'Ethernet_SNAP'
  127.         CH:    'Ethernet_II'
  128.         DEF:    1,2
  129.         }
  130.  
  131.     PR RETRIES
  132.     {
  133.         VAL:    0-255
  134.         DEF:    5
  135.     }
  136.  
  137.     PR MEM
  138.      if (BUS == MCA)
  139.           HIDDEN
  140.        else if (OMODE == 1)
  141.           HIDDEN
  142.        else if (ADAPTERNUM != UNDEFINED)
  143.           HIDDEN
  144.        else
  145.           REQUIRED
  146.  
  147.     {
  148.                 VAL:    C0000-EE000
  149.                 HELP:   "The shared memory address ranges from C0000h to EE00h
  150.                         in steps of 2000h.\n
  151.                         This entry is ignored in Auto configuration mode.\n
  152.             For Program configuration mode, please select the
  153.             memory address to be programmed.\n
  154.             Otherwise if the Driver Configuration Mode is unspecified
  155.             make sure that the memory address selected
  156.             matches the value on your network adapter."
  157.                 DEF:    D0000
  158.         RES:    200
  159.     }
  160. }
  161.  
  162. DLANG:    4
  163.     $DES =    "Compex ENET"
  164.     $HELP = "This driver (ENET40.LAN) supports all Compex ENET
  165.          Ethernet network adapters on both ISA and MCA bus.
  166.          You can install up to four network adapters as long as
  167.          their settings do not conflict."
  168.  
  169. ;DrIvEr DwScRiPtIoN EnD
  170.  
  171.  
  172.  
  173.