[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49400D83.4060502@vlnb.net>
Date: Wed, 10 Dec 2008 21:42:11 +0300
From: Vladislav Bolkhovitin <vst@...b.net>
To: linux-scsi@...r.kernel.org
CC: James Bottomley <James.Bottomley@...senPartnership.com>,
Andrew Morton <akpm@...ux-foundation.org>,
FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Mike Christie <michaelc@...wisc.edu>,
Jeff Garzik <jeff@...zik.org>,
Boaz Harrosh <bharrosh@...asas.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org, scst-devel@...ts.sourceforge.net,
Bart Van Assche <bart.vanassche@...il.com>,
"Nicholas A. Bellinger" <nab@...ux-iscsi.org>
Subject: [PATCH][RFC 8/23]: SCST pass-through backend handlers
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@...b.net>
---
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-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists