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

  1. ;
  2. ; Example for configuring the ports on HOSTESS-16 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.  Three sets of valid
  6. ; address ranges are available :-
  7. ;
  8. ; 1) PORTS 1-8    280     288     290     298     2A0     2A8     2B0     2B8
  9. ;    PORTS 9-16   2C0     2C8     2D0     2D8     2E0     2E8     2F0     2F8
  10. ;
  11. ; 2) PORTS 1-8    500     508     510     518     520     528     530     538
  12. ;    PORTS 9-16   540     548     550     558     560     568     570     578
  13. ;
  14. ; 3) PORTS 1-8    680     688     690     698     6A0     6A8     6B0     6B8
  15. ;    PORTS 9-16   6C0     6C8     6D0     6D8     6E0     6E8     6F0     6F8
  16. ;
  17. ; Valid IRQ levels are 2 through 12
  18. ;
  19. ; The IRQ= statement must be the same for all 16 ports on an adapter.
  20. ;
  21. ; You should ensure that the address range and IRQ level selected does not clash
  22. ; with any other device installed in your system.
  23. ;
  24.  
  25. [PORT]
  26.   portno = 11             ;1st port
  27.   adapter = HOSTESS16
  28.   irq = 3
  29.   iobase = 280
  30.  
  31. [PORT]
  32.   portno = 12             ;2nd port
  33.   adapter = HOSTESS16
  34.   irq = 3
  35.   iobase = 288
  36.  
  37. [PORT]
  38.   portno = 13             ;3rd port
  39.   adapter = HOSTESS16
  40.   irq = 3
  41.   iobase = 290
  42.  
  43. [PORT]
  44.   portno = 14             ;4th port
  45.   adapter = HOSTESS16
  46.   irq = 3
  47.   iobase = 298
  48.  
  49. [PORT]
  50.   portno = 15             ;5th port
  51.   adapter = HOSTESS16
  52.   irq = 3
  53.   iobase = 2A0
  54.  
  55. [PORT]
  56.   portno = 16             ;6th port
  57.   adapter = HOSTESS16
  58.   irq = 3
  59.   iobase = 2A8
  60.  
  61. [PORT]
  62.   portno = 17             ;7th port
  63.   adapter = HOSTESS16
  64.   irq = 3
  65.   iobase = 2B0
  66.  
  67. [PORT]
  68.   portno = 18             ;8th port
  69.   adapter = HOSTESS16
  70.   irq = 3
  71.   iobase = 2B8
  72.  
  73. [PORT]
  74.   portno = 19             ;9th port
  75.   adapter = HOSTESS16
  76.   irq = 3
  77.   iobase = 2C0
  78.  
  79. [PORT]
  80.   portno = 20             ;10th port
  81.   adapter = HOSTESS16
  82.   irq = 3
  83.   iobase = 2C8
  84.  
  85. [PORT]
  86.   portno = 21             ;11th port
  87.   adapter = HOSTESS16
  88.   irq = 3
  89.   iobase = 2D0
  90.  
  91. [PORT]
  92.   portno = 22             ;12th port
  93.   adapter = HOSTESS16
  94.   irq = 3
  95.   iobase = 2D8
  96.  
  97. [PORT]
  98.   portno = 23             ;13th port
  99.   adapter = HOSTESS16
  100.   irq = 3
  101.   iobase = 2E0
  102.  
  103. [PORT]
  104.   portno = 24             ;14th port
  105.   adapter = HOSTESS16
  106.   irq = 3
  107.   iobase = 2E8
  108.  
  109. [PORT]
  110.   portno = 25             ;15th port
  111.   adapter = HOSTESS16
  112.   irq = 3
  113.   iobase = 2F0
  114.  
  115. [PORT]
  116.   portno = 26             ;16th port
  117.   adapter = HOSTESS16
  118.   irq = 3
  119.   iobase = 2F8
  120.