home *** CD-ROM | disk | FTP | other *** search
/ Tiny System Restore Pack / RESTORE.iso / DRIVERS / NETWORK / 3C509B / NW410 / 3C5X9.LDI < prev    next >
Encoding:
Text File  |  1995-09-14  |  1.8 KB  |  88 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. VER:    1.00a
  4. SYN:    1.00
  5.  
  6. ;3Com 3C5X9 EtherLink III v4.0 server driver information file
  7. ;which support ISA bus, EISA bus and MCA bus
  8.  
  9. DR 3C5X9_1
  10. {
  11.    DES:         "3Com EtherLink III Family Driver v4.0 "
  12.    HELP:        "You can use this driver in an ISA, an EISA, 
  13.          or an MCA file server."
  14.  
  15.    PAR:         1.00
  16.    PROD:        5090, 5091, 5092, 5093, 5094, 5095, 5096, 5097
  17.    FILE:        3C5X9.LAN
  18.     OF:             MSM.NLM, ETHERTSM.NLM
  19.  
  20.    PR   PORT    
  21.     if (BUS == ISA) REQUIRED
  22.       else OPTIONAL
  23.  
  24.    {
  25.     DES:    "IO Port"
  26.     HELP:   "Select the IO port address"
  27.  
  28.     TYP:    HEX(3)
  29.     VAL:    200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 2A0,
  30.         2B0, 2C0, 2D0, 2E0, 2F0, 300, 310, 320, 330, 340, 350,
  31.         360, 370, 380, 390, 3A0, 3B0, 3C0, 3D0, 3E0
  32.     DEF:    300
  33.     RES:    10
  34.    }
  35.    
  36.    PR   SLOT    
  37.     if ((BUS == MCA) OR (BUS == EISA)) REQUIRED
  38.        else OPTIONAL 
  39.    {
  40.     DES:    "Slot Number"
  41.     HELP:   "Select the slot number holding the board for which
  42.         you are loading the driver."
  43.  
  44.     TYP:    DECIMAL(1)
  45.     VAL:    1-8
  46.    }
  47.  
  48.    PR   IDPORT  OPTIONAL
  49.    {
  50.     DES:    "ID Port"
  51.     HELP:   "Select the ID port address which will be used to
  52.         activate the board."
  53.  
  54.     TYP:    HEX(3)
  55.     VAL:    110, 120, 130, 140, 150, 160, 170, 180, 190,
  56.         1A0, 1B0, 1C0, 1D0, 1E0, 1F0
  57.     DEF:    110     
  58.    }
  59.    PR   NODE
  60.    {
  61.    }
  62.  
  63.    FR   FrameSelect
  64.    {
  65.     DES:    "Frame Types"
  66.     HELP:   "The default frame types are the 802.2 and 802.3.
  67.          It is strongly recommended that at least 802.2 be
  68.          selected. For existing networks, select BOTH 802.2
  69.          and 802.3."
  70.  
  71.     CD:     "802.3"
  72.     CH:     'Ethernet_802.3'
  73.  
  74.     CD:     "802.2"
  75.     CH:     'Ethernet_802.2'
  76.  
  77.     CD:     "802.2 SNAP"
  78.     CH:     'Ethernet_SNAP'
  79.  
  80.     CD:     "Ethernet II"
  81.     CH:     'Ethernet_II'
  82.  
  83.     DEF:    1, 2
  84.    }
  85. }
  86.  
  87. ;DrIvEr DeScRiPtIoN EnD
  88.