Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101480
b: refs/heads/master
c: fbd7ab3
h: refs/heads/master
v: v3
  • Loading branch information
Chandra Seetharaman authored and James Bottomley committed Jun 5, 2008
1 parent 2bbdb43 commit c2e6624
Show file tree
Hide file tree
Showing 4 changed files with 699 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6a8d9f87eb8510a8f53672ea87703f62185d75f
refs/heads/master: fbd7ab3eb53a3b88fefa7873139a62e439860155
6 changes: 6 additions & 0 deletions trunk/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 trunk/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 c2e6624

Please sign in to comment.