Below is patch for the SCSI sr.c driver, there was a mis-nomer referring to the rewritable CD-ROM drive.
Rob =========================================================================== --- kernel-source-2.6.10.old/drivers/scsi/sr.c 2004-12-24 16:35:50.000000000 -0500 +++ kernel-source-2.6.10.nwo/drivers/scsi/sr.c 2005-02-25 00:28:15.299421808 -0500 @@ -839,7 +839,7 @@ cd->cdi.speed, buffer[n + 3] & 0x01 ? "writer " : "", /* CD Writer */ buffer[n + 3] & 0x20 ? "dvd-ram " : "", - buffer[n + 2] & 0x02 ? "cd/rw " : "", /* can read rewriteable */ + buffer[n + 2] & 0x02 ? "cd-rw " : "", /* can read rewriteable */ buffer[n + 4] & 0x20 ? "xa/form2 " : "", /* can read xa/from2 */ buffer[n + 5] & 0x01 ? "cdda " : "", /* can read audio data */ loadmech[buffer[n + 6] >> 5]); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/