home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / multuser.zip / TCL8.XMP < prev    next >
Text File  |  1995-05-23  |  2KB  |  69 lines

  1. ;
  2. ; Example for configuring the ports on TCL-8 adapters
  3. ;
  4. ; Up to two adapters may be installed in a system.  This file contains an
  5. ; example for configuring the first adapter installed.  The valid address
  6. ; ranges that may be used are :-
  7. ;
  8. ;   Port 1  Port 2  Port 3  Port 4  Port 5  Port 6  Port 7  Port 8
  9. ;   ------  ------  ------  ------  ------  ------  ------  ------
  10. ;    180     188     190     198     1A0     1A8     1B0     1B8
  11. ;    280     288     290     298     2A0     2A8     2B0     2B8
  12. ;
  13. ; Valid IRQ levels are 2 through 7 for AT bus systems and 3,10 or 15 for MCA
  14. ; bus systems.
  15. ;
  16. ; The IRQ= statement must be the same for all 8 ports on an adapter.
  17. ;
  18. ; You should ensure that the address range and IRQ level selected does not clash
  19. ; with any other device installed in your system.
  20. ;
  21.  
  22. [PORT]
  23.   portno = 11             ;1st port
  24.   adapter = TCL8
  25.   irq = 3
  26.   iobase = 180
  27.  
  28. [PORT]
  29.   portno = 12             ;2nd port
  30.   adapter = TCL8
  31.   irq = 3
  32.   iobase = 188
  33.  
  34. [PORT]
  35.   portno = 13             ;3rd port
  36.   adapter = TCL8
  37.   irq = 3
  38.   iobase = 190
  39.  
  40. [PORT]
  41.   portno = 14             ;4th port
  42.   adapter = TCL8
  43.   irq = 3
  44.   iobase = 198
  45.  
  46. [PORT]
  47.   portno = 15             ;5th port
  48.   adapter = TCL8
  49.   irq = 3
  50.   iobase = 1A0
  51.  
  52. [PORT]
  53.   portno = 16             ;6th port
  54.   adapter = TCL8
  55.   irq = 3
  56.   iobase = 1A8
  57.  
  58. [PORT]
  59.   portno = 17             ;7th port
  60.   adapter = TCL8
  61.   irq = 3
  62.   iobase = 1B0
  63.  
  64. [PORT]
  65.   portno = 18             ;8th port
  66.   adapter = TCL8
  67.   irq = 3
  68.   iobase = 1B8
  69.