mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -05:00
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
10 lines
159 B
Makefile
10 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>
|