Skip to content

Commit

Permalink
Merge pull request #4 from powervm/ibmvscsis_target_init_changes
Browse files Browse the repository at this point in the history
Adding the Ibmvscsis target driver.
  • Loading branch information
Bryant Ly committed Mar 14, 2016
2 parents cda28ca + febef65 commit 5b2758a
Show file tree
Hide file tree
Showing 4 changed files with 2,122 additions and 0 deletions.
14 changes: 14 additions & 0 deletions drivers/scsi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,20 @@ config SCSI_IBMVSCSI
To compile this driver as a module, choose M here: the
module will be called ibmvscsi.

config SCSI_IBMVSCSIS
tristate "IBM Virtual SCSI Server support"
depends on PPC_PSERIES && SCSI_SRP && SCSI_SRP_TGT_ATTRS && TARGET_CORE
help
This is the SRP target driver for IBM pSeries virtual environments.

The userspace component needed to initialize the driver and
documentation can be found:

http://stgt.berlios.de/

To compile this driver as a module, choose M here: the
module will be called ibmvstgt.

config SCSI_IBMVFC
tristate "IBM Virtual FC support"
depends on PPC_PSERIES && SCSI
Expand Down
1 change: 1 addition & 0 deletions drivers/scsi/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ obj-$(CONFIG_SCSI_NSP32) += nsp32.o
obj-$(CONFIG_SCSI_IPR) += ipr.o
obj-$(CONFIG_SCSI_SRP) += libsrp.o
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvscsi/
obj-$(CONFIG_SCSI_IBMVFC) += ibmvscsi/
obj-$(CONFIG_SCSI_HPTIOP) += hptiop.o
obj-$(CONFIG_SCSI_STEX) += stex.o
Expand Down
1 change: 1 addition & 0 deletions drivers/scsi/ibmvscsi/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi.o
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvscsis.o
obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o
Loading

0 comments on commit 5b2758a

Please sign in to comment.