freebsd-dev/sys/modules/vmware/pvscsi/Makefile
Josh Paetzel 052e12a508 Add the pvscsi driver to the tree.
This driver allows to usage of the paravirt SCSI controller
in VMware products like ESXi.  The pvscsi driver provides a
substantial performance improvement in block devices versus
the emulated mpt and mps SCSI/SAS controllers.

Error handling in this driver has not been extensively tested
yet.

Submitted by:	vbhakta@vmware.com
Relnotes:	yes
Sponsored by:	VMware, Panzura
Differential Revision:	D18613
2019-11-14 23:31:20 +00:00

11 lines
159 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/vmware/pvscsi
KMOD= pvscsi
SRCS= pvscsi.c
SRCS+= device_if.h bus_if.h pci_if.h
SRCS+= opt_cam.h
.include <bsd.kmod.mk>