The branch releng/13.0 has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=0b54d2764737cbe0c4cdd0c0aecddbc485653a07

commit 0b54d2764737cbe0c4cdd0c0aecddbc485653a07
Author:     Ed Maste <[email protected]>
AuthorDate: 2021-02-05 00:14:12 +0000
Commit:     Ed Maste <[email protected]>
CommitDate: 2021-02-10 17:10:45 +0000

    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
    Approved by:    re (gjb)
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 375d797b81916eb3d16927c9dac8c42975784252)
    (cherry picked from commit 87eac7608343d86f2d33d15139ca467565bd7623)
---
 sys/arm64/conf/GENERIC | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index 3be3b5e7b706..43d891eb4ccd 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -147,6 +147,7 @@ options     PCI_IOV         # PCI SR-IOV support
 device         ahci
 device         scbus
 device         da
+device         pvscsi                  # VMware PVSCSI
 
 # ATA/SCSI peripherals
 device         cd              # CD
@@ -260,6 +261,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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to