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

  1. ;
  2. ; Example for configuring the ports on HOSTESS-8 adapters
  3. ;
  4. ; Up to four adapters may be installed in a system.
  5. ;
  6. ; This file contains an example for configuring the first adapter installed.
  7. ;
  8. ; The valid address ranges that may be used are :-
  9. ;
  10. ;   Port 1  Port 2  Port 3  Port 4  Port 5  Port 6  Port 7  Port 8
  11. ;   ------  ------  ------  ------  ------  ------  ------  ------
  12. ;    280     288     290     298     2A0     2A8     2B0     2B8
  13. ;    2C0     2C8     2D0     2D8     2E0     2E8     2F0     2F8
  14. ;    300     308     310     318     320     328     330     338
  15. ;    500     508     510     518     520     528     530     538
  16. ;    540     548     550     558     560     568     570     578
  17. ;    580     588     590     598     5A0     5A8     5B0     5B8
  18. ;    640     648     650     658     660     668     670     678
  19. ;    680     688     690     698     6A0     6A8     6B0     6B8
  20. ;    700     708     710     718     720     728     730     738
  21. ;
  22. ; Valid IRQ levels are 2 through 12
  23. ;
  24. ; The IRQ= statement must be the same for all 8 ports on an adapter.
  25. ;
  26. ; You should ensure that the address range and IRQ level selected does not clash
  27. ; with any other device installed in your system.
  28. ;
  29.  
  30. [PORT]
  31.   portno = 11             ;1st port
  32.   adapter = HOSTESS8
  33.   irq = 3
  34.   iobase = 280
  35.  
  36. [PORT]
  37.   portno = 12             ;2nd port
  38.   adapter = HOSTESS8
  39.   irq = 3
  40.   iobase = 288
  41.  
  42. [PORT]
  43.   portno = 13             ;3rd port
  44.   adapter = HOSTESS8
  45.   irq = 3
  46.   iobase = 290
  47.  
  48. [PORT]
  49.   portno = 14             ;4th port
  50.   adapter = HOSTESS8
  51.   irq = 3
  52.   iobase = 298
  53.  
  54. [PORT]
  55.   portno = 15             ;5th port
  56.   adapter = HOSTESS8
  57.   irq = 3
  58.   iobase = 2A0
  59.  
  60. [PORT]
  61.   portno = 16             ;6th port
  62.   adapter = HOSTESS8
  63.   irq = 3
  64.   iobase = 2A8
  65.  
  66. [PORT]
  67.   portno = 17             ;7th port
  68.   adapter = HOSTESS8
  69.   irq = 3
  70.   iobase = 2B0
  71.  
  72. [PORT]
  73.   portno = 18             ;8th port
  74.   adapter = HOSTESS8
  75.   irq = 3
  76.   iobase = 2B8
  77.