mcdx 780 B

1234567891011121314151617181920212223242526272829
  1. If you are using the driver as a module, you can specify your ports and IRQs
  2. like
  3. # insmod mcdx.o mcdx=0x300,11,0x304,5
  4. and so on ("address,IRQ" pairs).
  5. This will override the configuration in mcdx.h.
  6. This driver:
  7. o handles XA and (hopefully) multi session CDs as well as
  8. ordinary CDs;
  9. o supports up to 5 drives (of course, you'll need free
  10. IRQs, i/o ports and slots);
  11. o plays audio
  12. This version doesn't support yet:
  13. o shared IRQs (but it seems to be possible - I've successfully
  14. connected two drives to the same irq. So it's `only' a
  15. problem of the driver.)
  16. This driver never will:
  17. o Read digital audio (i.e. copy directly), due to missing
  18. hardware features.
  19. heiko@lotte.sax.de