kernel/pvscsi: Port pvscsi(4) over to DragonFly.
commit1c0b11ab1b67963928ed4791f088991f9b9a0797
authorSascha Wildner <saw@online.de>
Tue, 28 Feb 2023 20:52:50 +0000 (28 21:52 +0100)
committerSascha Wildner <saw@online.de>
Tue, 28 Feb 2023 21:11:34 +0000 (28 22:11 +0100)
treea1a26d1a0064b1c04a33a7e3d71665c6b30f8086
parent7b13bc965396179b8fd65ed1a1592887afc377de
kernel/pvscsi: Port pvscsi(4) over to DragonFly.

* Currently, MSI-X support is missing.

* If loaded as a module, it has to be in loader.conf. I don't know if
  that is different on FreeBSD.

Reported-by: Georg Bege <georg@bege.email>
Tested-by: Georg Bege <georg@bege.email> (on a VPS from IONOS)
             Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
               (on Linux Workstation Pro 17)
             myself (on Windows Workstation 17 Player)
share/man/man4/Makefile
share/man/man4/pvscsi.4
sys/conf/files
sys/conf/options
sys/config/LINT64
sys/config/X86_64_GENERIC
sys/dev/virtual/vmware/Makefile
sys/dev/virtual/vmware/pvscsi/Makefile [new file with mode: 0644]
sys/dev/virtual/vmware/pvscsi/pvscsi.c