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

  1. ;
  2. ; Example for configuring the ports on the Qiiq SLINK 4-port adapter.
  3. ;
  4. ; Up to three adapters may be installed in a system.  This file contains an
  5. ; example for configuring the first adapter installed.  Statements for
  6. ; additional adapters will require different IRQ= statements and must use a
  7. ; different address range.  The valid address ranges that may be used are :-
  8. ;
  9. ;   Port 1  Port 2  Port 3  Port 4
  10. ;   ------  ------  ------  ------
  11. ;    180     188     190     198
  12. ;    1A0     1A8     1B0     1B8
  13. ;    2A0     2A8     2B0     2B8
  14. ;
  15. ; Valid IRQ levels are 3,4,5,6,7,10,11,12,14,15.  The IRQ= statement must be the
  16. ; same for all 4 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 = SLINK4
  25.   irq = 15
  26.   iobase = 1A0
  27.  
  28. [PORT]
  29.   portno = 12             ;2nd port
  30.   adapter = SLINK4
  31.   irq = 15
  32.   iobase = 1A8
  33.  
  34. [PORT]
  35.   portno = 13             ;3rd port
  36.   adapter = SLINK4
  37.   irq = 15
  38.   iobase = 1B0
  39.  
  40. [PORT]
  41.   portno = 14             ;4th port
  42.   adapter = SLINK4
  43.   irq = 15
  44.   iobase = 1B8
  45.