diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2021-02-05 00:14:12 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2021-02-05 00:21:38 +0000 |
| commit | 375d797b81916eb3d16927c9dac8c42975784252 (patch) | |
| tree | c6254f096f0cbc7b52d0b7dbebfc9ce891eac3f9 | |
| parent | 7d4dceec103039e2b2fa90793ceeb71a8d6684aa (diff) | |
| download | src-375d797b81916eb3d16927c9dac8c42975784252.tar.gz src-375d797b81916eb3d16927c9dac8c42975784252.zip | |
Enable pvscsi and vmx in arm64 GENERIC
FreeBSD pvscsi and vmx work with VMware ESXi Arm "Fling"; provide these
in GENERIC for a convenient out-of-the-box experience.
PR: 253202
Reported by: Vincent Milum Jr
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | sys/arm64/conf/GENERIC | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 59f89555dd88..5eb0a270f006 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -159,6 +159,7 @@ options PCI_IOV # PCI SR-IOV support device ahci device scbus device da +device pvscsi # VMware PVSCSI # ATA/SCSI peripherals device cd # CD @@ -272,6 +273,7 @@ device pl011 device iflib device em # Intel PRO/1000 Gigabit Ethernet Family device ix # Intel 10Gb Ethernet Family +device vmx # VMware VMXNET3 Ethernet # Ethernet NICs device mdio |
