mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-19 20:13:49 -04:00
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>
9 lines
254 B
Makefile
9 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
|