summaryrefslogtreecommitdiff
path: root/drivers/staging/unisys/Makefile
diff options
context:
space:
mode:
authorKen Cox <jkc@redhat.com>2014-03-04 07:58:11 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-04 17:03:22 -0800
commitdc95086172dbbad107e9ac7fd09666c824fd86e3 (patch)
tree0b3fcfc8de31f6b30955fb740e4fb06a13d0544c /drivers/staging/unisys/Makefile
parentaf86526b22dd52edc6a7827217315415801d1622 (diff)
staging: virthba driver to access shared SCSI hba
The virthba module provides access to a shared SCSI host bus adapter and one or more disk devices, by proxying SCSI commands between the guest and the service partition that owns the shared SCSI adapter, using a channel between the guest and the service partition. The disks that appear on the shared bus are defined by the s-Par configuration and enforced by the service partition, while the guest driver handles sending commands and handling responses. Each disk is shared as a whole to a guest. Sharing the bus adapter in this way provides resiliency; should the device encounter an error, only the service partition is rebooted, and the device is reinitialized. This allows guests to continue running and to recover from the error. Signed-off-by: Ken Cox <jkc@redhat.com> Cc: Ben Romer <sparmaintainer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/Makefile')
-rw-r--r--drivers/staging/unisys/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/unisys/Makefile b/drivers/staging/unisys/Makefile
index 56ee16c1deeb..b988d6940aae 100644
--- a/drivers/staging/unisys/Makefile
+++ b/drivers/staging/unisys/Makefile
@@ -7,3 +7,4 @@ obj-$(CONFIG_UNISYS_VISORCHIPSET) += visorchipset/
obj-$(CONFIG_UNISYS_CHANNELSTUB) += channels/
obj-$(CONFIG_UNISYS_UISLIB) += uislib/
obj-$(CONFIG_UNISYS_VIRTPCI) += virtpci/
+obj-$(CONFIG_UNISYS_VIRTHBA) += virthba/