diff options
author | Adrian McMenamin <adrian@mcmen.demon.co.uk> | 2008-01-21 12:52:48 +0300 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-28 07:19:04 +0300 |
commit | 74ee1a7590b782a6df01d00ae38093cbfbee5ca9 (patch) | |
tree | 974a50eed6d99a6fc31a08b136489bb566e49101 /drivers/cdrom/Makefile | |
parent | c2439a0890f51dd5f1ca45cf4b0dbe2ce131d533 (diff) | |
download | linux-74ee1a7590b782a6df01d00ae38093cbfbee5ca9.tar.xz |
cdrom: Add support for Sega Dreamcast GD-ROM.
This patch adds support for the GD-Rom drive, SEGA's proprietary
implementation of an IDE CD Rom for the SEGA Dreamcast. This driver
implements Sega's Packet Interface (SPI) - at least partially. It will
also read disks in SEGA's propreitary GD format.
Unlike previous drivers (which were never in mainline) this uses DMA and
not PIO to read disks. It is a new driver, not a refactoring of old
drivers.
Signed-off by: Adrian McMenamin <adrian@mcmen.demon.co.uk>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/cdrom/Makefile')
-rw-r--r-- | drivers/cdrom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cdrom/Makefile b/drivers/cdrom/Makefile index 774c180a4e11..ecf85fda0fc1 100644 --- a/drivers/cdrom/Makefile +++ b/drivers/cdrom/Makefile @@ -11,3 +11,4 @@ obj-$(CONFIG_PARIDE_PCD) += cdrom.o obj-$(CONFIG_CDROM_PKTCDVD) += cdrom.o obj-$(CONFIG_VIOCD) += viocd.o cdrom.o +obj-$(CONFIG_GDROM) += gdrom.o cdrom.o |