Skip to content

Commit

Permalink
bsg: support for full generic block layer SG v3
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
  • Loading branch information
Jens Axboe committed Jul 16, 2007
1 parent 8f41958 commit 3d6392c
Show file tree
Hide file tree
Showing 10 changed files with 1,171 additions and 79 deletions.
7 changes: 7 additions & 0 deletions block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,11 @@ config LSF

endif # BLOCK

config BLK_DEV_BSG
bool "Block layer SG support"
default y
---help---
Saying Y here will enable generic SG (SCSI generic) v3
support for any block device.

source block/Kconfig.iosched
1 change: 1 addition & 0 deletions block/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

obj-$(CONFIG_BLOCK) := elevator.o ll_rw_blk.o ioctl.o genhd.o scsi_ioctl.o

obj-$(CONFIG_BLK_DEV_BSG) += bsg.o
obj-$(CONFIG_IOSCHED_NOOP) += noop-iosched.o
obj-$(CONFIG_IOSCHED_AS) += as-iosched.o
obj-$(CONFIG_IOSCHED_DEADLINE) += deadline-iosched.o
Expand Down
Loading

0 comments on commit 3d6392c

Please sign in to comment.