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

  1. ;
  2. ; Example for configuring the ports on ACCENT ASYNC-4 adapters
  3. ;
  4. ; Up to four 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. ;    220     228     230     238
  12. ;    240     248     250     258
  13. ;    260     268     270     278
  14. ;    280     288     290     298
  15. ;
  16. ; Valid IRQ levels are 3 or 4 for the ASYNC4 or 2,3,4,5 or 7 for the ASYNC4-II.
  17. ; The IRQ= statement must be the same for all 4 ports on an adapter.
  18. ;
  19. ; You should ensure that the address range and IRQ level selected does not clash
  20. ; with any other device installed in your system.
  21. ;
  22.  
  23. [PORT]
  24.   portno = 11             ;1st port
  25.   adapter = ACCENT4
  26.   irq = 3
  27.   iobase = 220
  28.  
  29. [PORT]
  30.   portno = 12             ;2nd port
  31.   adapter = ACCENT4
  32.   irq = 3
  33.   iobase = 228
  34.  
  35. [PORT]
  36.   portno = 13             ;3rd port
  37.   adapter = ACCENT4
  38.   irq = 3
  39.   iobase = 230
  40.  
  41. [PORT]
  42.   portno = 14             ;4th port
  43.   adapter = ACCENT4
  44.   irq = 3
  45.   iobase = 238
  46.