This patch contains SCST pass-through backend dev handlers. There are handlers for disks (type 0), tapes (type 1), processors (type 3), CDROMs (type 5), MO disks (type 7), medium changers (type 8) and RAID controllers (type 0xC). Signed-off-by: Vladislav Bolkhovitin <vst@xxxxxxxx> --- drivers/scst/dev_handlers/scst_cdrom.c | 299 +++++++++++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_changer.c | 229 ++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_dev_handler.h | 113 ++++++++++++++ drivers/scst/dev_handlers/scst_disk.c | 384 +++++++++++++++++++++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_modisk.c | 406 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_processor.c | 229 ++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_raid.c | 229 ++++++++++++++++++++++++++++ drivers/scst/dev_handlers/scst_tape.c | 426 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 8 files changed, 2315 insertions(+) The patch is too big to be submitted inline. You can find it in http://scst.sourceforge.net/patches/scst_passthrough.diff -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html