2006-10-01 20:16:44

by Steven J. Hathaway

[permalink] [raw]
Subject: Add "SAMSUNG CD-ROM SC-140" to ide-dma blacklist

KERNEL Version 2.4.32
The "SAMSUNG CD-ROM SC-140" needs to be added to the dma blacklist.
I have had to make this patch since about Version 2.4.23 to accommodate
a major code change in ide-dma structure. Here is the context diff.

Sincerely: Steven J.Hathaway, <[email protected]>

*** drivers/ide/ide-dma.c-org 2006-10-01 12:31:17.000000000 -0700
--- drivers/ide/ide-dma.c 2006-10-01 12:33:20.000000000 -0700
***************
*** 137,142 ****
--- 137,143 ----
{ "CD-ROM Drive/F5A", "ALL" },
{ "RICOH CD-R/RW MP7083A", "ALL" },
{ "WPI CDD-820", "ALL" },
+ { "SAMSUNG CD-ROM SC-140", "ALL" },
{ "SAMSUNG CD-ROM SC-148C", "ALL" },
{ "SAMSUNG CD-ROM SC-148F", "ALL" },
{ "SAMSUNG CD-ROM SC", "ALL" },


Attachments:
ide-dma.c-patch-samsung-cdr (725.00 B)

2006-10-03 11:24:32

by Jens Axboe

[permalink] [raw]
Subject: Re: Add "SAMSUNG CD-ROM SC-140" to ide-dma blacklist

On Sun, Oct 01 2006, Steven J. Hathaway wrote:
> MS-Windows sees the CD-ROM ok.
> Linux V 2.4.21 and earlier see the CD-ROM ok.
> Linux V 2.4.24 and later fail to find a CD-ROM file system.
> The major ide code changed since 2.4.21. I have since
> required the following patch in order for the kernel to
> see the CDROM. Enclosed is a context diff patch file.
>
> The problem appeared when I was trying to install a Slackware
> distribution.
> The bootstrap would load the kernel and initrd structure, but the
> kernel,
> once gaining control, would register file system errors when accessing
> the disk drive. Seeing other related SAMSUNG CD-ROM drivers in the
> ide-dma.c blacklist, and adding my SAMSUNG CD-ROM device to the
> same blacklist, and rebuilding a kernel, the problem has been overcome.

Looks reasonable, applied.

--
Jens Axboe