diff options
author | Alok Kataria <akataria@vmware.com> | 2009-10-13 17:51:05 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:49 -0500 |
commit | 851b164231d1117673aa44c00c7622e48b7dfcf4 (patch) | |
tree | dd63a44d5865e788b4864b29d7a173e8aa2471ef /drivers/scsi/Makefile | |
parent | 96e6586556dfa80112f42895be93c561582d9930 (diff) |
[SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
This is a driver for VMware's paravirtualized SCSI device,
which should improve disk performance for guests running
under control of VMware hypervisors that support such devices.
Signed-off-by: Alok N Kataria <akataria@vmware.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 53b1dac7e7d9..5026bdc7b2b7 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -134,6 +134,7 @@ obj-$(CONFIG_SCSI_CXGB3_ISCSI) += libiscsi.o libiscsi_tcp.o cxgb3i/ | |||
134 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/ | 134 | obj-$(CONFIG_SCSI_BNX2_ISCSI) += libiscsi.o bnx2i/ |
135 | obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/ | 135 | obj-$(CONFIG_BE2ISCSI) += libiscsi.o be2iscsi/ |
136 | obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o | 136 | obj-$(CONFIG_SCSI_PMCRAID) += pmcraid.o |
137 | obj-$(CONFIG_VMWARE_PVSCSI) += vmw_pvscsi.o | ||
137 | 138 | ||
138 | obj-$(CONFIG_ARM) += arm/ | 139 | obj-$(CONFIG_ARM) += arm/ |
139 | 140 | ||