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

  1. ;
  2. ; Example for configuring the ports on DIGIBOARD PC/4 and MC/4 adapters
  3. ;
  4. ; Up to four adapters may be installed in a system.
  5. ;
  6. ; This file contains an example for configuring a single adapter.
  7. ;
  8. ;----
  9. ;
  10. ; The valid address ranges for the PC/4 (AT/ISA bus) are :-
  11. ;
  12. ;   Port 1  Port 2  Port 3  Port 4
  13. ;   ------  ------  ------  ------
  14. ;    110     118     120     128
  15. ;    190     198     1A0     1A8
  16. ;    210     218     220     228
  17. ;    290     298     2A0     2A8
  18. ;
  19. ; Valid IRQ levels for the PC/4 (AT/ISA bus) are 2 through 7
  20. ;
  21. ;----
  22. ;
  23. ; The valid address ranges for the MC/4 (PS2/MCA bus) are :-
  24. ;
  25. ;   Port 1  Port 2  Port 3  Port 4
  26. ;   ------  ------  ------  ------
  27. ;    AB80    AB88    AB90    AB98
  28. ;    AC00    AC08    AC10    AC18
  29. ;    BB80    BB88    BB90    BB98
  30. ;    BC00    BC08    BC10    BC18
  31. ;    CB80    CB88    CB90    CB98
  32. ;    DB80    DB88    DB90    DB98
  33. ;    DC00    DC08    DC10    DC18
  34. ;    2B40    2B48    2B50    2B58   )
  35. ;    3B00    3B08    3B10    3B18   )
  36. ;    3B40    3B48    3B50    3B58   ) Only valid for version of the adapter
  37. ;    4B00    4B08    4B10    4B18   ) equipped with RJ45 connectors
  38. ;    4B40    4B48    4B50    4B58   )
  39. ;    5B00    5B08    5B10    5B18   )
  40. ;    5B40    5B48    5B50    5B58   )
  41. ;
  42. ; Valid IRQ levels for the MC/4 (PS2/MCA bus) are 3, 4, 5, 7, 10, 11, 12, 15
  43. ;
  44. ;----
  45. ;
  46. ; The IRQ= statement must be the same for all 4 ports on an adapter.
  47. ;
  48. ; You should ensure that the address range and IRQ level selected does not clash
  49. ; with any other device installed in your system.
  50. ;
  51. ; The following statements show the configuration for an MC/4 using the
  52. ; default addresses.
  53. ;
  54.  
  55. [PORT]
  56.   portno = 11             ;1st port
  57.   adapter = DIGIBOARD4
  58.   irq = 15
  59.   iobase = DB80
  60.  
  61. [PORT]
  62.   portno = 12             ;2nd port
  63.   adapter = DIGIBOARD4
  64.   irq = 15
  65.   iobase = DB88
  66.  
  67. [PORT]
  68.   portno = 13             ;3rd port
  69.   adapter = DIGIBOARD4
  70.   irq = 15
  71.   iobase = DB90
  72.  
  73. [PORT]
  74.   portno = 14             ;4th port
  75.   adapter = DIGIBOARD4
  76.   irq = 15
  77.   iobase = DB98
  78.