Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101482
b: refs/heads/master
c: 5e7dcca
h: refs/heads/master
v: v3
  • Loading branch information
Chandra Seetharaman authored and James Bottomley committed Jun 5, 2008
1 parent a965d91 commit 26d6528
Show file tree
Hide file tree
Showing 4 changed files with 507 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: f6dd337ee4c440f29a873da3779eb3af44bd1623
refs/heads/master: 5e7dccad3621f6e2b572f309cf830a2c902cae80
6 changes: 6 additions & 0 deletions trunk/drivers/scsi/device_handler/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ config SCSI_DH_HP_SW
If you have a HP/COMPAQ MSA device that requires START_STOP to
be sent to start it and cannot upgrade the firmware then select y.
Otherwise, say N.

config SCSI_DH_EMC
tristate "EMC CLARiiON Device Handler"
depends on SCSI_DH
help
If you have a EMC CLARiiON 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 @@ -4,3 +4,4 @@
obj-$(CONFIG_SCSI_DH) += scsi_dh.o
obj-$(CONFIG_SCSI_DH_RDAC) += scsi_dh_rdac.o
obj-$(CONFIG_SCSI_DH_HP_SW) += scsi_dh_hp_sw.o
obj-$(CONFIG_SCSI_DH_EMC) += scsi_dh_emc.o
Loading

0 comments on commit 26d6528

Please sign in to comment.