Skip to content

Commit

Permalink
[SCSI] scsi_dh: add lsi rdac device handler
Browse files Browse the repository at this point in the history
This patch provides the device handler to support the LSI RDAC SCSI
based storage devices.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Chandra Seetharaman authored and James Bottomley committed Jun 5, 2008
1 parent a6a8d9f commit fbd7ab3
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 0 deletions.
6 changes: 6 additions & 0 deletions drivers/scsi/device_handler/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ menuconfig SCSI_DH
SCSI Device Handlers provide device specific support for
devices utilized in multipath configurations. Say Y here to
select support for specific hardware.

config SCSI_DH_RDAC
tristate "LSI RDAC Device Handler"
depends on SCSI_DH
help
If you have a LSI RDAC select y. Otherwise, say N.
1 change: 1 addition & 0 deletions drivers/scsi/device_handler/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
# SCSI Device Handler
#
obj-$(CONFIG_SCSI_DH) += scsi_dh.o
obj-$(CONFIG_SCSI_DH_RDAC) += scsi_dh_rdac.o
Loading

0 comments on commit fbd7ab3

Please sign in to comment.