public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* PROBLEM: Linux ATAPI CDROM ->FIX: SAMSUNG CD-ROM SC-140
@ 2005-12-31  5:17 Steven J. Hathaway
  2005-12-31  9:54 ` Andre Hedrick
  2005-12-31 12:06 ` Alan Cox
  0 siblings, 2 replies; 6+ messages in thread
From: Steven J. Hathaway @ 2005-12-31  5:17 UTC (permalink / raw)
  To: andre, axobe, linux-kernel; +Cc: shathawa, andre

The problem first appeared in Linux 2.4.21 when the "ide-dma" source
experienced
a significant overhaul, but worked OK in Linux  versions 2.4.5 through
2.4.20.
The problem still exists in Linux 2.4.32.

Attempts to mount a SAMSUNG SC-140 CDROM are allowing DMA which fails
because of a problem in the following source code file:

        <linux>/drivers/ide/ide-dma.c

User sees displayed
    mount: Directory not available

The fix is to add the following record to the drive_blacklist[] table.

     { "SAMSUNG CD-ROM SC-140",  "ALL" },

This model of SAMSUNG CD-ROM disk drive is original equipment on the
E=Machines etower 556i2 compters, and possibly many other models.

DMA should not be performed on this CDROM model, therefore I submit
the drive_blacklist[] request.

I had given up on upgrading Linux on this platform until the fix was
found
and tested.  The fix works with all Linux 2.4.21 through 2.4.32 versions

of stable kernels.

Sincerely,
Steven J. Hathaway
<shathawa@e-z.net>




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-01-01 23:20 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-31  5:17 PROBLEM: Linux ATAPI CDROM ->FIX: SAMSUNG CD-ROM SC-140 Steven J. Hathaway
2005-12-31  9:54 ` Andre Hedrick
2005-12-31 12:06 ` Alan Cox
2006-01-01 22:23   ` Grant Coady
2006-01-01 22:34     ` Alan Cox
2006-01-01 23:20       ` Grant Coady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox