From: Rey Vicente <rrey@ranty.pantax.net>

Somebody forgot this WAIT_CMD-to-ATAPI_WAIT_PC change



 drivers/ide/ide-cd.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/ide/ide-cd.c~atapi-mo-support-timeout-fix drivers/ide/ide-cd.c
--- 25/drivers/ide/ide-cd.c~atapi-mo-support-timeout-fix	2003-12-27 19:51:35.000000000 -0800
+++ 25-akpm/drivers/ide/ide-cd.c	2003-12-27 19:51:35.000000000 -0800
@@ -1318,7 +1318,7 @@ static ide_startstop_t cdrom_start_read_
 
 #define IDECD_SEEK_THRESHOLD	(1000)			/* 1000 blocks */
 #define IDECD_SEEK_TIMER	(5 * WAIT_MIN_SLEEP)	/* 100 ms */
-#define IDECD_SEEK_TIMEOUT	(2 * WAIT_CMD)		/* 20 sec */
+#define IDECD_SEEK_TIMEOUT	(2 * ATAPI_WAIT_PC)	/* 20 sec */
 
 static ide_startstop_t cdrom_seek_intr (ide_drive_t *drive)
 {

_