cd.device: CD32 CDROM support
commitbc101c0904a1c75d712d89b2e48772885009f787
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 2 Feb 2013 19:17:57 +0000 (2 19:17 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 2 Feb 2013 19:17:57 +0000 (2 19:17 +0000)
tree3ad1fdc86ed1eb0da167f77e814fea6d80f8d5f4
parent842aa4103fd9188b73146326f9b4d8667db15eee
cd.device: CD32 CDROM support

The Amiga CD32's Akiko interface to the proprietary Chinon
365 CDROM drive is presented via the cd.device.

Hopefully this will end up as a common wrapper around
the Akiko, ATAPI, USB-CDROM, and SCSI cdrom devices.

For now, however, the focus is on CD32 support.

Please note that this device uses the CDFS handler,
not CDVDFS.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46456 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/m68k-amiga/devs/cd/cd.c [new file with mode: 0644]
arch/m68k-amiga/devs/cd/cd.conf [new file with mode: 0644]
arch/m68k-amiga/devs/cd/cd32.c [new file with mode: 0644]
arch/m68k-amiga/devs/cd/cd32.h [new file with mode: 0644]
arch/m68k-amiga/devs/cd/cd_intern.h [new file with mode: 0644]
arch/m68k-amiga/devs/cd/chinon.h [new file with mode: 0644]
arch/m68k-amiga/devs/cd/mmakefile.src [new file with mode: 0644]
compiler/include/devices/cd.h