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

  1. ;
  2. ; Example for configuring the ports on AST Four-Port Async/AT 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.  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. ;    1A0     1A8     1B0     1B8
  12. ;    2A0     2A8     2B0     2B8
  13. ;
  14. ; Valid IRQ levels are 2 through 7.  The IRQ= statement must be the same for all
  15. ; 4 ports on an adapter.
  16. ;
  17. ; You should ensure that the address range and IRQ level selected does not clash
  18. ; with any other device installed in your system.
  19. ;
  20.  
  21. [PORT]
  22.   portno = 11             ;1st port
  23.   adapter = AST4
  24.   irq = 5
  25.   iobase = 1A0
  26.  
  27. [PORT]
  28.   portno = 12             ;2nd port
  29.   adapter = AST4
  30.   irq = 5
  31.   iobase = 1A8
  32.  
  33. [PORT]
  34.   portno = 13             ;3rd port
  35.   adapter = AST4
  36.   irq = 5
  37.   iobase = 1B0
  38.  
  39. [PORT]
  40.   portno = 14             ;4th port
  41.   adapter = AST4
  42.   irq = 5
  43.   iobase = 1B8
  44.