home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Network / 3COM / 3C5x9 / 3c5x9x.exe / NETWARE / SERVER / 3C5X9.LDI < prev    next >
Text File  |  1995-10-06  |  2KB  |  100 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. VER:    1.01
  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) REQUIRED
  38.        else HIDDEN 
  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   SLOT    
  49.     if (BUS == EISA) REQUIRED
  50.        else HIDDEN 
  51.    {
  52.     DES:    "Slot Number"
  53.     HELP:   "Select the slot number holding the board for which
  54.         you are loading the driver."
  55.  
  56.     TYP:    DECIMAL(1)
  57.     VAL:    1-8
  58.    }
  59.    
  60.    PR   IDPORT  OPTIONAL
  61.    {
  62.     DES:    "ID Port"
  63.     HELP:   "Select the ID port address which will be used to
  64.         activate the board."
  65.  
  66.     TYP:    HEX(3)
  67.     VAL:    110, 120, 130, 140, 150, 160, 170, 180, 190,
  68.         1A0, 1B0, 1C0, 1D0, 1E0, 1F0
  69.     DEF:    110     
  70.    }
  71.    PR   NODE
  72.    {
  73.    }
  74.  
  75.    FR   FrameSelect
  76.    {
  77.     DES:    "Frame Types"
  78.     HELP:   "The default frame types are the 802.2 and 802.3.
  79.          It is strongly recommended that at least 802.2 be
  80.          selected. For existing networks, select BOTH 802.2
  81.          and 802.3."
  82.  
  83.     CD:     "802.3"
  84.     CH:     'Ethernet_802.3'
  85.  
  86.     CD:     "802.2"
  87.     CH:     'Ethernet_802.2'
  88.  
  89.     CD:     "802.2 SNAP"
  90.     CH:     'Ethernet_SNAP'
  91.  
  92.     CD:     "Ethernet II"
  93.     CH:     'Ethernet_II'
  94.  
  95.     DEF:    1, 2
  96.    }
  97. }
  98.  
  99. ;DrIvEr DeScRiPtIoN EnD
  100.