home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d03 / 14.img / TRXNET.LDI < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.7 KB  |  75 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. VER:    1.00
  4. SYN:    1.00
  5.  
  6. DRIVER TRXNET
  7. {
  8.     DES:    "Novell Turbo RX-Net"
  9.     HELP:    "This driver (TRXNET.LAN) supports Novell RX-Net, RX-Net II,
  10.         or RX-Net/2 network boards.\n\n
  11.  
  12.         Microchannel machines with a \"Preempt\" option 
  13.         should have the option set to DISABLED; otherwise, the 
  14.         system bus may hang.\n\n
  15.  
  16.                 Standard Microsystems Corporation boards\n
  17.         \tPC120 = Novell RX-Net II\n
  18.         \tPS110 = Novell RX-Net/2"
  19.     PAR:     1.00
  20.     PROD:    6014
  21.     FILE:    TRXNET.LAN
  22.     OF:      MSM.NLM, RXNETTSM.NLM
  23.  
  24.     PR INT    if (BUS != MCA) REQUIRED else HIDDEN
  25.     {
  26.         VAL:    2, 3, 4, 5, 7
  27.         DEF:    2
  28.     }
  29.  
  30.     PR PORT    if (BUS != MCA) REQUIRED else HIDDEN
  31.     {
  32.         HELP:    "\nSelect the port value (base I/O address) that
  33.             corresponds to the port address setting on the 
  34.             board or other device.\n\n
  35.  
  36.             Make sure the block of I/O addresses does not 
  37.             overlap the addresses of another device in 
  38.             the machine.\n\n
  39.  
  40.             The default I/O port setting 2E0 may conflict
  41.             with some VGA cards."
  42.         VAL:    2E0, 2F0, 300, 310, 350, 200, 250, 2A0,3E0
  43.         DEF:    2E0
  44.         RES:    8
  45.     }
  46.  
  47.     PR MEM if (BUS != MCA) REQUIRED    else HIDDEN
  48.     {
  49.         VAL:    D0000, C0000, E0000, CC000, DC000,
  50.             C4000, C8000, D4000, D8000
  51.         DEF:    D0000
  52.         RES:    128
  53.     }
  54.  
  55.     PR SLOT    if (BUS == MCA) REQUIRED else HIDDEN
  56.     {
  57.         VAL:    1-8
  58.     }
  59.  
  60.     PR RETRIES
  61.     {
  62.         HELP:      "\nThis number specifies the maximum number of times the
  63.             driver is instructed to retry a failed packet transmission 
  64.             if the destination node fails to respond.\n\n
  65.  
  66.             We suggest using the default value zero (0). If the number
  67.             of retries is set to a number greater than zero, packet 
  68.             congestion caused by retries degrades network performance.\n\n"
  69.         DEF:    0
  70.         VAL:    0-255
  71.     }
  72. }
  73.  
  74. ;DrIvEr DeScRiPtIoN EnD
  75.