home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / ETHER.EXE / OLD_LAN / SMC8000.LDI < prev   
Text File  |  1995-04-28  |  2KB  |  99 lines

  1. ;DrIvEr DeScRiPtIoN
  2.     VER: 1.01
  3.     SYN: 1.00
  4.     DR SMC8000
  5.     {
  6.         Des:    $DRIVER_DESCRIPTION
  7.         Help:    $DRIVER_HELP
  8.         File:    $DRIVER_FILE
  9.         Par:    1.00
  10.  
  11.         Timeout: 5
  12.  
  13.         PROMPT PORT
  14.             if(BUS != MCA) REQUIRED
  15.             else HIDDEN
  16.         {
  17.             Type:            HEX(3)
  18.             Values:            280, 200, 220, 240, 260, 2A0, 2C0, 2E0,    300, 320, 340, 360, 380
  19.             Default:     280
  20.                         ReservedLength: 20
  21.         }
  22.  
  23.         PROMPT SLOT
  24.             if(BUS == MCA) REQUIRED
  25.             else HIDDEN
  26.         {
  27.             Type:    HEX(1)
  28.             Values:    1, 2, 3, 4, 5, 6, 7
  29.         }
  30.  
  31.         PROMPT MEMORY
  32.             if(BUS != MCA) OPTIONAL
  33.             else HIDDEN
  34.         {
  35.                         Help: "This value is not required for soft-configured adapters."
  36.                         Type:   HEX(5)
  37.                         Values: c0000-dffff
  38.                         ReservedLength: 200
  39.                         Default: d0000
  40.         }
  41.  
  42.         PROMPT INT
  43.             if(BUS != MCA) OPTIONAL
  44.             else HIDDEN
  45.         {
  46.                         Help: "This value is not required for soft-configured adapters."
  47.             Type:    HEX(2)
  48.                         Values: 3, 4, 5, 7, 9, A, B, F
  49.                         Default: 3
  50.         }
  51.  
  52.         FRAME FrameSelect
  53.         {
  54.              Help:"The default frame type is 802.2.
  55.                   You can remove this frame type or
  56.                   add the 802.3, 802.2 SNAP, or the Ethernet II frame
  57.                   types."
  58.  
  59.             CD:   "802.3"
  60.             CH:   'Ethernet_802.3'
  61.  
  62.             CD:   "802.2"
  63.             CH:   'Ethernet_802.2'
  64.  
  65.             CD:   "802.2 SNAP"
  66.             CH:   'Ethernet_SNAP'
  67.  
  68.             CD:   "Ethernet II"
  69.             CH:   'Ethernet_II'
  70.  
  71.             Def:    2, 1
  72.  
  73.         }
  74.  
  75.  
  76.     }
  77.  
  78.  
  79.  
  80.     DLanguage: 4
  81.     ; default English
  82.     $DRIVER_DESCRIPTION ="SMC Ethernet Adapter Server Driver"
  83.     $DRIVER_HELP = "You can use this driver in an ISA (AT bus), EISA,
  84.             or a microchannel NetWare server. You can have
  85.             maximum of four network boards in your server.
  86.             Their settings must not conflict.\n\n You can load
  87.             the driver for each board and for each additional
  88.             frame type assigned to the board (Maximum: 16 times).
  89.             The driver loads reentrantly.\n"
  90.     $DRIVER_FILE = "SMC8000.LAN"
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. ;DrIvEr DeScRiPtIoN EnD
  99.