mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
072b91f9c6
This patch adds a new device driver to support the Virtual Fibre Channel interface on IBM Power based servers. The Virtual I/O Server on IBM Power servers utilizes N-Port ID Virtualization to export a Virtual Fibre Channel adapter to the client. This driver is the client device driver. Signed-off-by: Brian King <brking@linux.vnet.ibm.com> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
8 lines
254 B
Makefile
8 lines
254 B
Makefile
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsic.o
|
|
|
|
ibmvscsic-y += ibmvscsi.o
|
|
ibmvscsic-$(CONFIG_PPC_ISERIES) += iseries_vscsi.o
|
|
ibmvscsic-$(CONFIG_PPC_PSERIES) += rpa_vscsi.o
|
|
|
|
obj-$(CONFIG_SCSI_IBMVSCSIS) += ibmvstgt.o
|
|
obj-$(CONFIG_SCSI_IBMVFC) += ibmvfc.o
|