fix for Goldstar GCD-R580B CD-ROM

Jens Axboe (axboe@image.dk)
Thu, 1 Apr 1999 17:11:05 +0200


--bg08WKrSYDhXBjb5
Content-Type: text/plain; charset=us-ascii

Hi,

Among the patches for 2.2.5 was a "fix" for a certain
Goldstar CD-ROM drive. I've since learned that this is
only needed with certain chipsets, so if you are experiencing
problems with this drive in 2.2.5 please apply the following
patch.

I'd also like to hear from people using this model, whether
it works or not.

-- 
*  Jens Axboe <axboe@image.dk>
*  Linux CD-ROM Maintainer

--bg08WKrSYDhXBjb5 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="r580B.diff"

--- drivers/block/ide-cd.c~ Thu Apr 1 17:07:21 1999 +++ drivers/block/ide-cd.c Thu Apr 1 17:07:27 1999 @@ -3005,9 +3005,6 @@ CDROM_CONFIG_FLAGS (drive)->limit_nframes = 1; else if (!strcmp(drive->id->model, "SAMSUNG CD-ROM SCR-2432")) CDROM_CONFIG_FLAGS (drive)->limit_nframes = 1; - else if (!strcmp (drive->id->model, "GCD-R580B")) - CDROM_CONFIG_FLAGS (drive)->limit_nframes = 1; - /* 124/SECTORS_PER_FRAME; ? */ } #if ! STANDARD_ATAPI

--bg08WKrSYDhXBjb5--

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/