home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d03 / 14.img / TCARCH.LDI < prev    next >
Encoding:
Text File  |  1992-11-16  |  2.5 KB  |  78 lines

  1. ;DrIvEr DeScRiPtIoN
  2. VER: 1.00
  3. SYN: 1.00
  4. DR TCARCServer
  5. {
  6.    DES: "Thomas-Conrad ARCNet/TCNS Server Lan Driver v1.00 (920713)"
  7.    HELP: "This driver supports all Thomas-Conrad ARCNet and TCNS adapters.  The 
  8. adapter must be operating in enhanced mode.  Before loading the driver with the 
  9. <F10> key, make sure each parameter contains the correct value.  Use the 
  10. description at the bottom of the screen as a guide.\n\nWe recommend a minimum 
  11. default packet size of 4KB. If you choose 4KB, add the following statement to 
  12. your STARTUP.NCF file before loading the driver:\n\n'Set maximum physical 
  13. receive packet size = 4202'.\n\nNetWare v4.0 supports packet sizes of up to 
  14. 16KB (16490).  Selecting a larger packet size may improve performance; however, 
  15. larger packet sizes require more memory for buffer allocation.\n\nFor more 
  16. information about packet size, performance, and server resource utilization, 
  17. contact Thomas-Conrad Technical Services or Novell."
  18.  
  19. PAR: 1.00          
  20. PROD: 64B6, 64B7, TCO3045, TCO3047, TCO6042, TCO6045, TCO6142, TCO6242, TCO6245
  21.  
  22.    PROMPT 6046
  23.     IF (BUS == MCA) OPT
  24.     ELSE HID
  25.    {
  26.    DES: "6046"
  27.    HELP: "Use this keyword only if your adapter is a TC6046."
  28.    TYP: STR (4)
  29.    VAL: "6046"
  30.    OUT: '%s'
  31.    }
  32.  
  33.    PROMPT MEM 
  34.     IF (BUS != MCA) REQ
  35.     ELSE IF (BUS == MCA AND 6046 != UNDEFINED) REQ
  36.     ELSE HID
  37.    { 
  38.    DES: "Base Memory Address"
  39.    HELP: "Enter the base memory address that is set on the Thomas-Conrad adapter." 
  40.    TYP: HEX
  41.    DEF: D0000
  42.    VAL: C0000, C4000, C8000, CC000, D0000, D4000, D8000, DC000, E0000
  43.    RES: 400
  44.    OUT: 'MEM=%s'
  45.    }
  46.  
  47.    PROMPT INT 
  48.     IF (BUS != MCA) REQ 
  49.     ELSE IF (BUS == MCA AND 6046 != UNDEFINED) REQ 
  50.     ELSE HID
  51.    {
  52.    DES: "Interrupt"
  53.    HELP: "Enter the interrupt level (IRQ) that is set on the Thomas-Conrad 
  54. adapter.\n\nEight-bit adapters (TC6x42 and TC3042) support IRQ levels up to 
  55. 7, with the factory setting at IRQ 2.  If you use the adapter's factory 
  56. setting, select IRQ 9 when loading the driver.\n\nSixteen-bit adapters 
  57. (TC6x45 and TC3045) also support extended interrupt levels A through F, with 
  58. the factory setting at IRQ 2/9." 
  59.    TYP: HEX (8)
  60.    DEF: 9
  61.    VAL: 3, 4, 5, 6, 7, 9, A, B, C, E, F
  62.    OUT: 'INT=%s'
  63.    }
  64.  
  65.    PROMPT SLOT
  66.     IF (BUS == MCA) REQ
  67.     ELSE HID
  68.    {
  69.    DES: "Slot"
  70.    HELP: "Enter the microchannel slot where the Thomas-Conrad adapter is installed." 
  71.    TYP: DEC
  72.    VAL: 1-8
  73.    OUT: 'SLOT=%s'
  74.    }
  75. }
  76. ;DrIvEr DeScRiPtIoN EnD
  77.  
  78.