Alan,
I am using the following one-line patch to be able to use PD disks
in my TEAC PD/CD drive, without CONFIG_SCSI_MULTI_LUN.
Could you please consider applying this for 2.2.20?
Best regards,
Wojtek
--- linux-2.2.19/drivers/scsi/scsi.c.teac Sun Mar 25 18:31:31 2001
{"COMPAQ","LOGICAL VOLUME","*", BLIST_FORCELUN},
{"NEC","PD-1 ODX654P","*", BLIST_FORCELUN | BLIST_SINGLELUN},
{"MATSHITA","PD-1","*", BLIST_FORCELUN | BLIST_SINGLELUN},
+{"TEAC","PD-1","*", BLIST_FORCELUN | BLIST_SINGLELUN},
{"iomega","jaz 1GB","J.86", BLIST_NOTQ | BLIST_NOLUN},
{"TOSHIBA","CDROM","*", BLIST_ISROM},
{"MegaRAID", "LD", "*", BLIST_FORCELUN}, /* Multiple luns always safe (logical raid vols) */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/