linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Add GD-Rom support to the SEGA Dreamcast
@ 2007-12-16  0:21 Adrian McMenamin
  0 siblings, 0 replies; only message in thread
From: Adrian McMenamin @ 2007-12-16  0:21 UTC (permalink / raw)
  To: linux-kernel, Paul Mundt, linux-sh, linux-ide, axboe

diff -ruN ./linux-2.6-orig/drivers/block/Kconfig
./linux-2.6/drivers/block/Kconfig
--- ./linux-2.6-orig/drivers/block/Kconfig	2007-12-15 22:23:47.000000000 +0000
+++ ./linux-2.6/drivers/block/Kconfig	2007-12-15 22:18:28.000000000 +0000
@@ -105,6 +105,18 @@
 	  "MicroSolutions backpack protocol", "DataStor Commuter protocol"
 	  etc.).

+config	GDROM
+	tristate "SEGA Dreamcast GD-ROM drive"
+	depends on SH_DREAMCAST
+	help
+	  A standard SEGA Dreamcast comes with a modified CD ROM drive called a
+	  "GD-ROM" by SEGA to signify it is capable of reading special disks
+	  with up to 1 GB of data. This drive will also read standard CD ROM
+	  disks. Select this option to access any disks in you GD ROM drive.
+         Most users will want to say "Y" here.
+	  You can also build this as a module - which will be called gdrom.ko
+
+
 source "drivers/block/paride/Kconfig"

 config BLK_CPQ_DA
diff -ruN ./linux-2.6-orig/drivers/cdrom/Makefile
./linux-2.6/drivers/cdrom/Makefile
--- ./linux-2.6-orig/drivers/cdrom/Makefile	2007-12-15 22:23:47.000000000 +0000
+++ ./linux-2.6/drivers/cdrom/Makefile	2007-12-15 22:18:29.000000000 +0000
@@ -11,3 +11,4 @@
 obj-$(CONFIG_CDROM_PKTCDVD)	+=		cdrom.o

 obj-$(CONFIG_VIOCD)		+= viocd.o      cdrom.o
+obj-$(CONFIG_GDROM)		+=		cdrom.o

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-16  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-16  0:21 [PATCH 1/3] Add GD-Rom support to the SEGA Dreamcast Adrian McMenamin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).