Re: CDROMPLAYTRKIND problems (as of 2.4.0-test8)

2000-10-14 Thread Jens Axboe
On Sat, Oct 14 2000, Byron Stanoszek wrote: > function in ide-cd.c, we see: > > pc.c[0] = GPCMD_PLAY_AUDIO_10; > put_unaligned(cpu_to_be32(lba_start), (unsigned int *) &pc.c[2]); > put_unaligned(cpu_to_be16(lba_end - lba_start), (unsigned int *) &pc.c[7]); pc.c[0] = GPCMD_PLAY_AUDI

CDROMPLAYTRKIND problems (as of 2.4.0-test8)

2000-10-14 Thread Byron Stanoszek
This change seems to have broken playing a track index: 3.11 Jun 12, 2000 - Jens Axboe <[EMAIL PROTECTED]> -- Reinstate "correct" CDROMPLAYTRKIND The way it's done is very bad for IDE drives (at least). In the cdrom_play_audio function in ide-cd.c, we see: pc.c[0] = GPCMD_PLAY_AUDIO_10;