
From: Adrian Bunk <bunk@stusta.de>

The mcd driver drives only very old hardware (some single and double speed
CD drives that were connected either via the soundcard or a special ISA
card), and the mcdx driver offers more functionality for the same hardware.

My plan is to mark MCD as broken in 2.6.11 and if noone complains 
completely remove this driver some time later.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/drivers/cdrom/Kconfig |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/cdrom/Kconfig~mark-the-mcd-cdrom-driver-as-broken drivers/cdrom/Kconfig
--- 25/drivers/cdrom/Kconfig~mark-the-mcd-cdrom-driver-as-broken	2005-01-29 11:30:13.460216112 -0800
+++ 25-akpm/drivers/cdrom/Kconfig	2005-01-29 11:30:13.463215656 -0800
@@ -105,7 +105,7 @@ config SBPCD
 
 config MCD
 	tristate "Mitsumi (standard) [no XA/Multisession] CDROM support"
-	depends on CD_NO_IDESCSI
+	depends on CD_NO_IDESCSI && BROKEN
 	---help---
 	  This is the older of the two drivers for the older Mitsumi models
 	  LU-005, FX-001 and FX-001D. This is not the right driver for the
_
