diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-05-01 14:49:59 -0700 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-06-05 09:23:40 -0500 |
commit | f6dd337ee4c440f29a873da3779eb3af44bd1623 (patch) | |
tree | 4bcadf05bb0a3971454319a070e90dc260e4924b /drivers/scsi/device_handler/Makefile | |
parent | fbd7ab3eb53a3b88fefa7873139a62e439860155 (diff) | |
download | blackbird-op-linux-f6dd337ee4c440f29a873da3779eb3af44bd1623.tar.gz blackbird-op-linux-f6dd337ee4c440f29a873da3779eb3af44bd1623.zip |
[SCSI] scsi_dh: add hp sw device handler
This patch provides the device handler to support the older hp boxes
which cannot be upgraded.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/device_handler/Makefile')
-rw-r--r-- | drivers/scsi/device_handler/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/Makefile b/drivers/scsi/device_handler/Makefile index 1a42b3498318..08ec1943f19e 100644 --- a/drivers/scsi/device_handler/Makefile +++ b/drivers/scsi/device_handler/Makefile @@ -3,3 +3,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 |