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

  1. ;
  2. ; Example for configuring the ports on DIGIBOARD PC/16 and MC/16 adapters
  3. ;
  4. ; Up to two adapters may be installed in a system.  This file contains an
  5. ; example for configuring a single adapter.
  6. ;
  7. ;----
  8. ;
  9. ; For the PC/16 (AT/ISA bus), two sets of valid address ranges are available :-
  10. ;
  11. ; 1) PORTS 1-8    110     118     120     128     130     138     140     148
  12. ;    PORTS 9-16   150     158     160     168     170     178     180     188
  13. ;
  14. ; 2) PORTS 1-8    210     218     220     228     230     238     240     248
  15. ;    PORTS 9-16   250     258     260     268     270     278     280     288
  16. ;
  17. ; Valid IRQ levels for the PC/16 (AT/ISA bus) are 2 through 7
  18. ;
  19. ;----
  20. ;
  21. ; For the MC/16 (PS2/MCA bus), five sets of address ranges are available :-
  22. ;
  23. ; 1) PORTS 1-8    3000    3008    3010    3018    3020    3028    3030    3038
  24. ;    PORTS 9-16   3040    3048    3050    3058    3060    3068    3070    3078
  25. ;
  26. ; 2) PORTS 1-8    4000    4008    4010    4018    4020    4028    4030    4038
  27. ;    PORTS 9-16   4040    4048    4050    4058    4060    4068    4070    4078
  28. ;
  29. ; 3) PORTS 1-8    5000    5008    5010    5018    5020    5028    5030    5038
  30. ;    PORTS 9-16   5040    5048    5050    5058    5060    5068    5070    5078
  31. ;
  32. ; 4) PORTS 1-8    6000    6008    6010    6018    6020    6028    6030    6038
  33. ;    PORTS 9-16   6040    6048    6050    6058    6060    6068    6070    6078
  34. ;
  35. ; 5) PORTS 1-8    7000    7008    7010    7018    7020    7028    7030    7038
  36. ;    PORTS 9-16   7040    7048    7050    7058    7060    7068    7070    7078
  37. ;
  38. ; Valid IRQ levels for the MC/16 (PS2/MCA bus) are 3, 4, 5, 7, 10, 11, 12, 15
  39. ;
  40. ;----
  41. ;
  42. ; The IRQ= statement must be the same for all 16 ports on an adapter.
  43. ;
  44. ; You should ensure that the address range and IRQ level selected does not clash
  45. ; with any other device installed in your system.
  46. ;
  47. ; The following statements show a sample configuration for an MC/16.
  48. ;
  49.  
  50. [PORT]
  51.   portno = 11             ;1st port
  52.   adapter = DIGIBOARD16
  53.   irq = 15
  54.   iobase = 3000
  55.  
  56. [PORT]
  57.   portno = 12             ;2nd port
  58.   adapter = DIGIBOARD16
  59.   irq = 15
  60.   iobase = 3008
  61.  
  62. [PORT]
  63.   portno = 13             ;3rd port
  64.   adapter = DIGIBOARD16
  65.   irq = 15
  66.   iobase = 3010
  67.  
  68. [PORT]
  69.   portno = 14             ;4th port
  70.   adapter = DIGIBOARD16
  71.   irq = 15
  72.   iobase = 3018
  73.  
  74. [PORT]
  75.   portno = 15             ;5th port
  76.   adapter = DIGIBOARD16
  77.   irq = 15
  78.   iobase = 3020
  79.  
  80. [PORT]
  81.   portno = 16             ;6th port
  82.   adapter = DIGIBOARD16
  83.   irq = 15
  84.   iobase = 3028
  85.  
  86. [PORT]
  87.   portno = 17             ;7th port
  88.   adapter = DIGIBOARD16
  89.   irq = 15
  90.   iobase = 3030
  91.  
  92. [PORT]
  93.   portno = 18             ;8th port
  94.   adapter = DIGIBOARD16
  95.   irq = 15
  96.   iobase = 3038
  97.  
  98. [PORT]
  99.   portno = 19             ;9th port
  100.   adapter = DIGIBOARD16
  101.   irq = 15
  102.   iobase = 3040
  103.  
  104. [PORT]
  105.   portno = 20             ;10th port
  106.   adapter = DIGIBOARD16
  107.   irq = 15
  108.   iobase = 3048
  109.  
  110. [PORT]
  111.   portno = 21             ;11th port
  112.   adapter = DIGIBOARD16
  113.   irq = 15
  114.   iobase = 3050
  115.  
  116. [PORT]
  117.   portno = 22             ;12th port
  118.   adapter = DIGIBOARD16
  119.   irq = 15
  120.   iobase = 3058
  121.  
  122. [PORT]
  123.   portno = 23             ;13th port
  124.   adapter = DIGIBOARD16
  125.   irq = 15
  126.   iobase = 3060
  127.  
  128. [PORT]
  129.   portno = 24             ;14th port
  130.   adapter = DIGIBOARD16
  131.   irq = 15
  132.   iobase = 3068
  133.  
  134. [PORT]
  135.   portno = 25             ;15th port
  136.   adapter = DIGIBOARD16
  137.   irq = 15
  138.   iobase = 3070
  139.  
  140. [PORT]
  141.   portno = 26             ;16th port
  142.   adapter = DIGIBOARD16
  143.   irq = 15
  144.   iobase = 3078
  145.