linux/block
FUJITA Tomonori 4e2872d6b0 bind bsg to all SCSI devices
This patch binds bsg to all SCSI devices (their request queues) like
the current sg driver does. We can send SCSI commands to non disk and
cdrom scsi devices like OSD via bsg.

This patch removes bsg_register_queue from blk_register_queue so bsg
devices aren't bound to non SCSI block devices. If they want bsg, I'll
send a patch to do that.

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
2007-07-16 08:52:46 +02:00
..
as-iosched.c
blktrace.c
bsg.c bind bsg to all SCSI devices 2007-07-16 08:52:46 +02:00
cfq-iosched.c
deadline-iosched.c
elevator.c Use list_for_each_entry() instead of list_for_each() in the block device 2007-07-10 13:43:32 +02:00
genhd.c
ioctl.c
Kconfig bsg: support for full generic block layer SG v3 2007-07-16 08:52:44 +02:00
Kconfig.iosched
ll_rw_blk.c bind bsg to all SCSI devices 2007-07-16 08:52:46 +02:00
Makefile bsg: support for full generic block layer SG v3 2007-07-16 08:52:44 +02:00
noop-iosched.c
scsi_ioctl.c bsg: add a request_queue argument to scsi_cmd_ioctl() 2007-07-16 08:52:45 +02:00